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
d0db1ad50d
Hide 'Show...' popup menu options if URI's are note available.
...
Fixes #213 .
2016-11-27 08:44:48 +02:00
jcass
50eda192c0
Remove defunct PyPi download counter.
2016-11-05 06:15:41 +02:00
Nick Steel
fa5689409a
Bump version to v2.3.0 and update changelog for release.
2016-05-15 23:37:31 +01: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
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
c8925ea342
Merge pull request #198 from jcass77/enhance/alternative_icons
...
Alternative more consistent icon set
2016-05-05 22:54:46 +01:00
jcass
870c983b03
docs:Update README.
2016-05-05 20:22:05 +02:00
jcass
f0f62e61db
docs:Update README.
2016-05-05 20:21:06 +02:00
jcass
d6e064b13d
docs:Update README.
2016-05-05 20:09:38 +02:00
jcass
c8203b2814
docs:Update README.
2016-05-05 20:08:26 +02:00
jcass
2ab8e9baa0
docs:Update README.
2016-05-05 20:06:39 +02:00
jcass
f95b837313
docs:Update README.
2016-05-05 07:48:55 +02:00
jcass
30ac2a5065
New icons for 'PLAY' and 'PLAY_ALL' action.
2016-05-05 07:24:19 +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
db006f6c54
Remember selection of which backend to search.
...
Fixes #130 .
2016-03-19 00:20: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
785d923fcf
docs:Fix travis and coveralls link targets to point to correct repository.
2016-03-05 15:06:13 +02:00
jcass
8d9074a733
Add tox environment configuration for linters.
2016-03-05 14:59:22 +02:00
Nick Steel
81948a0545
Bump version and release date
2016-03-01 20:39:55 +00: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
34e2abf612
Bundle vendorized copy of Mopidy.js.
...
Fixes #175 .
2016-02-23 07:14:51 +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
a28969aa9e
docs:Update changelog.
2016-02-15 07:38:31 +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
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
f4c1a7e0b3
docs:Update changelog.
2016-02-14 10:38:01 +02:00
wagamama
ae72b09f29
fix:Prevent mobile devices from scaling up when in landscape mode.
...
Fixes #157 .
2016-02-05 08:26:47 +02:00
wagamama
2e874b2f99
Split out and update vendor libraries.
2016-02-05 08:19:45 +02:00
jcass
d7bd3736b2
docs:Update changelog.
2016-02-04 22:06:13 +02:00
jcass
ad4757d979
fix:Fix CSS typo.
2016-02-04 22:05:08 +02:00
jcass
54e835b623
fix:Replace jquery.truncate.js with text-overflow: ellipses.
2016-02-04 21:46:11 +02:00
jcass
f75842488d
docs:Update changelog with release date.
2016-02-04 18:30:28 +02:00
Nick Steel
af0ce8503b
Merge branch 'develop' of github.com:pimusicbox/mopidy-musicbox-webclient into develop
2016-02-04 15:59:32 +00:00
Nick Steel
a9b7b3febd
Added changelog entry
2016-02-04 13:52:27 +00:00
jcass
c0fbffcdb6
fix:Bump Mopidy version dependency for M3U-related features.
...
Fixes #147 .
2016-02-04 07:10:40 +02:00
jcass
7991e94042
docs:Update changelog to show issues under correct headings.
2016-02-03 09:25:21 +02:00
jcass
19363e1476
Merge remote-tracking branch 'upstream/develop' into fix/79_explicit_2
...
Conflicts:
README.rst
2016-01-31 06:46:25 +02:00
jcass
a9338a6ec8
fix:Use explicit Mopidy.js calling convention.
2016-01-30 13:54:40 +02:00
jcass
e90f5edcea
docs:Update changelog. Fixes #148 .
2016-01-30 13:37:13 +02:00
Nick Steel
04e7f118ac
Merge branch 'fix/144_header_text_truncation' of https://github.com/jcass77/Mopidy-MusicBox-Webclient into jcass77-fix/144_header_text_truncation
2016-01-28 19:33:56 +00:00
Nick Steel
c9fa8b3bbe
Merge pull request #142 from jcass77/fix/mute_events
...
Add event handling for 'muteChanged' event
2016-01-28 19:04:13 +00:00