Commit Graph

5403 Commits

Author SHA1 Message Date
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
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
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
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
Stein Magnus Jodal
f824ded6ca docs: Add PR#752 to changelog 2014-06-20 22:43:25 +02:00
Stein Magnus Jodal
05b993c908 Merge pull request #752 from adamcik/fix/gh-660-stream-metadata-blacklisting
stream: Allow for blacklisting of metadata lookups against URI patterns.
2014-06-20 22:37:10 +02:00
Stein Magnus Jodal
4cd545e147 Merge branch 'trygveaa/feature/mpd-browse-playlists' into develop 2014-06-20 22:19:48 +02:00
Trygve Aaberge
496b3f5552 mpd: Test playlists in listall(info) 2014-06-20 22:16:27 +02:00
Stein Magnus Jodal
a84622e9b7 docs: Add PR#750 to changelog 2014-06-20 22:15:43 +02:00
Stein Magnus Jodal
0fa47c86bb Merge pull request #750 from adamcik/fix/gh-687-playlist-handling
Fix/gh 687 playlist handling
2014-06-20 22:11:12 +02:00
Thomas Adamcik
50467fef78 stream: Allow for blacklisting of metadata lookups against URI patterns. 2014-06-20 22:10:22 +02:00
Thomas Adamcik
e7b39bd051 audio: Handle carriage return in playlist detection 2014-06-20 21:31:12 +02:00
Thomas Adamcik
c87684aa6b audio: Handle all caps ASX tags.
Also add support for simple asx format.
2014-06-20 21:31:03 +02:00
Thomas Adamcik
8f70899855 mpd: Minor code style tweak. 2014-06-20 21:10:34 +02:00
Thomas Adamcik
e3e9ce253f Merge pull request #749 from trygveaa/feature/mpd-browse-playlists
mpd: Support playlists in browse
2014-06-20 21:08:27 +02:00
Thomas Adamcik
993faf5d20 Merge pull request #748 from jodal/feature/js-calling-convention-warning
Log warning if no Mopidy.js calling convention explicitly selected
2014-06-20 21:01:58 +02:00
Trygve Aaberge
6c4ecae068 mpd: Support playlists in browse
Playlists are containers similar to directories. Treat them equally to
support playlists when browsing.
2014-06-20 20:31:09 +02:00
Stein Magnus Jodal
0ca734c22f docs: Update authors 2014-06-20 19:41:02 +02:00
Stein Magnus Jodal
d15c7d0797 js: Log warning if calling convention is not explicitly set 2014-06-20 11:16:46 +02:00
Stein Magnus Jodal
c5028a8576 js: Fix console setup, allow mocking of the console 2014-06-20 11:16:15 +02:00
Stein Magnus Jodal
4919cae889 local: Add friendly help if no local library cache found
Fixes #711
2014-06-20 00:25:36 +02:00
Stein Magnus Jodal
5c726c3228 docs: Lift manpage a level up since we only have one command now 2014-06-20 00:13:06 +02:00
Stein Magnus Jodal
5cff531173 docs: Changelog tweaks 2014-06-19 23:57:51 +02:00
Stein Magnus Jodal
56ad78c333 docs: Add more details on Mopidy.js calling convention 2014-06-19 23:57:35 +02:00
Stein Magnus Jodal
c8cb2e8b79 docs: Fix duplicate cmdoption usage 2014-06-19 23:37:16 +02:00
Stein Magnus Jodal
6c80476d2a docs: Fix broken reference 2014-06-19 23:36:41 +02:00
Thomas Adamcik
ce4cc4915e Merge pull request #746 from jodal/feature/js-calling-convention
Add by-name calling convention to Mopidy.js
2014-06-19 23:20:18 +02:00
Stein Magnus Jodal
5484abf3da docs: Add ncmpcpp library view slowness workaround
Based on comments in #727.
2014-06-19 23:08:39 +02:00
Stein Magnus Jodal
225f41f999 js: Add by-position-or-by-name calling convention
Fixes #699
2014-06-18 23:27:07 +02:00
Stein Magnus Jodal
149287c06a js: Don't include params if method is called without arguments 2014-06-18 22:22:42 +02:00
Stein Magnus Jodal
858a6977df js: Add callingConvention setting
For now it defaults to the existing behavior "by-position-only" and changing it
has no effect.
2014-06-17 20:57:55 +02:00