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

137 Commits

Author SHA1 Message Date
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
jcorporation
3df104e72d First code for new jsonrpc api 2018-06-14 23:57:57 +01:00
jcorporation
fba2a0540a Renamed functions with mympd prefix 2018-06-14 23:00:54 +01:00
jcorporation
290d591c39 Initial websocket connection with mympd version 2018-06-14 21:19:36 +01:00
jcorporation
5bc3816d10 Replaced websocket through ajax requests for requests.
Now the websocket pushes only the states of mpd.
Merged outputstate in state notify
2018-06-14 20:56:12 +01:00
jcorporation
7a3103d035 Removed mongoose src 2018-06-14 16:28:10 +01:00
jcorporation
998d675b2c Fixed websocket connection - Send on connect settings and output 2018-06-13 00:29:58 +01:00
jcorporation
401bd5302f Rewrite to newest mongoose version 2018-06-12 02:09:24 +01:00
jcorporation
25fa58aa8c Upgrade to mongoose-6.11 2018-06-12 01:07:03 +01:00
jcorporation
d674ae5f13 Use queue version for song change in http streams 2018-06-11 19:34:45 +01:00
jcorporation
332855bcf4 Fixed actions and http stream update 2018-06-11 18:33:11 +01:00
jcorporation
19fe8b61bf Central state change 2018-06-10 23:15:33 +02:00
jcorporation
4805ae4f1f Save states of cards, tabs and views 2018-06-07 23:26:35 +01:00
jcorporation
e906fd2f63 Accept "nan" for mixrampdelay, sets it to -1 (disblaed) Issue #9
Changes types from double to float for mixrampdb and mixrampdelay
2018-06-05 23:04:45 +01:00
jcorporation
8bf7729633 Fixed setting mixrampdelay and mixrampdb, issue #9 2018-06-04 20:48:23 +02:00
jcorporation
abedf01628 Added filtering of playlists and database, issue #8 2018-06-04 20:31:05 +02:00
jcorporation
4d7d56120d Fixed albums with comma in browse database view 2018-06-03 23:43:00 +02:00
jcorporation
a10be9b161 Browse database view completed 2018-06-03 21:35:16 +02:00
jcorporation
7962a8ff54 First database browse code 2018-06-03 17:36:06 +01:00
jcorporation
e37c678a89 Fixed filtering of playlists in browse filesystem view 2018-06-03 11:50:50 +01:00
jcorporation
5567e29feb Implemented filtering function in browse filesystem view 2018-06-03 09:55:01 +01:00
jcorporation
19eeae728c Implemented filtering in browse filesystem view 2018-06-03 09:52:38 +01:00