Commit Graph

4999 Commits

Author SHA1 Message Date
Stein Magnus Jodal
d43a944d4d docs: Point Raspi users to the config and run sections
Ref. user not configuring or trying to run Mopidy at
http://www.raspberrypi.org/phpBB3/viewtopic.php?t=66074&p=484932
2014-01-11 19:59:23 +01:00
Stein Magnus Jodal
b1e5878518 docs: Fix param rendering 2014-01-11 19:55:00 +01:00
Stein Magnus Jodal
6b8331c9d5 docs: Actually include the Library class 2014-01-11 19:51:31 +01:00
Stein Magnus Jodal
f7407b6213 docs: Add mopidy.local.Library docs 2014-01-11 19:49:40 +01:00
Thomas Adamcik
719c67341b Merge pull request #637 from jodal/feature/move-backend-api
Move backend API to mopidy.backend
2014-01-11 10:40:04 -08:00
Stein Magnus Jodal
81b3f21af0 docs: Update backend import 2014-01-11 18:28:16 +01:00
Stein Magnus Jodal
05632c3b8b backend: Update backend API imports 2014-01-11 18:20:45 +01:00
Stein Magnus Jodal
b6b542a60f backend: Move backend API to mopidy.backend
Keep imports from old locations working until extensions have been updated to
use the new location.
2014-01-11 18:20:45 +01:00
Thomas Adamcik
ff4c965aff Merge pull request #636 from jodal/feature/move-backends
Move backends out of mopidy.backends
2014-01-11 09:02:51 -08:00
Stein Magnus Jodal
c962bdffcf docs: Remove reference to dummy backend 2014-01-11 16:49:34 +01:00
Stein Magnus Jodal
4a8ab668df backend: Remove unused BaseLibraryUpdateProvider 2014-01-11 16:48:59 +01:00
Stein Magnus Jodal
d724001f5b tests: Move mopidy.backends.dummy to tests.dummy_backend 2014-01-11 15:49:22 +01:00
Stein Magnus Jodal
2731d23578 local: Move mopidy.{backends => }.local 2014-01-11 15:17:05 +01:00
Stein Magnus Jodal
120c381285 stream: Move mopidy.{backends => }.stream 2014-01-11 15:17:02 +01:00
Stein Magnus Jodal
7ab8fd8861 docs: Reference the correct element 2014-01-11 14:41:53 +01:00
Stein Magnus Jodal
cde87d8c3e docs: Update/rewrite changelog 2014-01-11 14:40:42 +01:00
Stein Magnus Jodal
3c7c0ae46c docs: Use Extension.setup() in extensiondev guide 2014-01-11 14:24:32 +01:00
Stein Magnus Jodal
b628825964 docs: Minor tweaks 2014-01-11 14:24:10 +01:00
Stein Magnus Jodal
99dff7515c docs: Add check-manifest tips 2014-01-11 14:19:37 +01:00
Stein Magnus Jodal
bc4434a8cb ext: Doc Registry and setup(), deprecate old methods 2014-01-11 14:16:51 +01:00
Stein Magnus Jodal
95ef4c0193 ext: Remove get_library_updaters() 2014-01-11 14:05:54 +01:00
Stein Magnus Jodal
9321ae5f78 docs: Remove visits counter
We got stats from GitHub now.
2014-01-10 08:29:00 +01:00
Stein Magnus Jodal
7897fe7bac Fix typos 2014-01-10 00:04:39 +01:00
Thomas Adamcik
6afc85ec72 ext: Switch rest of bundled extensions to registry 2014-01-09 22:35:54 +01:00
Stein Magnus Jodal
58e3cb8faf docs: Update changelog with library browsing 2014-01-09 22:33:15 +01:00
Thomas Adamcik
cb97def432 Merge pull request #626 from jodal/feature/library-browse
Library browsing support in backend and core API and MPD lsinfo command
2014-01-09 13:20:40 -08:00
Thomas Adamcik
1d93691296 docs: Add extend M3U to changelog 2014-01-09 22:15:48 +01:00
Thomas Adamcik
c51fdc68a2 Merge branch 'feature/extm3u' of https://github.com/tkem/mopidy into develop
Conflicts:
	mopidy/backends/local/translator.py
2014-01-09 22:14:29 +01:00
Stein Magnus Jodal
8d6f9ee807 mpd: Use Ref type constants 2014-01-09 08:57:32 +01:00
Stein Magnus Jodal
fe28311324 models: Use new Ref constructors 2014-01-09 08:54:33 +01:00
Stein Magnus Jodal
9da5ccbb79 models: Add type specific constructors to Ref 2014-01-09 08:50:31 +01:00
Stein Magnus Jodal
1fd1a38013 Merge branch 'develop' into feature/library-browse
Conflicts:
	mopidy/backends/local/json/library.py
	mopidy/core/actor.py
	tests/backends/local/library_test.py
2014-01-09 08:39:38 +01:00
Stein Magnus Jodal
28cf3228b2 Merge pull request #617 from adamcik/feature/extension-registry
Switch to registry for most of mopidy extension hooks
2014-01-08 23:32:06 -08:00
Thomas Adamcik
96eb9a87c6 mpd: Whitespace fix to make travis happy. 2014-01-09 00:41:46 +01:00
Thomas Adamcik
8df6a74f12 Merge pull request #630 from kingosticks/fix/ack-empty-mpd-command
Empty MPD commands should return an error instead of OK, just like the o...
2014-01-08 15:08:05 -08:00
kingosticks
f2a26ef246 Fixed line length for flake 2014-01-08 23:04:38 +00:00
Thomas Adamcik
042868e602 Merge branch 'develop' into feature/extension-registry
Conflicts:
	mopidy/backends/local/json/actor.py
	mopidy/backends/local/json/library.py
2014-01-08 23:50:03 +01:00
Thomas Adamcik
08961cfcdd docs: Update change log and local library info 2014-01-08 23:47:24 +01:00
kingosticks
0d74be0b1e Empty MPD commands should return an error instead of OK, just like the original MPD server. Includes tests. 2014-01-06 12:33:20 +00:00
Stein Magnus Jodal
26b3d268f7 docs: Change how to require() Mopidy.js 2014-01-04 16:16:25 +01:00
Stein Magnus Jodal
3f665ec29a Include all files not ignored by Git in PyPI releases 2014-01-04 14:10:19 +01:00
Stein Magnus Jodal
789610c85a docs: Update authors 2014-01-04 00:39:57 +01:00
Stein Magnus Jodal
7f467802f3 docs: Update changelog 2014-01-04 00:15:12 +01:00
Stein Magnus Jodal
a7d38df853 js: Release Mopidy.js 0.2.0 to npm 2014-01-04 00:13:19 +01:00
Stein Magnus Jodal
aa8406e309 js: Remove unused when-define-shim.js 2014-01-04 00:10:48 +01:00
Stein Magnus Jodal
edc27135fd js: Build updated mopidy.js 2014-01-04 00:07:12 +01:00
Stein Magnus Jodal
c7e96cf992 js: Update all dependencies 2014-01-04 00:05:31 +01:00
Stein Magnus Jodal
ac7ff2744d js: Update Node instructions, add changelog 2014-01-03 23:59:39 +01:00
Stein Magnus Jodal
a5bbe248cc Merge remote-tracking branch 'connrs/browserify' into develop
Conflicts:
	js/Gruntfile.js
2014-01-03 23:47:57 +01:00
Stein Magnus Jodal
67fafd67d2 docs: Add hint about installing extension packages (fixes #627) 2014-01-03 23:30:15 +01:00