46b6983f72
Set Mopidy WebSocket URL according to document location
...
for correct nginx folder redirection
2020-03-10 16:02:22 -07:00
7c42146b16
Merged SleepTimer patch
...
Merged SleepTimer patch from
d5b6649fee
For supporting from server side required SleepTimer patch for mopidy
d28715fb84
2019-07-02 14:16:41 -07:00
John Cass
49b79c0a7e
Fix HTML markup.
2018-05-07 04:54:07 +02:00
John Cass
85f71639b0
Don't allow browsing tracks by album if album URI is not available.
...
Fixes #250 .
2018-05-06 09:09:44 +02:00
jcass
3038875533
Include details of currently selected page in HTML title tag.
...
Fixes #243 .
2017-10-07 09:52:31 +02:00
John Cass
4879c3e3ce
Prevent subsequent sync attempts until getTimePosition returns. ( #238 )
...
Fixes #237 .
2017-10-07 06:12:19 +02:00
Markus Jung
cc644203a0
Recognize rtmp/-s and rtsp stream URIs as valid
2017-07-15 21:11:10 +02:00
Nick Steel
f6663800c3
Fixed showing artist and album details from search page.
...
Looks like this got broken in e3eddf2e28 where we
accidentally started quoting this.id when passed to the showX functions.
2017-03-14 23:46:30 +00:00
Nick Steel
6ae9a16a9c
Fixed eslint error.
...
Must remember to tox.
2017-03-11 17:35:15 +00:00
Nick Steel
4f1ffbb2fb
Restore scheme-based icons for everything except directories.
...
We could look at doing something else here but I think this is much clearer
when presented with multi-scheme track lists (i.e. m3u playlists, search results)
2017-03-11 16:15:26 +00:00
Nick Steel
4c11888057
Set Spotify icon for mopidy-spotify-web
2017-03-11 15:13:06 +00:00
jcass
dcc5b62f76
Merge remote-tracking branch 'upstream/develop' into fix/230_refresh
...
# Conflicts:
# mopidy_musicbox_webclient/static/mb.appcache
2017-02-26 20:06:34 +02:00
jcass
9384e69dd4
Show offline message until page refresh is completed.
2017-02-19 19:42:40 +02:00
jcass
6c525e516f
Always close panel on screen resolutions where page is pushed to the right.
2017-02-19 18:44:29 +02:00
jcass
a677d2198f
Close navigation panel when menu option selected on small screens.
2017-02-18 15:09:55 +02:00
jcass
98d6cb088b
Merge remote-tracking branch 'upstream/develop' into fix/230_refresh
...
# Conflicts:
# README.rst
2017-02-18 14:25:07 +02:00
John Cass
21f6b96fbe
Fix panel wrap push on desktop ( #232 )
...
Fix panel wrap push on desktop.
2017-02-18 14:21:57 +02:00
jcass
e3eddf2e28
Ignore calls to locationHashChanged untill page has finished loading.
...
Fixes #230 .
2017-02-18 09:04:11 +02:00
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
Nick Steel
45c7448abd
Merge branch 'jcass77-fix/73_93_scroll_positions' into develop
2017-02-16 22:19:39 +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
69329435d2
Verify popup ID parameter before close.
2017-02-04 17:09:27 +02:00
jcass
567877f858
Verify popup ID parameter before close.
2017-01-29 12:49:11 +02:00
jcass
c240ad9ff8
Show all available track info in the 'Show Track Info...' popup.
...
Add icon to top right corner of album image for activating the info popup.
Fixes #227 .
2017-01-29 11:17:48 +02:00
jcass
7a8969610b
Clarify comments.
2017-01-22 15:52:07 +02:00
jcass
01ae68ebc6
Fix formatting of track length in 'Show Info' popup.
2017-01-22 11:27:11 +02:00
jcass
0e6e15e8e5
Fix scroll position for the 'browse' pane.
2017-01-22 10:15:38 +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
db93773cc7
Remove unused function.
2017-01-18 19:15:37 +02:00
jcass
4481ca939a
Fix issue where 'Show Info' popup would not work for TrackRefs.
2017-01-18 19:10:47 +02:00
jcass
17690999ad
Initialize GUI before attempting to connect to Mopidy.
2017-01-14 14:56:20 +02:00
jcass
45d6e674ad
Fix eslint violation.
2017-01-14 12:03:09 +02:00
jcass
5020815525
Optimize 'isMobile' check.
2017-01-14 11:56:47 +02:00
jcass
dfffcbf176
Use track artist before falling back to album artist.
2017-01-14 11:40:13 +02:00
jcass
4f9e370a45
Fix track duration check.
...
Use album artist before falling back to track artist.
2017-01-14 11:36:34 +02:00
jcass
f3bc3e94e7
Tweak popup dialog look and feel for mobile and desktop devices.
2017-01-08 08:33:31 +02:00
jcass
a9c998c8a5
Add feature to allow insertion of track URI at any point in the queue.
...
Fixes #75 .
2017-01-07 18:32:19 +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
c97458a8fe
Show server information in loader and in navigation pane (hostname, ip address, port).
...
Fixes #67 . Fixes #209 .
2016-12-04 12:19:21 +02:00
jcass
bf79d0cfe2
Fix incorrect array index reference.
2016-11-27 15:45:39 +02:00
jcass
d0db1ad50d
Hide 'Show...' popup menu options if URI's are note available.
...
Fixes #213 .
2016-11-27 08:44:48 +02:00
Nick Steel
69fa94114f
Merge branch 'enhance/podcast_icons' of https://github.com/jcass77/Mopidy-MusicBox-Webclient into jcass77-enhance/podcast_icons
2016-05-15 23:18:29 +01:00
jcass
d3c68e1cd0
fix: Don't do album image cover lookup when clearing queue.
...
Fixes #201 .
2016-05-14 09:43:51 +02:00
jcass
5829368e40
Only capitalize first letter of a scheme if a mapping has not been statically defined.
...
Update test cases.
2016-05-08 10:52:37 +02:00
jcass
bbd9318e13
Update icons for tkem's podcast-related backend extensions.
2016-05-08 10:09:53 +02:00
jcass
7b3d17a67c
fix:Replace JavaScript prompt with jQuery equivalent.
...
Fixes #191 .
2016-05-07 16:33:23 +02:00
Nick Steel
27e5088d4b
User hint regarding favourite streams. Fixes #171
2016-05-05 23:14:13 +01:00
jcass
eac5c64122
Fix popup menu icon in Queue pane.
2016-05-05 16:12:32 +02:00
jcass
30ac2a5065
New icons for 'PLAY' and 'PLAY_ALL' action.
2016-05-05 07:24:19 +02:00