Andrew Karpow
caddebcec0
fixed memleak in mpd_set_password
2015-04-25 00:39:16 +02:00
Andrew Karpow
4ba3e0b70f
removed %m formatstring, works now with openbsd, fixes #68
2015-04-25 00:35:01 +02:00
Andrew Karpow
3701a8510b
add libmpdclient header location to gcc-search path, fixes openbsd builds
2015-04-24 23:38:39 +02:00
Andy
2e350f4a65
Merge pull request #67 from jpleau/update_mongoos_56
...
Update mongoos 56
2015-04-24 21:41:31 +02:00
Jason Pleau
19c6d7eb88
replace mg_iterate_over_connections with a loop with mg_next
2015-04-20 23:11:03 -04:00
Jason Pleau
7061015486
update mongoose to 5.6
2015-04-20 23:05:23 -04:00
Andy
3df5b36b97
Merge pull request #56 from warhog/master
...
Added ability to add streams
2015-03-19 23:08:15 +01:00
warhog
4d4ff2bdc2
changed order of menu entries
2015-03-06 12:41:26 +01:00
warhog
1c4e89def8
added ability to add streams
2015-03-06 12:40:14 +01:00
Andy
ca40c44dd5
Merge pull request #52 from ajs124/master
...
Add crossfade support. Not sure about the icon/glyph though
2015-03-03 21:50:49 +01:00
Andy
1268cab3b3
Merge pull request #40 from iwanders/master
...
Change websocket URL to allow easy incorporation of different backends.
2015-03-03 21:49:46 +01:00
ajs124
3eb12e6ecd
Add crossfade support. Not sure about the icon/glyph though
2015-02-17 15:45:26 +01:00
LaClaro
df3ba1c04c
Added more columns also to the search
2014-11-20 20:17:16 +01:00
Andrew Karpow
e6e93a08c7
release build now installs assets to prefix
...
if build with dynamic assets
2014-11-11 21:13:11 +01:00
LaClaro
8b29d44496
Patched files to include more columns in browsing and queue mode
2014-11-11 18:52:05 +01:00
LaClaro
f3aef08a7a
Patched files to include more columns in browsing and queue mode
2014-11-11 18:50:21 +01:00
LaClaro
838237d854
Patched files to include more columns in browsing and queue mode
2014-11-11 18:41:39 +01:00
Ivor Wanders
a5a4ac9461
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.
2014-11-03 20:01:05 +01:00
Andy
aeaac3ecc3
Merge pull request #38 from jpleau/jquery
...
add jquery source file
2014-11-03 19:07:33 +01:00
Andy
b9411a7134
Merge pull request #26 from KAMiKAZOW/patch-1
...
Create ympd.spec
2014-11-03 03:22:05 +01:00
Andy
9728aae69c
Merge pull request #37 from jpleau/fix_mpd_port_argument
...
ympd.c: add a break statement for the mpd port argument
2014-11-02 13:13:04 +01:00
Jason Pleau
07b6ac7473
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.
2014-10-29 18:25:07 -04:00
Jason Pleau
59d971dc1b
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...)
2014-10-28 22:48:08 -04:00
KAMiKAZOW
d4f45558e9
Rename ympd.spec to contrib/ympd.spec
2014-10-29 03:08:59 +01:00
Andy
8b29371e4e
Merge pull request #36 from jpleau/init_script
...
init.debian: correct typo in shebang and adjust default webport
2014-10-29 02:38:04 +01:00
Jason Pleau
d8610584d4
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.
2014-10-28 20:11:38 -04:00
Andrew Karpow
dc15e3b0d7
add WITH_DYNAMIC_SERVING for theme developing
2014-10-27 22:12:10 +01:00
Andrew Karpow
2b5a4c6fa0
added mkdata.pl generator for cross-compiling, fixes #31
2014-10-19 22:58:03 +02:00
Andrew Karpow
912140c96c
prepare for 1.2.3 release
2014-10-19 20:29:30 +02:00
Andrew Karpow
60d2392022
set mpd timeout only after connect, fixes #32
2014-10-19 20:27:11 +02:00
Andrew Karpow
aa60cb8991
upgraded to mongoose 5.4, introducing ipv6 support
2014-10-19 19:52:23 +02:00
Andrew Karpow
87fdd34f87
make mkdata more portable, fixes #35
2014-10-19 16:45:49 +02:00
Andrew Karpow
5fd723c1db
fixed CMake warning CMP0026
2014-10-19 16:35:16 +02:00
KAMiKAZOW
8b77500850
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
2014-07-30 06:34:54 +02:00
Christian Krafft
379a5ffce3
save some characters
2014-06-30 21:25:26 +02:00
Christian Krafft
718ac3024e
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>
2014-06-30 17:34:38 +02:00
Christian Krafft
645161bc8a
add http-stream support, URL is hardcoded for now
2014-05-24 18:23:45 +02:00
Andy
a98d760ddd
Merge pull request #19 from ajs124/master
...
remove webkit prefix from notifications
2014-05-24 15:25:47 +02:00
ajs124
9f001aa264
change notification cookie from session to "permanent"
2014-05-24 03:12:51 +02:00
ajs124
0730673851
remove webkit prefix from Notifications, now working with firefox!
...
+ probably fix bug with undefined artist or album
2014-05-24 02:57:30 +02:00
Andrew Karpow
a70d87f7c7
bumped version to 1.2.2
2014-05-09 14:10:14 +02:00
Andy
1e3dea473c
Merge pull request #14 from phmongeau/master
...
make service environment file optional
2014-04-23 17:31:05 +02:00
Philippe Mongeau
5659a1a86d
make service environment file optional
2014-04-23 10:47:25 -04:00
Andrew Karpow
25d54f68d6
drop privliges after port binding, fixes #12
2014-04-23 12:22:31 +02:00
Andy
fd140e210e
Merge pull request #13 from kingcody/hotfix/prev-next-swap
...
fix prev and next buttons
2014-04-23 12:03:17 +02:00
Cody Mize
11e3dbefb0
fix prev and next buttons; was swapped
2014-04-23 03:13:07 -04:00
Andy
acc5855e17
Merge pull request #11 from Nighoo/typo-1
...
fix some typos
2014-04-15 20:59:50 +02:00
Nico Suhl
712b3dc251
fix some typos
2014-04-15 19:16:04 +02:00
Andy
4ad51d11f3
Merge pull request #9 from TheReverend403/patch-1
...
fixed typo in index.html
2014-04-15 14:32:52 +02:00
Lee Watson
e516ddb882
Ermahgerd! Werbserver!
...
Yeah, typo.
2014-04-15 12:41:48 +01:00