1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-26 06:33:15 +00:00
Commit Graph

158 Commits

Author SHA1 Message Date
jcorporation
988a315f45 Feat: add config options for stickerusage and mixramp settings 2018-08-21 20:28:13 +01:00
jcorporation
8ca90d02d6 Feat: add getsticker function 2018-08-17 11:52:22 +02:00
jcorporation
0f31cbea48 Feat: add lastPlayed sticker to songs 2018-08-15 18:06:12 +02:00
jcorporation
85d75190d9 Feat: first code for song rating 2018-08-15 17:23:47 +02:00
jcorporation
f0b577378e Feat: finished mpd idle usage 2018-08-15 15:06:45 +02:00
jcorporation
7cd1ba8ab2 Fix: Remove thread support
Feat: cleanup api
2018-08-14 16:32:52 +02:00
jcorporation
dd5db4f8a3 Feat: track mpd status changes with idle protocol 2018-08-14 16:10:00 +02:00
jcorporation
19cc6bd053 Feat: Replaced mpd polling through mpd idle protocol 2018-08-09 23:52:58 +01:00
jcorporation
a6f63f6cb2 Feat: first code for mpd idle api 2018-08-09 22:15:00 +01:00
jcorporation
e46c0b200f Fix: formating 2018-08-06 22:29:20 +01:00
jcorporation
f42bba550d Feat: replace commandline options with ini file under /etc/mympd/mympd.conf 2018-08-06 21:51:48 +01:00
jcorporation
3980ac3bc4 Feat: get outputnames and outputstates in single command 2018-08-06 19:57:42 +01:00
jcorporation
1993ba73d3 Feat: crop queue (MPD_API_QUEUE_CROP)
Fix: rename MPD_API_RM_ALL to MPD_API_QUEUE_CLEAR
2018-08-05 23:02:29 +01:00
jcorporation
712966348e Feat: add all from search to a playlist 2018-07-31 23:01:10 +01:00
jcorporation
d6a24d4531 Feat: option to create playlist in "add to playlist"-dialog
Feat: "add all to playlist" in browse filesystem card
Feat: hide pagination if not needed
2018-07-31 21:46:53 +01:00
jcorporation
338b74f3f5 fix: moved 3-party sources and buildtools to dist directory 2018-07-30 23:05:37 +01:00
jcorporation
772b6471cc feat: drag & drop reorder songs in playlist 2018-07-26 22:48:03 +01:00
jcorporation
a5bddf4b4a fix: source code formating 2018-07-24 23:58:29 +01:00
jcorporation
4cc4580310 Feat: enable queue sorting with drag & drop 2018-07-23 00:07:25 +01:00
jcorporation
99efe12ed1 Fix: rm playlist 2018-07-22 20:48:13 +01:00
jcorporation
c403202c7d Feat: Add playlist actions 2018-07-22 20:00:26 +01:00
jcorporation
298d7844e2 fix: better error handling for unknown requests 2018-07-19 18:58:23 +01:00
jcorporation
3cac31c746 fix: some javascript errors 2018-07-19 17:33:53 +01:00
jcorporation
aa28b8e8b9 cleanup 2018-07-18 23:38:46 +01:00
jcorporation
5d685904c4 feat: first error handling code for ajax requests 2018-07-18 23:29:19 +01:00
jcorporation
bb3ae34b66 fix: use after free for cmd in mympd_callback 2018-07-18 22:47:07 +01:00
jcorporation
636ae99898 cleanup 2018-07-16 23:36:01 +01:00
jcorporation
1558a05ae4 fix: respond to all api requests 2018-07-16 23:33:55 +01:00
jcorporation
9b71a5e6ae cleanup: formatting 2018-07-15 23:51:36 +01:00
jcorporation
2fd94d734c feat: Refresh queue card only if queue_version changed 2018-07-15 22:49:57 +01:00
jcorporation
1c0c9aa14f Fix formating 2018-07-11 00:06:31 +01:00
jcorporation
44d0c1d56e Central mympd_get_tag function 2018-07-09 18:49:55 +01:00
jcorporation
ff2b40baf8 Add songdetails modal 2018-07-09 18:28:28 +01:00
jcorporation
c494359a69 Fixed search_add function 2018-07-05 21:04:25 +01:00
jcorporation
5eb43c758b Implemented first advanced actions 2018-07-05 20:34:16 +01:00
jcorporation
d1876fd166 Fix crash, if unkown cmd is submitted 2018-07-02 20:40:56 +01:00
jcorporation
e6fef5a174 Removed first jQuery dependencies, cleanup javascript, removed bootstrap-slider 2018-06-28 23:51:24 +01:00
jcorporation
68476a7f04 Fixed buffer free after json parsing 2018-06-26 22:25:52 +01:00
jcorporation
d55db438a6 Add advanced action menus 2018-06-25 23:41:44 +01:00
jcorporation
b31a1d0dec Fixed about dialog 2018-06-24 19:59:32 +01:00
jcorporation
98d20cb08c Write statefile first to tmpfile 2018-06-24 19:05:38 +01:00
jcorporation
f5f5b23312 Return coverimage in backend to client, dont guess it. 2018-06-22 01:01:15 +01:00
jcorporation
2dff568abe Added google closure compiler for css and js files 2018-06-21 22:29:49 +01:00
jcorporation
2098060765 Document state file option 2018-06-21 18:28:07 +01:00
jcorporation
c11bfa0d1a Save myMPD settings in state file, not in cookies 2018-06-21 17:57:40 +01:00
jcorporation
8555803683 API Improvements 2018-06-19 23:43:36 +01:00
jcorporation
bd00810072 Fixed buffer overflow in notify callback.
Occurs only if multiple clients are connected.
2018-06-18 22:24:35 +01:00
jcorporation
df91c33705 Implement jsonrpc api 2018-06-18 20:55:54 +01:00
jcorporation
e6fa1206ca Replaced json_encode with frozen 2018-06-18 17:53:30 +01:00
jcorporation
4dcf613708 Output json with frozen 2018-06-17 23:42:22 +01:00