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
01ae68ebc6
Fix formatting of track length in 'Show Info' popup.
2017-01-22 11:27:11 +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
4481ca939a
Fix issue where 'Show Info' popup would not work for TrackRefs.
2017-01-18 19:10:47 +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
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
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
30ac2a5065
New icons for 'PLAY' and 'PLAY_ALL' action.
2016-05-05 07:24:19 +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
jcass
9347c7d557
Upgrade media progress timer. Modularise progress_timer.js.
2016-04-03 14:53:41 +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
c5c74d77f4
Implement lint syntax recommendations.
2016-02-29 21:11:10 +02:00
jcass
c132f9b5df
fix:Replace Javascript dialogs and buttons with jQuery Mobile equivalents.
...
Use 'm3u' format for saving playlists. Invalidate the playlist cache on refresh or external changes.
Replace links with buttons and text with icons.
Fixes #113 . Fixes #173 . Fixes #177 .
2016-02-29 20:35:32 +02:00
jcass
1db5c9aa8a
Linter fixes for Javascript files.
2016-02-29 20:22:30 +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
4d20b13f51
fix:Disable volume slider change events while user is busy dragging the slider.
...
Fixes #168 .
2016-02-15 07:35:46 +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
jcass
1fadf39b85
Fix variable name capitalization.
2016-02-13 13:33:09 +02:00
Nick Steel
a9b7b3febd
Added changelog entry
2016-02-04 13:52:27 +00:00
Nick Steel
d89731fea7
Reminded to remove streamUris upgrade functionality later.
2016-02-04 01:38:51 +00:00
Nick Steel
97c8817335
Gracefully handle a disabled m3u extension.
2016-02-04 01:33:45 +00:00
Nick Steel
8075bc3a0e
Also show convert button when Favourites playlist is empty.
...
Will not show convert button if m3u playlists are disabled.
2016-02-04 00:00:55 +00:00
Nick Steel
3ecb4f65d3
Handle unresolvable streams gracefully and don't comvert automatically.
2016-02-03 23:33:17 +00:00
Nick Steel
45a9c4522a
Upgrade cookie-based streamuris to m3u playlist. ( Fixes #146 ).
2016-02-01 00:12:26 +00: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
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