SuperBFG7 [Fri, 16 Oct 2015 13:31:29 +0000 (15:31 +0200)]
merge local_play
SuperBFG7 [Fri, 16 Oct 2015 13:28:04 +0000 (15:28 +0200)]
fix toolbar layout
Daniel Schregenberger [Fri, 16 Oct 2015 12:24:54 +0000 (14:24 +0200)]
Merge pull request #4 from BenjaminHae/sortable
Make playlist sortable
SuperBFG7 [Thu, 15 Oct 2015 14:09:47 +0000 (16:09 +0200)]
added wss+digest workaround for mobile safari
SuperBFG7 [Thu, 15 Oct 2015 13:46:28 +0000 (15:46 +0200)]
skip authorization for websockets, since mobile safari does not support it
SuperBFG7 [Fri, 9 Oct 2015 10:12:31 +0000 (12:12 +0200)]
streamline design with original design
SuperBFG7 [Fri, 9 Oct 2015 10:06:41 +0000 (12:06 +0200)]
optimized local playing of mpd stream
SuperBFG7 [Tue, 6 Oct 2015 18:17:28 +0000 (20:17 +0200)]
added option for htdigest authentication
Daniel Schregenberger [Tue, 6 Oct 2015 17:59:36 +0000 (19:59 +0200)]
Merge pull request #3 from SuperBFG7/digest
added option for htdigest authentication
SuperBFG7 [Tue, 6 Oct 2015 17:57:27 +0000 (19:57 +0200)]
added option for htdigest authentication
Daniel Schregenberger [Tue, 6 Oct 2015 17:40:54 +0000 (19:40 +0200)]
Merge pull request #2 from SuperBFG7/ssl
added documentation for SSL usage
Daniel Schregenberger [Tue, 6 Oct 2015 16:53:14 +0000 (18:53 +0200)]
added documentation for SSL usage
Daniel Schregenberger [Sun, 27 Sep 2015 16:14:19 +0000 (18:14 +0200)]
Merge pull request #1 from SuperBFG7/ssl
compile mongoose with SSL support
SuperBFG7 [Sun, 27 Sep 2015 15:52:13 +0000 (17:52 +0200)]
removed filename to not depend on the format mpd is streaming
add load() before play() for mobile safari
SuperBFG7 [Sun, 27 Sep 2015 13:34:58 +0000 (15:34 +0200)]
Merge branch 'expire1' of github.com:parabelboi/ympd into local_play
SuperBFG7 [Sun, 27 Sep 2015 12:33:37 +0000 (14:33 +0200)]
compile mongoose with SSL support
Benjamin H盲ublein [Sat, 26 Sep 2015 12:32:14 +0000 (14:32 +0200)]
check if element is sortable before removing sortable property
Benjamin H盲ublein [Fri, 4 Sep 2015 14:43:16 +0000 (16:43 +0200)]
sortable queue
using jquery-ui-sortable standalone https://github.com/ryantbrown/jquery-ui-sortable
Andrew Karpow [Sun, 20 Sep 2015 14:01:06 +0000 (16:01 +0200)]
Merge branch 'Nofre-master'
Andrew Karpow [Sun, 20 Sep 2015 14:00:45 +0000 (16:00 +0200)]
Merge branch 'master' of https://github.com/Nofre/ympd into Nofre-master
Andy [Sun, 20 Sep 2015 13:56:10 +0000 (15:56 +0200)]
Merge pull request #69 from kurt-vd/master
add support for output enable/disable
Andy [Sun, 20 Sep 2015 13:55:19 +0000 (15:55 +0200)]
Merge pull request #82 from iwanders/improvement_stream_ui
Improve the add stream dialog user experience.
Andy [Sun, 20 Sep 2015 13:54:20 +0000 (15:54 +0200)]
Merge pull request #87 from BenjaminHae/master
Added the ability to save queue as playlist
Andy [Sun, 20 Sep 2015 13:53:23 +0000 (15:53 +0200)]
Merge pull request #89 from dewyatt/master
Add arrow left/right and spacebar controls
Andy [Sun, 20 Sep 2015 13:52:52 +0000 (15:52 +0200)]
Merge pull request #84 from hsoft/add-all-songs
Add "Add all" button in the Browse section
Daniel Wyatt [Sun, 13 Sep 2015 08:38:18 +0000 (04:38 -0400)]
Add arrow left/right and spacebar controls
Benjamin H盲ublein [Wed, 2 Sep 2015 17:24:52 +0000 (19:24 +0200)]
Save Queue
Nofre [Wed, 2 Sep 2015 17:38:42 +0000 (19:38 +0200)]
code cleared
Nofre [Thu, 27 Aug 2015 14:15:23 +0000 (16:15 +0200)]
Added a tab to search radio stations from Dirble. Also fixes #85
Virgil Dupras [Mon, 17 Aug 2015 21:01:47 +0000 (17:01 -0400)]
Add "Add all" button in the Browse section
It adds all items in the directory. It's equivalent to clicking on "+"
on that same directory we decided to browse.
Ivor Wanders [Thu, 16 Jul 2015 09:50:54 +0000 (11:50 +0200)]
Improves the add stream dialog user experience.
When the dialog is opened, the text area is focused. When enter is
pressed (and the form is submit) the window now behaves as expected and
adds the stream to the playlist and closes. The text area is now also
cleared once the form is submit, previously the old stream was still
visible when the dialog was opened a second time.
Andy [Thu, 16 Jul 2015 09:38:53 +0000 (11:38 +0200)]
Merge pull request #81 from hsoft/fix-encoded-uri-addtrack
Fix broken add track action
Virgil Dupras [Mon, 13 Jul 2015 18:31:56 +0000 (14:31 -0400)]
Fix broken add track action
Fix the bug I've introduced in my PR #78, breaking the add
track/playlist action. We have to decode URIs before sending them back
to our socket!
fixes #80
Andy [Wed, 24 Jun 2015 18:17:05 +0000 (20:17 +0200)]
Merge pull request #78 from hsoft/master
Fix browsing for non-ascii entity URI under Safari
Virgil Dupras [Sun, 21 Jun 2015 02:39:42 +0000 (22:39 -0400)]
Fix browsing for non-ascii entity URI under Safari
Previously, browsing entities with non-ascii characters in their URI
under Safari wouldn't work. Directories would be empty, songs wouldn't
be added. I haven't tried it, but this behavior seems to be common to
Webkit-based browsers, so Chrome would be affected too.
This turned out to be because Safari normalizes all unicode strings to
NFC, breaking the link with MPD-spewed URIs, which are in NFD.
An obvious fix would have been to normalize all URIs to NFD, but
unfortunately, Safari doesn't have `str.normalize()`. Adding
normalization capabilities to our JS side would have involved
introductiing libraries such as `unorm`, which is rather big.
We could have done it on the C side, but it involves introducing `icu`,
which is far from trivial too.
After much fussing around, I stumbled on a simple solution: URI-encode
our URI when creating our browser table row. This magically prevents
Safari from trying to mess with our unicode form before we get the
chance to send it back to our server.
Kurt Van Dijck [Mon, 25 May 2015 16:11:22 +0000 (18:11 +0200)]
outputs: fix typo
Andy [Sun, 3 May 2015 00:20:04 +0000 (02:20 +0200)]
Merge pull request #73 from jpleau/fix_init
fix webport using the wrong variable in init scripts
Kurt Van Dijck [Sat, 2 May 2015 12:36:02 +0000 (14:36 +0200)]
outputs: show MPD error message on stderr
Jason Pleau [Sat, 2 May 2015 00:54:10 +0000 (20:54 -0400)]
fix webport using the wrong variable in init scripts
Andrew Karpow [Fri, 1 May 2015 23:41:08 +0000 (01:41 +0200)]
replaced deprecated drone.yml with travis-ci
Andy [Fri, 1 May 2015 23:11:05 +0000 (01:11 +0200)]
Merge pull request #72 from jpleau/various_patches
various patches: manpage, remove external js, init scripts
Kurt Van Dijck [Fri, 1 May 2015 22:07:37 +0000 (00:07 +0200)]
outputs: clear possible error
Kurt Van Dijck [Fri, 1 May 2015 21:51:44 +0000 (23:51 +0200)]
outputs: reduce duplicate code
Kurt Van Dijck [Fri, 1 May 2015 21:33:07 +0000 (23:33 +0200)]
mpd_client: fix allocation of outputs
Jason Pleau [Fri, 1 May 2015 21:11:15 +0000 (17:11 -0400)]
update init script and systemd service file
init script: depend on $remote_fs instead of $local_fs. Reason: /usr can
be mounted a remote filesystem. Also depend on mpd (instead of $mpd,
which doesn't seem to exist.. at least on my system)
Also provide a default config (which should be installed as
/etc/default/ympd)
This commit makes the systemd unit file as well as the init script load
values from this configuration file so the user can change ympd settings
easily when running it as a service.
Jason Pleau [Fri, 1 May 2015 21:06:54 +0000 (17:06 -0400)]
webpage: remove respond.js
Calling outside resources is a breach of privacy, and prevents the page
from loading correctly if offline.
Jason Pleau [Fri, 1 May 2015 21:05:34 +0000 (17:05 -0400)]
manpage: set section to 1 and update version
Andrew Karpow [Fri, 1 May 2015 19:05:15 +0000 (21:05 +0200)]
apply mg_set listening_port only once, fixes #71
Kurt Van Dijck [Tue, 28 Apr 2015 09:08:21 +0000 (11:08 +0200)]
add support for output enable/disable
Andrew Karpow [Fri, 24 Apr 2015 22:39:16 +0000 (00:39 +0200)]
fixed memleak in mpd_set_password
Andrew Karpow [Fri, 24 Apr 2015 22:35:01 +0000 (00:35 +0200)]
removed %m formatstring, works now with openbsd, fixes #68
Andrew Karpow [Fri, 24 Apr 2015 21:38:39 +0000 (23:38 +0200)]
add libmpdclient header location to gcc-search path, fixes openbsd builds
Andy [Fri, 24 Apr 2015 19:41:31 +0000 (21:41 +0200)]
Merge pull request #67 from jpleau/update_mongoos_56
Update mongoos 56
Jason Pleau [Tue, 21 Apr 2015 03:11:03 +0000 (23:11 -0400)]
replace mg_iterate_over_connections with a loop with mg_next
Jason Pleau [Tue, 21 Apr 2015 03:05:23 +0000 (23:05 -0400)]
update mongoose to 5.6
Andy [Thu, 19 Mar 2015 22:08:15 +0000 (23:08 +0100)]
Merge pull request #56 from warhog/master
Added ability to add streams
warhog [Fri, 6 Mar 2015 11:41:26 +0000 (12:41 +0100)]
changed order of menu entries
warhog [Fri, 6 Mar 2015 11:40:14 +0000 (12:40 +0100)]
added ability to add streams
Andy [Tue, 3 Mar 2015 20:50:49 +0000 (21:50 +0100)]
Merge pull request #52 from ajs124/master
Add crossfade support. Not sure about the icon/glyph though
Andy [Tue, 3 Mar 2015 20:49:46 +0000 (21:49 +0100)]
Merge pull request #40 from iwanders/master
Change websocket URL to allow easy incorporation of different backends.
ajs124 [Tue, 17 Feb 2015 14:45:26 +0000 (15:45 +0100)]
Add crossfade support. Not sure about the icon/glyph though
Andrew Karpow [Tue, 11 Nov 2014 20:13:11 +0000 (21:13 +0100)]
release build now installs assets to prefix
if build with dynamic assets
Ivor Wanders [Sun, 2 Nov 2014 13:29:43 +0000 (14:29 +0100)]
Changes URL used for the websocket.
This change allows easier implementation of different backends because the websocket URL isn't identical to the webpage URL. This does not affect the functionality of the default C backend.
Andy [Mon, 3 Nov 2014 18:07:33 +0000 (19:07 +0100)]
Merge pull request #38 from jpleau/jquery
add jquery source file
Andy [Mon, 3 Nov 2014 02:22:05 +0000 (03:22 +0100)]
Merge pull request #26 from KAMiKAZOW/patch-1
Create ympd.spec
Andy [Sun, 2 Nov 2014 12:13:04 +0000 (13:13 +0100)]
Merge pull request #37 from jpleau/fix_mpd_port_argument
ympd.c: add a break statement for the mpd port argument
Jason Pleau [Wed, 29 Oct 2014 22:03:25 +0000 (18:03 -0400)]
add jquery source file
This is to comply with the Debian Free Software Guidelines:
https://www.debian.org/social_contract#guidelines
ympd can still use the minified file, however we need the source files
to be included in the source package.
Jason Pleau [Wed, 29 Oct 2014 02:48:08 +0000 (22:48 -0400)]
ympd.c: add a break statement for the mpd port argument
Otherwise, passing -p tried to also bind the http server to MPD's port
(which was already in use by MPD...)
KAMiKAZOW [Wed, 29 Oct 2014 02:08:59 +0000 (03:08 +0100)]
Rename ympd.spec to contrib/ympd.spec
Andy [Wed, 29 Oct 2014 01:38:04 +0000 (02:38 +0100)]
Merge pull request #36 from jpleau/init_script
init.debian: correct typo in shebang and adjust default webport
Jason Pleau [Wed, 29 Oct 2014 00:11:25 +0000 (20:11 -0400)]
init.debian: correct typo in shebang and adjust default webport
The default webport in the systemd unit is 8080, but the one in the init
script was 80.
Andrew Karpow [Mon, 27 Oct 2014 21:12:10 +0000 (22:12 +0100)]
add WITH_DYNAMIC_SERVING for theme developing
Andrew Karpow [Sun, 19 Oct 2014 20:57:22 +0000 (22:57 +0200)]
added mkdata.pl generator for cross-compiling, fixes #31
Andrew Karpow [Sun, 19 Oct 2014 18:29:30 +0000 (20:29 +0200)]
prepare for 1.2.3 release
Andrew Karpow [Sun, 19 Oct 2014 18:27:11 +0000 (20:27 +0200)]
set mpd timeout only after connect, fixes #32
Andrew Karpow [Sun, 19 Oct 2014 17:52:23 +0000 (19:52 +0200)]
upgraded to mongoose 5.4, introducing ipv6 support
Andrew Karpow [Sun, 19 Oct 2014 14:45:49 +0000 (16:45 +0200)]
make mkdata more portable, fixes #35
Andrew Karpow [Sun, 19 Oct 2014 14:35:16 +0000 (16:35 +0200)]
fixed CMake warning CMP0026
KAMiKAZOW [Wed, 30 Jul 2014 04:34:54 +0000 (06:34 +0200)]
Create ympd.spec
Spec file to create RPM packages. Works under Fedora 19 and 20:
https://build.opensuse.org/package/show/home:KAMiKAZOW:Fedora/ympd
Christian Krafft [Mon, 30 Jun 2014 19:25:26 +0000 (21:25 +0200)]
save some characters
Christian Krafft [Mon, 30 Jun 2014 15:34:38 +0000 (17:34 +0200)]
make local playback controls better distinguishable from mpd controls by
reordering and grouping them. also clean up markup by removing
autoplay="false" which is not correct html5
Signed-off-by: Christian Krafft <parabelboi@gmail.com>
Christian Krafft [Sat, 24 May 2014 16:23:45 +0000 (18:23 +0200)]
add http-stream support, URL is hardcoded for now
Andy [Sat, 24 May 2014 13:25:47 +0000 (15:25 +0200)]
Merge pull request #19 from ajs124/master
remove webkit prefix from notifications
ajs124 [Sat, 24 May 2014 01:12:51 +0000 (03:12 +0200)]
change notification cookie from session to "permanent"
ajs124 [Sat, 24 May 2014 00:57:30 +0000 (02:57 +0200)]
remove webkit prefix from Notifications, now working with firefox!
+ probably fix bug with undefined artist or album
Andrew Karpow [Fri, 9 May 2014 12:10:14 +0000 (14:10 +0200)]
bumped version to 1.2.2
Andy [Wed, 23 Apr 2014 15:31:05 +0000 (17:31 +0200)]
Merge pull request #14 from phmongeau/master
make service environment file optional
Philippe Mongeau [Wed, 23 Apr 2014 14:47:25 +0000 (10:47 -0400)]
make service environment file optional
Andrew Karpow [Wed, 23 Apr 2014 10:17:55 +0000 (12:17 +0200)]
drop privliges after port binding, fixes #12
Andy [Wed, 23 Apr 2014 10:03:17 +0000 (12:03 +0200)]
Merge pull request #13 from kingcody/hotfix/prev-next-swap
fix prev and next buttons
Cody Mize [Wed, 23 Apr 2014 07:13:07 +0000 (03:13 -0400)]
fix prev and next buttons; was swapped
Andy [Tue, 15 Apr 2014 18:59:50 +0000 (20:59 +0200)]
Merge pull request #11 from Nighoo/typo-1
fix some typos
Nico Suhl [Tue, 15 Apr 2014 17:16:04 +0000 (19:16 +0200)]
fix some typos
Andy [Tue, 15 Apr 2014 12:32:52 +0000 (14:32 +0200)]
Merge pull request #9 from TheReverend403/patch-1
fixed typo in index.html
Lee Watson [Tue, 15 Apr 2014 11:41:48 +0000 (12:41 +0100)]
Ermahgerd! Werbserver!
Yeah, typo.
Andy [Sun, 13 Apr 2014 20:37:43 +0000 (22:37 +0200)]
Merge pull request #8 from Kernald/systemd-unit-config
Allow the sytemd unit to read a configuration file
Marc Plano-Lesay [Sat, 12 Apr 2014 17:45:40 +0000 (19:45 +0200)]
Allow the sytemd unit to read a configuration file
Andrew Karpow [Mon, 31 Mar 2014 15:55:40 +0000 (17:55 +0200)]
release 1.2.1
engine [Sun, 30 Mar 2014 12:18:28 +0000 (14:18 +0200)]
increased mpd timeout to 10 seconds
Signed-off-by: Andrew Karpow <andy@ndyk.de>
othmar52 [Thu, 27 Mar 2014 09:52:28 +0000 (10:52 +0100)]
bugfix timeout when using the searchfield
Signed-off-by: Andrew Karpow <andy@ndyk.de>