Commit Graph

2505 Commits

Author SHA1 Message Date
Stein Magnus Jodal
ec7c172c2e Add ext prefix to config sections 2013-04-01 16:14:34 +02:00
Stein Magnus Jodal
2176ab3d98 lastfm: Define extension 2013-04-01 15:18:25 +02:00
Stein Magnus Jodal
0f1c4c1dff http: Define extension 2013-04-01 15:18:25 +02:00
Stein Magnus Jodal
5b6fc25cf8 mpris: Define extension 2013-04-01 15:18:24 +02:00
Stein Magnus Jodal
a5f3bfc9c4 mpd: Define extension 2013-04-01 15:03:54 +02:00
Stein Magnus Jodal
d65a986a56 stream: Define extension 2013-04-01 14:56:37 +02:00
Stein Magnus Jodal
d8c7b876be local: Define extension 2013-04-01 14:55:30 +02:00
Stein Magnus Jodal
7060a75072 spotify: Define extension 2013-04-01 14:27:12 +02:00
Stein Magnus Jodal
64b0cc7b98 ext: Support multiple frontends/backends in an extension 2013-04-01 11:30:07 +02:00
Stein Magnus Jodal
0ec989d2cb ext: Add ExtensionError exception class 2013-04-01 11:11:37 +02:00
Stein Magnus Jodal
f89f4151b0 ext: Add Extension base class 2013-04-01 11:02:02 +02:00
Stein Magnus Jodal
d0082111b1 Bump version number to 0.13.0 2013-03-31 16:52:37 +02:00
Stein Magnus Jodal
4f8907bbeb mpd: Handle paths as bytes with unknown encoding, not UTF-8 or Unicode 2013-03-31 16:46:03 +02:00
Stein Magnus Jodal
bc78a65fff js: Upgrade when.js from 1.8.1 to 2.0.0 2013-03-31 14:09:32 +02:00
Thomas Adamcik
6283c6ee9b Merge pull request #363 from jodal/feature/expose-uri-schemes-to-http-clients
Expose uri schemes to http clients
2013-03-31 03:55:59 -07:00
Stein Magnus Jodal
06c7d8ea46 Merge branch 'develop' into feature/limit-search-by-uri-root
Conflicts:
	docs/changes.rst
