Commit Graph

98 Commits

Author SHA1 Message Date
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
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
Andy 237de050ba Merge pull request #8 from Kernald/systemd-unit-config
Allow the sytemd unit to read a configuration file
2014-04-13 22:37:43 +02:00
Marc Plano-Lesay bf96db2ba3 Allow the sytemd unit to read a configuration file 2014-04-12 19:45:40 +02:00
Andrew Karpow 3751c6ad98 release 1.2.1 2014-03-31 17:55:40 +02:00
engine d5f4394a40 increased mpd timeout to 10 seconds
Signed-off-by: Andrew Karpow <andy@ndyk.de>
2014-03-31 16:19:47 +02:00
othmar52 dcb489d764 bugfix timeout when using the searchfield
Signed-off-by: Andrew Karpow <andy@ndyk.de>
2014-03-31 16:19:39 +02:00
Andrew Karpow 409150933d added mkdata dependency properly, fixes #7 2014-03-18 04:01:39 +01:00
Andrew Karpow fd3a4e183a Readme adaptions for 1.2.0 release 2014-03-18 01:45:58 +01:00
Andrew Karpow 14e807850c Merge branch 'mongoose' 2014-03-18 01:30:01 +01:00
Andrew Karpow 1edb663071 add badge 2014-03-11 21:08:21 +01:00
Andrew Karpow 5ccb6fe21e updated readme.md 2014-03-08 21:14:02 +01:00
Andrew Karpow 75e4d6a22e updated initscript 2014-03-08 20:38:14 +01:00
Andrew Karpow d4728248f0 updated manpage 2014-03-08 20:37:03 +01:00
Andrew Karpow 6bf4379eb8 fixed password remove 2014-03-08 20:33:22 +01:00
Andrew Karpow b75dadf7a9 removed perl generator, added c generator 2014-03-08 20:32:54 +01:00
Andrew Karpow 35ab38d0e2 fixed osx scanf behaviour, notifications 2014-03-08 12:31:22 +01:00
Andrew Karpow b9a4d83130 better json generator, various fixups 2014-03-08 12:30:49 +01:00
Andrew Karpow 38b4544542 replaces libwebsockets with mongoose, changed licese to gpl
add search support
add playlist support
various fixups
C Cleanup
2014-03-08 12:30:49 +01:00
Andrew Karpow 160386b357 added drone.yml for ci build 2014-03-08 12:30:49 +01:00
Andrew Karpow 79e38e7edd initial mongoose checkin 2014-03-08 12:30:48 +01:00
Andrew Karpow 5920d9f1bf fix settings modal hiding on keypress 2014-03-08 12:30:48 +01:00
Andrew Karpow 6b6622988d updated bootstrap to 3.1 2014-03-08 12:30:48 +01:00
Andrew Karpow 8c49b2a877 add settings modal dialog 2014-03-08 12:30:48 +01:00
Philippe Mongeau 6f8d5ef732 mpd_get_title: call basename only when using path
Otherwise, traks like "Morning Bell/Amnesiac" get trimmed to "Amnesiac"
2014-03-08 12:30:48 +01:00
Philippe Mongeau dcc4823bc3 add systemd service file 2014-03-08 12:30:48 +01:00
Andrew Karpow a9c907d6b1 remove installation of debian-specific init.d script 2014-03-08 12:30:48 +01:00
Andrew Karpow f0c1317d57 fix settings modal hiding on keypress 2014-02-04 18:58:05 +01:00
Andrew Karpow bde1d02055 updated bootstrap to 3.1 2014-02-04 18:24:01 +01:00
Andrew Karpow 43035bb6f7 add settings modal dialog 2014-02-04 17:58:10 +01:00
Andy 88abc57a6e Merge pull request #5 from phmongeau/fix_mpd_get_title
mpd_get_title: call basename only when using path
2014-01-25 07:09:37 -08:00
Philippe Mongeau 567578473e mpd_get_title: call basename only when using path
Otherwise, traks like "Morning Bell/Amnesiac" get trimmed to "Amnesiac"
2014-01-24 19:03:16 -05:00
Andy 392cf1eb32 Merge pull request #4 from phmongeau/systemd_service
Add systemd service file
2014-01-22 04:48:43 -08:00