1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-25 22:23:16 +00:00
Commit Graph

70 Commits

Author SHA1 Message Date
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
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
ff2b40baf8 Add songdetails modal 2018-07-09 18:28:28 +01:00
jcorporation
5eb43c758b Implemented first advanced actions 2018-07-05 20:34:16 +01:00
jcorporation
2dff568abe Added google closure compiler for css and js files 2018-06-21 22:29:49 +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
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
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
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
1ec430513f t 2018-06-11 21:35:11 +01:00
jcorporation
332855bcf4 Fixed actions and http stream update 2018-06-11 18:33:11 +01:00
jcorporation
abedf01628 Added filtering of playlists and database, issue #8 2018-06-04 20:31:05 +02:00
jcorporation
7962a8ff54 First database browse code 2018-06-03 17:36:06 +01:00
jcorporation
19eeae728c Implemented filtering in browse filesystem view 2018-06-03 09:52:38 +01:00
jcorporation
efb3ef87be New function: AddAllFromSearch
Styling cleanups
2018-06-01 00:05:49 +01:00
jcorporation
7d5accdb92 Added Replaygain to settings
Improved coverimage display
2018-05-31 21:23:57 +01:00
jcorporation
8c423f4c77 New Settings API replaces Options API, Smaller Stats API 2018-05-29 23:05:34 +02:00
jcorporation
f122355c38 Search, Queueview and BrowseFilesystem enhancements 2018-05-29 22:12:11 +02:00
jcorporation
6bb24e72f8 New layout for browse card
First steps for playlist view
2018-05-29 00:05:56 +02:00
jcorporation
be55474a07 Added/improved crossfade, mixrampdb, mixrampdelay settings
Completed status interface
2018-05-28 20:48:43 +02:00
jcorporation
1da825c712 Added statistics to about dialog 2018-05-27 23:34:39 +02:00
jcorporation
edd318d026 Improved page navigation for queue view and queue search 2018-05-27 22:21:18 +02:00
jcorporation
14ef6648c6 Configurable coverimage filename 2018-05-27 15:13:42 +01:00
jcorporation
577bc7843e Select tags for queue search
Queue toolbar improvements
2018-05-27 13:37:50 +01:00
jcorporation
d773dfb745 Added search queue function 2018-05-24 23:21:19 +01:00
jcorporation
222ee460d6 added shuffle queue function 2018-05-24 20:36:40 +01:00
jcorporation
f55fa51934 Replaces jquery.cookie.js with version from https://github.com/js-cookie/js-cookie
Added streamport option to commandline
Fixed description of options in manpage and help and README
Removed mpd host options from settings menu
Removed http stream options from settings menu
2018-05-24 18:50:05 +01:00
jcorporation
e87c5436f5 Removed not working dirble support
Removed jquery sorttable dependency
Reworked html template
Reworked notifications
Repaired search
2018-05-23 00:07:34 +01:00
jcorporation
71868bf89d MAX_ELEMENTS_PER_PAGE=100 2018-04-29 21:36:11 +01:00
SuperBFG7
26b2ca3408 add option "localport" to exclude ports from auth
usefull if ympd listens on two ports: one (local) for intranet usage and
one for internet usage
2018-03-25 13:45:16 +02:00
Andrew Karpow
ceee8bd90a Merge branch 'master' of https://github.com/lesderid/ympd into lesderid-master 2018-01-22 04:58:17 +01:00
Andrew Karpow
ba4322c684 Merge branch 'send-message' of https://github.com/SuperBFG7/ympd into SuperBFG7-send-message 2018-01-22 04:50:22 +01:00
Andrew Karpow
265577c5ab Merge branch 'BenjaminHae-sortable' 2018-01-22 04:40:52 +01:00
SuperBFG7
eb803d1da5 add ability to delete ranges of the playlist 2017-04-08 11:25:40 +02:00
SuperBFG7
07c6df23bc added API command to send messages to MPD channels 2017-03-18 13:31:26 +01:00
Les De Ridder
d9ec70a9da
Make the Dirble API token configurable and use HTTPS
Fixes #140
2016-09-11 18:23:42 +02:00
Benjamin Häublein
9d11aaf829 sortable queue
using jquery-ui-sortable standalone https://github.com/ryantbrown/jquery-ui-sortable
2015-09-26 13:51:56 +02:00
Andy
30b0b812f6 Merge pull request #69 from kurt-vd/master
add support for output enable/disable
2015-09-20 15:56:10 +02:00
Benjamin Häublein
4f138c0986 Save Queue 2015-09-02 19:47:58 +02:00
Kurt Van Dijck
0c3ded1cf3 outputs: reduce duplicate code 2015-05-02 00:04:04 +02:00