Nick Steel
0a4c3ceed3
Better fake up Album model for stricter mopidy validation. ( Fixes #111 ).
...
This is a bit of a hack. The better solution is to only send URIs rather than full Track models.
2015-06-17 23:51:26 +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
79e9581bb1
Merge pull request #104 from DavisNT/develop
...
Add link to Alarm Clock extension if it's installed.
2015-06-01 12:27:01 +01:00
Davis Mosenkovs
fc721cf087
Link to Alarm Clock: fix flake8 errors
2015-05-30 16:27:31 +03:00
Davis Mosenkovs
c442144dc5
Link to Alarm Clock: fix flake8 E501
2015-05-30 16:15:43 +03:00
Davis Mosenkovs
4df4eb2733
Link to Alarm Clock: remove try/except from Alarm Clock detection
...
hope this won't cause any issues with broken config
2015-05-30 15:02:16 +03:00
Davis Mosenkovs
346a6a2e42
Link to Alarm Clock: fix home screen
2015-05-30 02:05:06 +03:00
Davis Mosenkovs
9e0bc2c53a
Link to Alarm Clock: updated Changelog
2015-05-30 01:48:50 +03:00
Davis Mosenkovs
00d0b16f3b
Link to Alarm Clock: fix Alarm Clock detection
2015-05-30 01:21:15 +03:00
Davis Mosenkovs
287995110b
Add link to Alarm Clock
2015-05-30 01:05:42 +03:00
Nick Steel
be769dc479
Removed unused string import
2015-04-26 00:51:16 +01:00
Nick Steel
f3275339c0
Make musicbox config setting optional
2015-04-26 00:50:40 +01:00
Nick Steel
5b7880936f
Removed unused title templating
2015-04-26 00:46:16 +01:00
Nick Steel
1c35ceec7e
Updated changelog
2015-04-26 00:40:06 +01:00
Nick Steel
b598dbd90d
Optional config settings for websocket host and port
2015-04-26 00:38:43 +01:00
Nick Steel
83c04b693f
Removed unused variables
2015-04-25 19:03:51 +01:00
Nick Steel
91d943db74
Update copyrite year
2015-04-25 19:02:33 +01:00
Nick Steel
b436926b58
Remoe no longer used code. Fixes #100 .
2015-04-25 18:42:58 +01:00
Nick Steel
eeb9b2f55b
Merge pull request #101 from camilonova/add-grooveshark
...
Add grooveshark backend
2015-04-25 17:29:25 +01:00
Camilo Nova
dde939ba45
Added grooveshark search backend
2015-04-25 10:54:37 -05:00
Camilo Nova
17834e0470
Improved text for the user
2015-04-25 08:37:26 -05:00
Camilo Nova
934014b17d
Added grooveshark stream
2015-04-25 08:34:20 -05: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
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
Nick Steel
2c2e9776b7
Consolidate common code into getNowPlayingTlid.
2015-04-12 18:10:09 +01:00
Nick Steel
2c946d4fdd
Merge pull request #88 from wagamama/multi-songs
...
Identify tracklist items using the tracklist ID. Fixes #81 .
2015-04-11 11:09:29 +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
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
464707c61f
Update version and release date
2015-03-26 00:11:41 +00: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
kingosticks
b7c81f7aea
Remove new button clutering Now Playing
2015-03-25 21:44:10 +00:00
kingosticks
c98232e71d
Updated changelog
2015-03-25 21:39: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
kingosticks
f377730ed7
Update authors
2015-03-17 16:48:14 +00:00
kingosticks
e440dc4d54
Merge branch 'wagamama-browse-morebutton' into develop
2015-03-17 16:40:09 +00: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
56fc593fc6
Revert accidently moved code block
...
playlist must be initialized before use
2015-03-16 22:03:47 +08:00
Nick Steel
a4b6d78d33
Merge pull request #84 from DavisNT/develop
...
Fix jQuery version in script filename
2015-03-16 11:04:41 +00:00
Davis Mosenkovs
799d9f2fa2
Fix jQuery version in script filename
2015-03-15 23:44:40 +02: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
Nick Steel
1714970211
Fixed manifest file I broke with wrong syntax
2015-03-06 17:48:45 +00:00
kingosticks
13a1065176
wrong junit-xml argument to py.test
2015-03-06 00:34:44 +00:00