Stein Magnus Jodal
420b530164
Merge pull request #762 from trygveaa/fix/mpd-browse-duplicate
...
mpd: Create unique names for all items in browse
2014-06-24 22:42:34 +02:00
Stein Magnus Jodal
47d7911014
Merge pull request #764 from trygveaa/docs/add-extension-mopidy-spotify-tunigo
...
Add Mopidy-Spotify-Tunigo to list of extensions
2014-06-24 19:57:21 +02:00
Trygve Aaberge
62784d12e7
Add Mopidy-Spotify-Tunigo to list of extensions
2014-06-24 16:51:33 +02:00
Stein Magnus Jodal
dba6e9b817
http: Fix missing placeholder in log statement
...
Related to martijnboland/moped#5
2014-06-24 12:46:41 +02:00
Trygve Aaberge
c062dd21c4
mpd: Create unique names for all items in browse
...
Replace the playlist uri/name mapping with a mapping for all the items
in browse. Check the mapping when browsing a path.
This has the added benefit of serving as a cache for browse, so we don't
need to traverse the path parts and lookup each of them for each call to
browse.
2014-06-24 00:45:49 +02:00
Stein Magnus Jodal
24f9a2ac3b
js: Release v0.4.0
2014-06-24 00:44:47 +02:00
Stein Magnus Jodal
3eca1675a2
docs: Update name/description of Mopidy MusicBox Webclient
2014-06-23 23:44:24 +02:00
Thomas Adamcik
e4d4652c68
Merge pull request #759 from jodal/feature/web-client-selector
...
Add web client selector
2014-06-23 22:47:14 +02:00
Stein Magnus Jodal
25f41664d7
Bump version number to 0.19
2014-06-23 22:32:43 +02:00
Stein Magnus Jodal
bce817184d
audio: Fix pep8 warning
2014-06-23 21:22:00 +02:00
Stein Magnus Jodal
305822d4fc
flake8: Ignore more dirs
2014-06-22 09:59:52 +02:00
Stein Magnus Jodal
f850bb8bbc
docs: Update changelog
2014-06-22 09:58:45 +02:00
Stein Magnus Jodal
aed8670797
http: Fix flake8 warnings
2014-06-22 09:53:03 +02:00
Stein Magnus Jodal
7cfab1eff5
docs: Add PR#755 to changelog
2014-06-22 09:50:14 +02:00
Stein Magnus Jodal
9b9791ab5b
Merge pull request #755 from trygveaa/feature/lsinfo-change-order
...
mpd: List browse results before playlists in lsinfo
2014-06-22 09:49:00 +02:00
Stein Magnus Jodal
d42bb24e69
docs: Add PR#758 to changelog
2014-06-22 09:47:24 +02:00
Stein Magnus Jodal
6b97f0aba8
Merge pull request #758 from trygveaa/fix/ignore-empty-query-parts
...
mpd: Ignore empty parts in query
2014-06-22 09:45:21 +02:00
Trygve Aaberge
1ac470c58c
mpd: Test that whitespace query parts are ignored
2014-06-22 02:13:14 +02:00
Stein Magnus Jodal
9f925570d2
http: Redirect from root to /mopidy/ if no static_dir app
2014-06-22 01:24:57 +02:00
Stein Magnus Jodal
6596871918
http: Test serving og legacy static_dir apps
2014-06-22 01:22:22 +02:00
Stein Magnus Jodal
5861071bb1
http: List installed web clients at /mopidy/
2014-06-22 00:39:54 +02:00
Stein Magnus Jodal
3fb225233a
http: Extract helper for setting common response headers
2014-06-22 00:29:01 +02:00
Stein Magnus Jodal
0e2b396be4
web: Strip down CSS
2014-06-21 23:34:45 +02:00
Stein Magnus Jodal
97efcdc019
web: Remove focus on 'HTTP frontend'
2014-06-21 23:30:13 +02:00
Stein Magnus Jodal
005cb028e7
web: Use font similar to mopidy.com
2014-06-21 23:30:00 +02:00
Stein Magnus Jodal
603da5673e
web: Make pages fill mobile viewports
2014-06-21 23:27:42 +02:00
Stein Magnus Jodal
59760bb36c
web: Remove WebSocket demo page
2014-06-21 23:27:35 +02:00
Trygve Aaberge
5393f31923
mpd: Ignore parts in query with only whitespace
2014-06-21 19:13:39 +02:00
Trygve Aaberge
0c3e5bd71e
mpd: Test that empty query parts are ignored
2014-06-21 17:29:41 +02:00
Trygve Aaberge
acb0e47909
mpd: Ignore empty parts in query
...
This is to fix e.g. that an empty string can't be parsed as a date,
which may be attempted if the query contains 'Date ""'.
2014-06-21 17:28:54 +02:00
Thomas Adamcik
47ca709c6a
Merge pull request #757 from jodal/feature/http-apps-without-slash
...
HTTP: Redirect /app to /app/
2014-06-21 16:57:47 +02:00
Stein Magnus Jodal
fbcc73004d
http: Redirect from /app to /app/
2014-06-21 16:36:16 +02:00
Stein Magnus Jodal
6c6600c37b
http: Group HTTP server tests
2014-06-21 16:21:39 +02:00
Stein Magnus Jodal
49644dfd99
http: Use same string interpolation style as elsewhere
2014-06-21 15:13:44 +02:00
Stein Magnus Jodal
490c7a02b7
Merge pull request #756 from dz0ny/fix/static_router_constructor
...
Fix http router so it can handle /{ext_name} same as /{ext_name}/
2014-06-21 15:12:42 +02:00
dz0ny
7c428ce8d2
Fix http router so it can handle /{ext_name} same as /{ext_name}/
2014-06-21 15:05:13 +02:00
Trygve Aaberge
81898cb709
mpd: Test order of result from lsinfo
2014-06-21 14:42:35 +02:00
Thomas Adamcik
e7d3837840
docs: Update changelog with MPD browse imporovements.
2014-06-21 14:14:49 +02:00
Thomas Adamcik
58976ef52d
config: Lists need to handle missing values
2014-06-21 14:11:24 +02:00
Thomas Adamcik
3c196ed645
stream: metadata_blacklist is optional
2014-06-21 14:11:09 +02:00
Trygve Aaberge
21cf0f0337
mpd: List browse results before playlists in lsinfo
...
This makes directories from extensions appear before playlists in the
result of the lsinfo command, which is desirable in clients that does
not sort the result.
2014-06-21 14:03:05 +02:00
Thomas Adamcik
b81a9569c8
Merge pull request #754 from trygveaa/feature/mpd-browse-albums
...
mpd: Support albums in browse
2014-06-21 12:11:55 +02:00
Trygve Aaberge
0b7243dce1
mpd: Test albums in listall(info)
2014-06-21 01:52:44 +02:00
Trygve Aaberge
5b8a9a3fb4
mpd: Support albums in browse
...
Albums are also containers of tracks, similar to directories and
playlists. Treat them equally when browsing.
2014-06-21 01:51:36 +02:00
Stein Magnus Jodal
cf051d243a
docs: Fix second typo
2014-06-20 23:54:59 +02:00
Stein Magnus Jodal
43c0d0ba92
docs: Fix typo ( closes #753 )
2014-06-20 23:38:19 +02:00
Stein Magnus Jodal
715e3e24c2
Merge pull request #747 from jodal/feature/friendly-no-local-library-help
...
local: Add friendly help if no local library cache found
2014-06-20 23:32:11 +02:00
Thomas Adamcik
12b8b5e304
docs: Add #741 fix
2014-06-20 23:21:17 +02:00
Thomas Adamcik
6b7665210c
mpd: Remove old exception handling.
...
This is a leftover from the old dispatcher code that was missed in the
refactor. The call() will never raise a LookupError for missing commands.
2014-06-20 23:14:48 +02:00
Thomas Adamcik
69b4a8cad6
mpd: Fix typo in browse handling.
2014-06-20 23:08:03 +02:00