Nick Steel
12b315b595
Merge branch 'fix/226_playlist_lookup_failure' of https://github.com/jcass77/Mopidy-MusicBox-Webclient into jcass77-fix/226_playlist_lookup_failure
2017-02-16 22:39:46 +00:00
jcass
25a2d09601
Fall back to using track Ref if playlist lookup fails.
...
Fixes #226 .
2017-02-04 18:27:34 +02:00
jcass
466b805062
Save scrolling position when switching pages or browsing the library.
...
Fixes #73 . Fixes #93 .
2017-01-22 09:02:23 +02:00
John Cass
9856685a00
Add 'Refresh' button to update libraries ( #222 )
...
Add 'Refresh' button to update libraries.
Tweak folder icons and context menus.
Fixes #136 .
2017-01-22 07:16:52 +02:00
jcass
4675d8ebcb
Show more appropriate icons for files, tracks, and directories when browsing local folder structure.
2017-01-06 16:54:51 +02:00
jcass
7239d4dd4b
fix:Small divider should not be rendered before last track in an album.
...
Fixes #196 .
2016-05-04 18:10:38 +02:00
jcass
4474658d39
Reduce number of DOM manipulations to improve performance.
2016-04-27 10:27:15 +02:00
jcass
7daf5a7383
Modularise controls.js. Fixes 124
...
Make default click action user-configurable. Fixes #133 .
Optimise updating of now-playing icons. Fixes #184 .
2016-04-27 10:05:24 +02:00
John Cass
3dfbd76a83
* Retrieve album cover and artist images using MusicBrianz ID, if available.
...
* Retrieve album cover and artist images using MusicBrianz ID, if available.
2016-04-19 17:15:05 +02:00
jcass
9347c7d557
Upgrade media progress timer. Modularise progress_timer.js.
2016-04-03 14:53:41 +02:00
jcass
db006f6c54
Remember selection of which backend to search.
...
Fixes #130 .
2016-03-19 00:20:27 +02:00
jcass
f8db8be71f
Add Javascript test and test coverage frameworks.
2016-03-16 21:10:22 +02:00
jcass
7710d23567
Enhance getjQueryID to handle '#' prefix automatically.
2016-03-16 16:43:27 +02:00
jcass
21f16fb17b
fix:Display album / artist information when browsing tracks.
...
Fixes #99 . Fixes #126 .
2016-03-16 16:25:52 +02:00
jcass
979dc028c7
fox:Manual eslint rule violation fixes.
2016-03-05 15:49:48 +02:00
jcass
168f2c549b
fox:Automatic style changes applied by running eslint --fix
2016-03-05 15:11:48 +02:00
jcass
8d9074a733
Add tox environment configuration for linters.
2016-03-05 14:59:22 +02:00
jcass
1db5c9aa8a
Linter fixes for Javascript files.
2016-02-29 20:22:30 +02:00
jcass
5290f81d8c
fix:Retrieve album images using new mopidy.library.getImages format.
...
Fall back to using track artist if album artist is not available.
Fixes #128 .
2016-02-18 13:10:21 +02:00
jcass
a1b6cdbea1
fix: remove volume slider timer.
...
Fixes #162 .
2016-02-14 17:29:23 +02:00
jcass
f5e372a70d
fix:Avoid polling for current track and time changes.
...
Fixes #40 .
2016-02-14 17:09:40 +02:00
jcass
4ec547a66a
Refactor URI lookup routines.
2016-01-31 17:34:45 +02:00
jcass
a81a3ac1d8
fix:Replace calls containing deprecated 'uri' parameter of core.LibraryController.lookup().
2016-01-31 08:17:56 +02:00
jcass
20818b29b2
fix:library.lookup calls.
2016-01-30 15:34:10 +02:00
jcass
a9338a6ec8
fix:Use explicit Mopidy.js calling convention.
2016-01-30 13:54:40 +02:00
jcass
2b70308028
Add event handling for 'muteChanged'.
2016-01-27 07:19:23 +02:00
Nick Steel
318a9763f2
Lookup playlist data consistently
2016-01-18 23:00:21 +00:00
nsteel
67246cda2f
Fixed loading spinner when playlist empty
2015-11-13 12:17:57 +00:00
Nick Steel
24cea6d4be
Stop using deprecated getPlaylists API.
...
Get playlist refs from asList().
Get playlist track refs using getItems().
Must then do a library.lookup() for all tracks since we require album metadata when displaying.
2015-11-12 01:27:55 +00:00
Nick Steel
0090699818
User's favourite streams now saved as an m3u playlist.
2015-10-09 01:00:37 +01:00
Nick Steel
fe666ceee4
Recognise m3u backend and tidy processGetPlaylists
2015-06-23 16:57:26 +01:00
Nick Steel
c8e5160bd6
Only consider tracks when playing from the browse results. ( Fixes #112 ).
2015-06-19 01:27:00 +01:00
Nick Steel
204c5a27ac
Correctly identify user's Spotify starred playlist. ( Fixes #110 ).
2015-06-19 01:17:32 +01:00
Nick Steel
ebe6772e1b
Fixed indentation
2015-04-14 23:02:31 +01:00
Nick Steel
a2c78c491e
Merge pull request #94 from wagamama/long-wait
...
Maintain local copy of browsed tracks.
2015-04-12 18:36:36 +01:00
wagamama
b4a780ad5a
Keep track of browsing tracks
...
Store browsing tracks in global "browseTracks" for playing all tracks
2015-04-11 13:14:31 +08:00
wagamama
47b45dffa9
Refine code
2015-03-26 09:42:24 +08:00
wagamama
2440146b42
Merge branch 'develop' into multi-songs
...
Conflicts:
mopidy_musicbox_webclient/static/js/gui.js
mopidy_musicbox_webclient/static/js/process_ws.js
2015-03-22 11:42:53 +08:00
wagamama
b6dc2bb292
Resolve multiple currently playing songs in queue
...
Use TlTrack to distinguish same songs in current queue
1. Play icon is not applied to songs with same uri
2. Songs with same uri are not removed at once
2015-03-22 11:25:16 +08:00
wagamama
506491bb3c
Set on-click behavior in browse pane to play all
...
This is to sync with other on-click behavior
2015-03-16 22:20:21 +08:00
wagamama
f212658597
Add more button in browse pane
...
1. Play all (flush queue, add all tracks and play)
2. Play track (stop current, add track to next and play next)
3. Play next (add track to next)
4. Add track to queue
5. Add all tracks to queue
2015-03-15 21:25:12 +08:00
kingosticks
b19d275b6c
Add tracklist single mode
2015-03-05 00:28:49 +00:00
kingosticks
158af8dd69
Add consume mode and use event to update status. ( Fixes #32 )
2015-03-05 00:04:14 +00:00
woutervanwijk
b82a956c52
Merge branch 'develop'
...
Conflicts:
README.rst
mopidy_musicbox_webclient/static/css/webclient.css
mopidy_musicbox_webclient/static/index.html
2014-11-24 22:24:39 +01:00
woutervanwijk
d4975abd02
small updates and fixes.
...
covers work better
filtered out unplayable tracks
mopidy-websettings/musicbox setting enabled
cleanup
2014-09-19 23:36:38 +02:00
woutervanwijk
b39530e882
merged #37
2014-09-19 00:59:45 +02:00