Commit Graph

5562 Commits

Author SHA1 Message Date
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
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
Stein Magnus Jodal
198bd8af6c js: Use .catch() to simplify error handling 2014-06-17 20:41:35 +02:00
Stein Magnus Jodal
9ed17b222a js: Test existing call convention 2014-06-17 20:26:45 +02:00
Stein Magnus Jodal
6864cc97ea docs: Improve Mopidy.js promise usage examples
Thanks to @briancavalier for the review!
2014-06-16 23:46:17 +02:00
Stein Magnus Jodal
3cf1973652 docs: Fix typo 2014-06-16 23:45:52 +02:00
Stein Magnus Jodal
d9d8d06ff4 js: Release Mopidy.js v0.3.0 2014-06-16 23:11:39 +02:00
Stein Magnus Jodal
64d39f98d3 js: Update package.json with all recommended fields 2014-06-16 23:11:15 +02:00
Stein Magnus Jodal
785c469ec4 js: Include package version in built files 2014-06-16 23:10:39 +02:00
Thomas Adamcik
af238d5259 Merge pull request #744 from jodal/feature/js-updates
Various updates to Mopidy.js
2014-06-16 22:26:29 +02:00
Stein Magnus Jodal
fa8f2652df docs: Nitpicking 2014-06-16 00:42:21 +02:00
Stein Magnus Jodal
681c2d1560 docs: Improve Mopidy.js Promise usage examples 2014-06-16 00:39:38 +02:00
Stein Magnus Jodal
76d13b6efd docs: Document Mopidy.js settings (fixes #702) 2014-06-16 00:38:40 +02:00
Stein Magnus Jodal
13205bee5f js: Connect to /mopidy/ws without trailing slash
This is the recommended URL since the switch to Tornado as web server.
2014-06-15 23:43:44 +02:00
Stein Magnus Jodal
ee9d19fc6e js: Fix unhandled promise rejection in test 2014-06-15 23:43:44 +02:00