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

247 Commits

Author SHA1 Message Date
jcorporation
b6d1985d38 Improved button states 2018-06-24 18:57:47 +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
aac7605acb Optimized table refresh 2018-06-20 23:16:22 +01:00
jcorporation
4fdacde42a Fixed local player
- separated js from html
- no cookies
2018-06-20 23:00:46 +01:00
jcorporation
39e963804e Fix ajax callback 2018-06-20 00:23:08 +01:00
jcorporation
8555803683 API Improvements 2018-06-19 23:43:36 +01:00
jcorporation
ef7b7b9017 Fixed prev and next buttons 2018-06-18 22:26:00 +01:00
jcorporation
df91c33705 Implement jsonrpc api 2018-06-18 20:55:54 +01:00
jcorporation
3df104e72d First code for new jsonrpc api 2018-06-14 23:57:57 +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
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
afe9054b58 Fixed state saves of tabs and views 2018-06-11 16:30:08 +01:00
jcorporation
5359ba2358 Bug fixes for centrale state change 2018-06-10 23:48:02 +02:00
jcorporation
c0a994d8c4 Formating 2018-06-10 23:21:48 +02:00
jcorporation
19fe8b61bf Central state change 2018-06-10 23:15:33 +02:00
jcorporation
bb641a878f Central page, filter and search states in app object 2018-06-10 21:31:40 +02:00
jcorporation
ad58095efa Merge branch 'master' into devel 2018-06-10 19:00:27 +02:00
jcorporation
9ffa3c17bd Added Stop button, issue #14 2018-06-10 18:54:57 +02:00
jcorporation
a8109d6526 Set database as default browse view 2018-06-07 23:35:41 +01:00
jcorporation
4805ae4f1f Save states of cards, tabs and views 2018-06-07 23:26:35 +01:00
jcorporation
de36d91ca9 Replaced sammy.js with own router small router implementation with state savinf functionality 2018-06-07 19:47:40 +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
5cf9b5fcf2 Fixed issue #11 Pressing "Enter" in search field navigates to Playback tab
Fixed issue #12 Show search results for words with two characters
2018-06-05 22:30:16 +01:00
jcorporation
abedf01628 Added filtering of playlists and database, issue #8 2018-06-04 20:31:05 +02:00
jcorporation
fb96a48d1d Fix issue #8 Page navigation is not functional in Database tab of Browse section 2018-06-04 19:29:15 +02:00
jcorporation
c72253c27c Merge branch 'browse-view-rewrite' 2018-06-03 21:39:18 +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
2a2263c519 Update play icons in main toolbar on state changes 2018-06-03 10:41:47 +01:00
jcorporation
19eeae728c Implemented filtering in browse filesystem view 2018-06-03 09:52:38 +01:00
jcorporation
234772155a List playlists in browse filesystem view 2018-06-03 06:17:30 +01:00
jcorporation
3353715d9e MPD Version in About Modal 2018-06-01 00:29:45 +01:00
jcorporation
efb3ef87be New function: AddAllFromSearch
Styling cleanups
2018-06-01 00:05:49 +01:00
jcorporation
c5505c728d Fix queue pagination 2018-05-31 21:42:39 +01:00
jcorporation
7d5accdb92 Added Replaygain to settings
Improved coverimage display
2018-05-31 21:23:57 +01:00
jcorporation
060aeff3ff Fixing incremental table change 2018-05-30 01:28:36 +02:00
jcorporation
0039fabc50 Incremental populate tables in queue, browse and search views 2018-05-30 01:12:47 +02:00
jcorporation
994f6d2daa Get MAX_ELEMENTS_PER_PAGE from central config (Settings API) 2018-05-29 23:55:24 +02: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
9ee071b7a1 Fixed issue #5 also in mobile view 2018-05-29 18:29:19 +02:00
jcorporation
26b4f66fab Fixed issue #5 2018-05-29 18:27:17 +02:00
jcorporation
05c80421d1 Fixed issue #5: Removing track from queue redirects to Playback page
href in delete link must point to #/queue/<pagination>
2018-05-29 18:18:59 +02:00
jcorporation
57f29afccd Playlist view 2018-05-29 18:07:06 +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
cb8a07ad57 Central beautify Duration function 2018-05-27 23:52:01 +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
ce14a0e7ce Counter improvements 2018-05-27 17:31:47 +01:00
jcorporation
80fa5972af Playing song in queue view 2018-05-27 17:22:16 +01:00
jcorporation
29a0992555 Fixed search and optimized table views for small devices 2018-05-27 16:30:36 +01:00
jcorporation
98e87926f6 Configurable coverimage filename 2018-05-27 15:14:56 +01:00
jcorporation
7b3b7bd7d1 Fixed reconnecting to myMPD 2018-05-27 14:10:34 +01:00
jcorporation
577bc7843e Select tags for queue search
Queue toolbar improvements
2018-05-27 13:37:50 +01:00
jcorporation
2d57aa43f1 Queue Search Empty List 2018-05-25 17:20:26 +01:00
jcorporation
2697bb9a36 Queue Search Improvements -> Search as you type 2018-05-25 17:12:46 +01:00
jcorporation
78c1aae4e4 Queue Search 2018-05-25 00:08:33 +01:00
jcorporation
d773dfb745 Added search queue function 2018-05-24 23:21:19 +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
2c27cbc037 Add cover for http stream 2018-05-24 01:07:34 +01:00
jcorporation
2c4f0fbe7e Central songChange function
fixed songChange for http streams
Set version to 1.0.0
2018-05-24 00:42:20 +01:00
jcorporation
c04735978f Fix Local Player
Fix Search Input
2018-05-23 23:32:01 +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
a6b614b8c1 Replaced bootstrap-slider with version from https://github.com/seiyria/bootstrap-slider
Reworked primary navbar
2018-05-22 00:36:05 +01:00
jcorporation
51dcb88a7b Layout fixes
Replaced bootstrap-notify.js with version from http://bootstrap-notify.remabledesigns.com
2018-05-17 23:10:57 +01:00
jcorporation
73c2fe245a Removed love action
Moved main menu items in footer
Moved secondary menu items in dropdown
2018-05-17 00:19:03 +01:00
jcorporation
a9c48355b4 Initial work 2018-05-15 00:13:43 +01:00
jcorporation
6800c27192 Moved queue settings in settings dialog
Reenabled delete mode settings in queue view
Removed playing song in queue and browse view
Added new startpage "Now playing"
2018-05-14 00:06:12 +01:00
jcorporation
cfa9cb6380 Merge branch 'master' of https://github.com/SuperBFG7/ympd 2018-05-13 21:52:53 +01:00
jcorporation
2f1e87fdfd Pull request #2 2018-05-13 21:45:23 +01:00
SuperBFG7
f89c49e09c fix filtering of songs 2018-05-12 09:53:33 +02:00
Daniel Schregenberger
9bf518ed07
Merge pull request #25 from SuperBFG7/filter
make A-Z filters work also on songs and playlists
2018-05-11 21:12:39 +02:00
SuperBFG7
db72139490 make A-Z filters work also on songs and playlists 2018-05-11 21:10:22 +02:00
SuperBFG7
b0ec3be02f filtering on all levels and fix playlist filter 2018-05-11 17:18:17 +02:00
Daniel Schregenberger
3774a35f4c
Merge branch 'master' into filter 2018-05-11 16:59:07 +02:00
SuperBFG7
61ad51ffb7 add filtering on all levels and fix playlist filter 2018-05-11 16:49:12 +02:00
Daniel Schregenberger
4be2db91e4
Revert "Typo error prevend webradio playlists to show." 2018-05-11 15:34:38 +02:00
jcorporation
23d3807fbc Merged pull request from notandy/mpd for Typo error prevent webradio playlists to show. #175 2018-05-10 22:36:12 +01:00
Daniel Schregenberger
68cbe37a84
Merge pull request #19 from andreevskya/DisplayCurrentTrackInPageTitle
[Issue 128] Current track in page title
2018-05-10 12:03:04 +02:00
Daniel Schregenberger
ffe1305c3c
Merge pull request #18 from Emilot/master
Typo error prevend webradio playlists to show.
2018-05-10 12:01:36 +02:00
Emilot
b787c782d1
Typo error prevend webradio playlists to show. 2018-05-10 02:43:57 +03:00
andreevksya
ac55e8a604 [Issue 128] Current track in page title 2018-05-09 20:27:33 +00:00
jcorporation
51e6f541e4 Moved sidebar to new queue toolbar
Moved output buttons to drop down menu in main toolbar
Add playinfo to html title
2018-05-07 22:25:17 +01:00
jcorporation
987fb4b2ec Remove doubled album entry in notification 2018-05-07 20:27:11 +01:00
jcorporation
c83fa60e20 Filename for album covers are now based on song_uri, replacing filename with folder.jpg
Merged css/js files
2018-05-07 20:11:49 +01:00
jcorporation
d97646fa86 Count complete queue in header and display days 2018-05-01 22:37:34 +01:00
jcorporation
801159bfe8 Display total songs in queue header 2018-04-30 15:11:53 +01:00
jcorporation
71868bf89d MAX_ELEMENTS_PER_PAGE=100 2018-04-29 21:36:11 +01:00
jcorporation
4200630849
Merge branch 'master' into master 2018-04-29 21:49:34 +02:00
SuperBFG7
e1cb953e94 layout improvements 2018-04-23 13:38:58 +02:00
SuperBFG7
265e5f76a1 Merge remote-tracking branch 'eb041592/queue_time' 2018-04-22 18:57:02 +02:00
SuperBFG7
63be6f0de0 Merge remote-tracking branch 'upstream/master' 2018-04-22 18:33:10 +02:00
jcorporation
84ff0b7906 Show Coverimage 2018-04-16 20:22:07 +01:00