Commit Graph

79 Commits

Author SHA1 Message Date
Markus Jung
cc644203a0 Recognize rtmp/-s and rtsp stream URIs as valid 2017-07-15 21:11:10 +02: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
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
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
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
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
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
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
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
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
7de3476b5a Add 'Folder' FontAwesome icon on the Browse pane. 2016-04-28 14:45:40 +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
411a3781fd Combine .js and .py coverage reports.
Remove services that cannot be searched from search dropdown.

Refactoring and additional unit tests.
2016-03-28 06:17:43 +02:00
jcass
db006f6c54 Remember selection of which backend to search.
Fixes #130.
2016-03-19 00:20:27 +02:00
jcass
7944acecb9 Add missing object literal reference that was missed during merge. 2016-03-16 21:54:49 +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
9c0e1cc56e fix:Don't create Mopidy models manually.
Fixes #172.
2016-03-06 22:51:18 +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
1db5c9aa8a Linter fixes for Javascript files. 2016-02-29 20:22:30 +02:00
jcass
7d680fe252 Only push album cover if more than one tracks are being shown for an album. 2016-02-21 20:14:39 +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
d89673dd56 Updated elapsed time while user is dragging the progress slider.
Also ensure that only one seek event can be triggered at a time.
2016-02-15 19:04:43 +02:00
jcass
756095c5ff Remove unused global variables. 2016-02-15 17:59:49 +02:00
jcass
0d54984f38 Prevent 'volumeChanged' events from interfering will volume slider being dragged. 2016-02-14 20:25:14 +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
wagamama
2e874b2f99 Split out and update vendor libraries. 2016-02-05 08:19:45 +02:00
Nick Steel
97c8817335 Gracefully handle a disabled m3u extension. 2016-02-04 01:33:45 +00: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