1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-07-02 01:23:15 +00:00
Commit Graph

222 Commits

Author SHA1 Message Date
jcorporation
674ff60b09 Feat: clear playback card if songpos = -1 2018-08-06 19:33:52 +01:00
jcorporation
874103b31f Feat: link from Playback Card to songdetails and albumlist
Fix: html ids in camelCase
2018-08-06 19:08:30 +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
e5a3115190 Fix: cleanup formating 2018-08-01 23:03:19 +01:00
jcorporation
10c56139df Feat: add stream to playlist
Fix: remove song from playlist
2018-08-01 22:54:53 +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
12e4747cfc fix: renamed card "Now playing" to "Playback" 2018-07-26 23:10:48 +01:00
jcorporation
00fab537ce fix: html markup 2018-07-25 23:25:27 +01:00
jcorporation
353417eded Feat: validation feedback for add stream 2018-07-22 20:42:01 +01:00
jcorporation
24eb8d8ef7 Feat: validation feedback for queue save 2018-07-22 20:16:31 +01:00
jcorporation
c403202c7d Feat: Add playlist actions 2018-07-22 20:00:26 +01:00
jcorporation
a84d83b3f1 feat: minify html in mkrelease.sh
fix: use minified files for sw.js
2018-07-16 18:51:59 +01:00
jcorporation
a46a9acebc feat: Implement ServiceWorker
feat: Implement A2H
2018-07-16 18:33:20 +01:00
jcorporation
02c9a5635e cleanup: remove search from main menu
cleanup: coding style
2018-07-16 00:56:58 +01:00
jcorporation
3c1dfe82f6 fix: cleanup about dialog 2018-07-15 22:59:03 +01:00
jcorporation
2fd94d734c feat: Refresh queue card only if queue_version changed 2018-07-15 22:49:57 +01:00
jcorporation
2d58da89a2 First code für pwa 2018-07-09 23:51:02 +01:00
jcorporation
020d63dfaf Update 2018-07-09 20:20:09 +01:00
jcorporation
b3916fa6f4 Improved alignment of icons 2018-07-09 19:44:42 +01:00
jcorporation
6c1cf3e745 More details for songdetails view 2018-07-09 18:50:21 +01:00
jcorporation
ff2b40baf8 Add songdetails modal 2018-07-09 18:28:28 +01:00
jcorporation
cfd20a36fd Display kbitrate for current playing song, save scrollPos on card/tab/view change 2018-07-09 16:36:45 +01:00
jcorporation
b19a3ee419 Initial work for popovers 2018-07-03 00:18:29 +01:00
jcorporation
a9d4c0b5e9 Replaced bootstrap.bundle.min.js and jquery-3.3.1.min.js with bootstrap-native-v4.min.js 2018-07-02 23:02:02 +01:00
jcorporation
691b90a2c9 Fix notifications 2018-07-02 20:59:56 +01:00
jcorporation
ab9ce46239 Rmeoves onclick handler - replace with data-href attribute 2018-07-02 20:40:27 +01:00
jcorporation
680f9d3425 Removed bootstrap-notify 2018-07-01 23:49:47 +01:00
jcorporation
a239edcff2 Removed onclick markup 2018-06-29 00:44:52 +01:00
jcorporation
e6fef5a174 Removed first jQuery dependencies, cleanup javascript, removed bootstrap-slider 2018-06-28 23:51:24 +01:00
jcorporation
0555f26abf Advanced actions for queue tab 2018-06-26 23:46:29 +01:00
jcorporation
b6d1985d38 Improved button states 2018-06-24 18:57:47 +01:00
jcorporation
1f81588973 Add minified files 2018-06-21 22:56:39 +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
4fdacde42a Fixed local player
- separated js from html
- no cookies
2018-06-20 23:00:46 +01:00
jcorporation
ef7b7b9017 Fixed prev and next buttons 2018-06-18 22:26:00 +01:00
jcorporation
19fe8b61bf Central state change 2018-06-10 23:15:33 +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
8556be5c80 Fixed html markup (checked with w3c validator) 2018-06-07 17:33:32 +01:00
jcorporation
b0b39290d1 Add minified version of js.cookie.js 2018-06-07 17:15:31 +01:00
jcorporation
abedf01628 Added filtering of playlists and database, issue #8 2018-06-04 20:31:05 +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
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
182924815a Layout fixes 2018-06-03 06:06:45 +01:00
jcorporation
3353715d9e MPD Version in About Modal 2018-06-01 00:29:45 +01:00
jcorporation
b5cfb3512f Layout fixes 2018-06-01 00:13:15 +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
9d1d406026 Bump version to 2.1.1 2018-05-28 20:51:33 +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
29a0992555 Fixed search and optimized table views for small devices 2018-05-27 16:30:36 +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
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
de23d4d040 Pump version to 2.1.0 2018-05-24 20:10:02 +01:00
jcorporation
5b95083809 Pushed version to 2.0.0 2018-05-24 19:09:24 +01:00
jcorporation
0fe7f327fe Add "About" modal 2018-05-24 19:05:09 +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
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
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
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
c08b353f24 Removed duplicate update db button 2018-04-30 15:16:41 +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
eb041592
0faf70ad05 Add queue's total time to panel header. 2018-04-04 23:06:19 +02:00
Andy
17b97c8f6b
Merge pull request #159 from eb041592/unclutter_interface
Unclutter Interface
2018-03-29 20:36:25 +02:00
eb041592
b4084034d0 Reverted some formatting; aligned CSS 2018-02-05 01:03:48 +01:00
eb041592
bd9775de8e Align the labels for the trash mode buttons with display:inline-block 2018-02-05 00:38:20 +01:00
eb041592
037e7db1da Minor formatting 2018-02-04 01:11:41 +01:00
eb041592
1b0484a285 Extended text field for stream url across entire width of dialog 2018-02-03 15:06:59 +01:00
eb041592
226e3b5999 Moved button for notifications to settings 2018-02-03 14:51:48 +01:00
eb041592
fe0277bfbe Rearranged artist and album information in queue and search results. 2018-02-03 12:03:33 +01:00
eb041592
3fe7d9c44c Some more spelling 2018-02-02 02:40:40 +01:00
eb041592
cf572b705e Added artist and album to both queue and search results; minor spelling 2018-02-02 02:14:31 +01:00
SuperBFG7
1e93d2dc82 Merge branch 'master' into notandy-master 2018-01-26 13:51:20 +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
Andy
393d6063da
Merge pull request #149 from SuperBFG7/delete
add ability to delete ranges of the playlist
2018-01-22 04:34:54 +01:00