2013-03-31 12:45:31 +02:00
Thomas Adamcik
2845f9cf8b Merge pull request #365 from jodal/feature/tracklist-add-by-uri
Add to tracklist by URI
2013-03-31 00:31:02 -07:00
Stein Magnus Jodal
0fe5ff8712 docs: js/README.rst was renamed to .md 2013-03-31 07:51:21 +02:00
Stein Magnus Jodal
3d847862ae mpris: Use add(uri=uri) instead of add(lookup(uri)) 2013-03-31 00:19:50 +01:00
Stein Magnus Jodal
f26db23de9 mpd: Use add(uri=uri) instead of add(lookup(uri)) 2013-03-31 00:19:40 +01:00
Stein Magnus Jodal
bfd2010639 core: Let tracklist.add() lookup tracks by URI 2013-03-31 00:13:59 +01:00
Thomas Adamcik
27d424ff5b Merge pull request #360 from jodal/feature/mopidy-for-node
Mopidy.js on Node.js
2013-03-30 15:25:36 -07:00
Stein Magnus Jodal
2abce2af38 core: Limit search to backends matching URI roots
Fixes #337
2013-03-30 22:20:19 +01:00
Stein Magnus Jodal
c54db3298f backends: Make search/find_exact accept 'uris' kwarg 2013-03-30 22:19:13 +01:00
Stein Magnus Jodal
1704828504 backends: Make search/find_exact take a query dict instead of kwargs 2013-03-30 22:14:33 +01:00
Stein Magnus Jodal
4414deae1d http: Expose core.get_uri_schemes (Fixes #361) 2013-03-30 21:03:12 +01:00
Stein Magnus Jodal
e6460b6945 jsonrpc: Handle Pykka's CallableProxy objects as regular methods 2013-03-30 21:01:01 +01:00
Stein Magnus Jodal
7e0b16680c Merge remote-tracking branch 'herrernst/fix-non-ascii-paths' into develop 2013-03-30 14:59:13 +01:00
Stein Magnus Jodal
8a8a5109d6 audio: Remove redundant logging 2013-03-30 14:57:37 +01:00
Stein Magnus Jodal
631afff031 Merge pull request #362 from kingosticks/feature/doc-settings-typo
Wrong module path for StreamBackend example in settings.BACKENDS doc string
2013-03-30 05:18:39 -07:00
Stein Magnus Jodal
9e5f0703c7 audio: Fix UnicodeDecodeError when logging errors
Fixes #347
2013-03-30 13:16:21 +01:00
Nick Steel
13f39c8bf7 Wrong module path for StreamBackend example 2013-03-30 11:54:06 +00:00
Zan Dobersek
129894c01e Clean up gst.Caps initialization
There's no need for appending every audio/x-raw-* structure to the gst.Caps
individually, they can all be listed inline inside the gst.Caps initialization.
(cherry picked from commit 13f0bfffe17c07ddbc3a8e5fc1e29c0015502392)
2013-03-30 01:56:07 +01:00
Zan Dobersek
228f9bbf6b Scanner doesn't work with Ogg Vorbis files
Enhance the caps for the uridecodebin element by appending to them structures covering
both audio/x-raw-int and audio/x-raw-float formats.
(cherry picked from commit bc33fce7b1e30745a4d2fc7e96e1a3c2640cc40e)
2013-03-30 01:55:22 +01:00
Nick Steel
1c0601e9d4 Append the Spotify playlist's owner to the playlist name for followed (subscribed) playlists
(cherry picked from commit 176d3cca652ebbc98b68470ffa400e785ce20661)
2013-03-30 01:44:16 +01:00
Stein Magnus Jodal
461265f121 docs: Add Node.js installation instructions 2013-03-30 01:09:34 +01:00
herrernst
5214927d14 fix lookup of filenames containing non-ascii characters 2013-03-24 15:01:09 +01:00
Stein Magnus Jodal
f843b32e88 Turn thread traceback logger on by default
It no longer requires an additional thread to work and it is very useful to
have this enabled when you hit an issue that is hard to reproduce.
2013-03-24 00:24:13 +01:00
Stein Magnus Jodal
c90322f1e2 Use thread traceback logger from Pykka 1.1 2013-03-24 00:23:50 +01:00
Stein Magnus Jodal
fc76318f20 models: Comment Album.images not preserving order 2013-03-24 00:03:42 +01:00
Stein Magnus Jodal
dffea519a7 core: Warn if track isn't playable 2013-03-23 23:48:18 +01:00
Stein Magnus Jodal
49c8062ba6 mpris: Add discNumber support 2013-03-23 20:58:22 +01:00
Stein Magnus Jodal
50cce23d82 mpris: Add artUrl support 2013-03-23 20:46:43 +01:00
Stein Magnus Jodal
eb459c81f0 docs: library.{find_exact,search}() returns all tracks if no query 2013-03-22 08:33:44 +01:00
Stein Magnus Jodal
02b845bd4b Revert "Merge pull request #231 from adamcik/feature/end-of-track"
This reverts commit 1cf9826f87, reversing
changes made to 711dbe8738.
2013-03-19 23:23:14 +01:00
Stein Magnus Jodal
cf2d22c281 js: Upgrade when.js from 1.6.1 to 1.8.1 2013-03-12 23:39:14 +01:00
Stein Magnus Jodal
51b782e926 js: Migrate Grunt from 0.3 to 0.4 2013-03-12 23:28:54 +01:00
Stein Magnus Jodal
71e25e751d Merge branch 'master' into develop
Conflicts:
	docs/changes.rst
	mopidy/audio/utils.py
	mopidy/backends/stream/actor.py
	tests/backends/base/events.py
2013-03-12 21:09:14 +01:00
Stein Magnus Jodal
0318e6e47c Bump version number to 0.12.0 2013-03-12 21:03:48 +01:00
Stein Magnus Jodal
57a287ecea docs: Add more periods for consistency 2013-03-12 20:23:40 +01:00