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
28a42f40eb
fix:Javascript syntax errors.
2016-01-30 15:08:17 +02:00
jcass
a9338a6ec8
fix:Use explicit Mopidy.js calling convention.
2016-01-30 13:54:40 +02:00
Nick Steel
0fe5414b33
Setting Mopidy's mute state doesn't need a returned promise.
2016-01-28 19:06:01 +00:00
jcass
2b70308028
Add event handling for 'muteChanged'.
2016-01-27 07:19:23 +02:00
jcass
eea716d8cd
Swop mute / un-mute icons back.
2016-01-26 17:42:31 +02:00
jcass
b103d6a8a6
Rename function to toggle mute. Don't need promise to be returned on Mopidy calls.
2016-01-26 17:27:06 +02:00
jcass
f18a80cc03
Get rid of local variables in checking current slider value.
2016-01-26 16:56:17 +02:00
jcass
d4ed52ac32
Use standard mixer controls to mute / un-mute.
2016-01-26 16:29:56 +02:00
jcass
4bca436000
Refactor volume control and mute/unmute features.
2016-01-25 07:34:56 +02:00
jcass
8cdc547d4e
Fix to store current volume on startup.
2016-01-24 21:44:46 +02:00
jcass
fb3f8dda3f
Fix mute/unmute functionality: now also works if user unmutes by sliding volume manually.
2016-01-24 21:29:32 +02:00
jcass
d1fbeef5ea
Remove pause/play images in favor of standardising on fontawesome icons.
...
Ensure proper alignment of 'normalFooter' and 'nowPlayingFooter' when switching layouts.
2016-01-24 18:29:02 +02:00
Nick Steel
318a9763f2
Lookup playlist data consistently
2016-01-18 23:00:21 +00:00
Nick Steel
87ad7fc880
Merge branch 'streamuris-v2' of https://github.com/kingosticks/mopidy-musicbox-webclient into kingosticks-streamuris-v2
...
Conflicts:
mopidy_musicbox_webclient/static/js/functionsvars.js
2015-11-09 23:04:54 +00:00
Nick Steel
a5255484d4
Update stream title info and restore adding radio special case.
2015-11-09 22:58:16 +00:00
Nick Steel
4087cf9379
Tidied up handling when add by playlist fails.
...
Constant to define mbw URI scheme and get scheme helper.
2015-11-09 22:25:35 +00:00
Nick Steel
92fe64ba1d
Fix play now/next behaviour for generic playTrack method.
2015-11-09 21:47:29 +00:00
Nick Steel
c6feaeb048
Use a more generic maybePlay throughout playBrowsedTracks.
2015-11-09 21:20:04 +00:00
dmosen
aa7b0a59da
Fixed behavior of play now/next on empty tracklist
...
removed getTracks() call
2015-11-09 19:48:50 +00:00
Nick Steel
4e8856f4f3
Merge pull request #117 from DavisNT/feature/RefreshPlaylists
...
Feature refresh playlists
2015-10-11 23:07:00 +01:00
Nick Steel
0090699818
User's favourite streams now saved as an m3u playlist.
2015-10-09 01:00:37 +01:00
Nick Steel
7bad3ee89b
Use mopidy v1.0 uris param when adding to tracklist.
...
Stop using deprecated tracks parameter when manipulating the
tracklist and use lightweight uris instead. (Fixes #111 ).
2015-10-04 14:09:16 +01:00
Davis Mosenkovs
896ec8afde
Add refresh button for playlists
2015-07-12 02:15:31 +03:00
Nick Steel
ad816350f9
Use a fake 'mbw:' URI scheme for our internal track caches. ( Fixes #109 ).
...
Better solution is to prevent sending our internal cache URIs to Mopidy in the first place.
Also removed unused customPlaylists.
2015-06-18 00:13:55 +01:00
Nick Steel
ab59c7be00
Merge branch 'DavisNT-feature/SavePlaylist' into develop
2015-06-17 21:27:41 +01:00
Davis Mosenkovs
2b4c670ec3
Added ability to save Queue as local Playlist
2015-06-17 21:05:57 +01:00
Nick Steel
eb58e743d8
Treat streams same as everything else in playBrowsedTracks
...
Fixes #98
2015-04-24 00:13:37 +01:00
Nick Steel
a8ef6c43b1
Don't want for tracklist clear response in playBrowsedTracks
2015-04-24 00:11:39 +01:00
Nick Steel
bf0ad63317
Tidied up playBrowsedTracks
2015-04-14 23:29:47 +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
Nick Steel
2c2e9776b7
Consolidate common code into getNowPlayingTlid.
2015-04-12 18:10:09 +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
704e1fc191
Merge branch 'develop' into multi-songs
...
Conflicts:
mopidy_musicbox_webclient/static/index.html
mopidy_musicbox_webclient/static/js/controls.js
2015-03-26 09:31:00 +08:00
kingosticks
cfa6225e44
Fixed browse popup not closing
2015-03-26 00:08:07 +00:00
kingosticks
b0539387a0
Update stop for Mopidy playback API v1.0
2015-03-26 00:07:57 +00:00
wagamama
647a9d9c5f
Bug fix
...
1. Fix typo in functionsvars.js
2. Close popup menu after actions in browse pane
2015-03-22 12:04:07 +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
56fc593fc6
Revert accidently moved code block
...
playlist must be initialized before use
2015-03-16 22:03:47 +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
b922c29e82
Now playing add to saved streams button. ( Fixes #80 )
2015-03-05 22:05:53 +00:00
kingosticks
b19d275b6c
Add tracklist single mode
2015-03-05 00:28:49 +00:00
kingosticks
7322aa40d7
Helper function for setting tracklist option icons
2015-03-05 00:17:12 +00:00
kingosticks
158af8dd69
Add consume mode and use event to update status. ( Fixes #32 )
2015-03-05 00:04:14 +00:00
kingosticks
aa524c8039
Change play/pause control text with play state
2015-03-04 21:41:52 +00:00
jcass
cba4e2af62
Update 'removeTrack' function to use new Mopidy filter format for finding tracks to remove from the tracklist.
2015-01-09 15:27:52 +02:00
woutervanwijk
dfd79da8e6
stop streams, not pause; button to copy streamurl
2014-12-15 13:15:30 +01: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