Commit Graph

4137 Commits

Author SHA1 Message Date
Stein Magnus Jodal
4d9bbd9d1c setup: Bump mock requirement to >= 1.0 2013-04-17 23:28:34 +02:00
Stein Magnus Jodal
a861fc996c tests: Bump mock requirement to >= 1.0 2013-04-17 23:27:08 +02:00
Stein Magnus Jodal
1daf0bc07a setup: Install *.conf files as well 2013-04-17 23:19:40 +02:00
Stein Magnus Jodal
cfe548b654 Merge pull request #415 from kingosticks/fix/mpd-disambiguated-playlist-not-found
Fix playlist not found for disambiguated MPD playlists
2013-04-17 13:36:51 -07:00
Nick Steel
fd03acb463 Access playlist_name_from_uri mapping through helper function and make dict private 2013-04-17 21:30:12 +01:00
Nick Steel
28b00dbea1 Merge branch 'develop' into fix/mpd-disambiguated-playlist-not-found 2013-04-17 21:00:58 +01:00
Nick Steel
ce5e1ff26a Learn to not write c, learn English grammar 2013-04-17 20:56:39 +01:00
Nick Steel
36a694617c Removed unnecessary logging
Also: nicer check that empty _playlist_uri_from_name is empty
2013-04-17 15:44:50 +02:00
Stein Magnus Jodal
a702deedae deps: 'none' should only be displayed if no other elements 2013-04-17 09:14:38 +02:00
Stein Magnus Jodal
5d9b04b513 Merge pull request #419 from adamcik/feature/convert-config
Adds mopidy-convert-config for settings.py migration.
2013-04-16 15:08:57 -07:00
Thomas Adamcik
b8b578e107 config: Add basic saving to convert config 2013-04-16 23:52:22 +02:00
Thomas Adamcik
c35dfb3610 config: Ensure format only produces bytes 2013-04-16 23:52:22 +02:00
Thomas Adamcik
10f0632239 config: Encode any unicode passwords if found 2013-04-16 23:52:21 +02:00
Thomas Adamcik
df9d635db8 config: Print converted settings 2013-04-16 23:52:21 +02:00
Thomas Adamcik
14a09643a0 config: Avoid adding empty sections 2013-04-16 23:52:21 +02:00
Thomas Adamcik
b94890a1c7 config: Start work on mopidy-convert-config 2013-04-16 23:52:20 +02:00
Thomas Adamcik
c84cb95c3f Merge pull request #418 from jodal/feature/show-deps
Update --show-deps to list deps of extensions
2013-04-16 14:33:11 -07:00
Stein Magnus Jodal
3c4dfc3777 Merge pull request #417 from adamcik/feature/config-api-cleanup
Move towards stable config APIs.
2013-04-16 14:28:21 -07:00
Thomas Adamcik
765f3c5d3c config: flake8 2013-04-16 23:25:30 +02:00
Stein Magnus Jodal
466cf3ba33 deps: Rename --list-deps to --show-deps 2013-04-16 23:07:38 +02:00
Stein Magnus Jodal
164eaffea7 deps: Group GStreamer elements by found/not found 2013-04-16 23:05:15 +02:00
Thomas Adamcik
134faddb9e ext: Typo in docstring 2013-04-16 22:48:40 +02:00
Stein Magnus Jodal
8798368763 deps: Move GStreamer to the bottom 2013-04-16 22:48:30 +02:00
Stein Magnus Jodal
07e6d11850 deps: Remove old manual deps checkers 2013-04-16 22:48:30 +02:00
Stein Magnus Jodal
609b6ace85 deps: Look up deps in pkg_resources 2013-04-16 22:48:29 +02:00
Stein Magnus Jodal
5de80228ea deps: Output one dep per line 2013-04-16 22:48:29 +02:00
Stein Magnus Jodal
21d17db7e2 formatting: Make indent() more useful 2013-04-16 22:39:08 +02:00
Thomas Adamcik
cde84748f7 config: Create config.format and switch to just serialize on schemas 2013-04-16 22:36:58 +02:00
Thomas Adamcik
d8f6886311 config: Set missing/invalid keys to none 2013-04-16 22:19:34 +02:00
Thomas Adamcik
f0131fdc93 config: Fix serialization of none 2013-04-16 21:37:55 +02:00
Thomas Adamcik
ee40f0385a config: Remove format from types API 2013-04-16 21:37:54 +02:00
Stein Magnus Jodal
ada697fbf3 docs: Remove duplicate link label 2013-04-16 10:50:59 +02:00
Stein Magnus Jodal
3e366efb20 Move NAD mixer to an external extension 2013-04-16 10:46:57 +02:00
Thomas Adamcik
211379a01c config: Unknown loglevels should serialize to blank string 2013-04-16 00:13:57 +02:00
Thomas Adamcik
5a495c590c ext: Do not compound config enabled and validate_extension 2013-04-16 00:02:31 +02:00
Thomas Adamcik
08db8829af config: Move all code to new load function 2013-04-15 23:37:40 +02:00
Thomas Adamcik
78d3888dd1 config: Remove ConfigErrors expception 2013-04-15 23:09:19 +02:00
Thomas Adamcik
992b293174 ext: Switch to validate_extension(extension, config) 2013-04-15 23:03:40 +02:00
Thomas Adamcik
ec939d707c Merge branch 'develop' into feature/config-api-cleanup
Conflicts:
	mopidy/__main__.py
	mopidy/ext.py
2013-04-15 22:54:37 +02:00
Thomas Adamcik
f2b42c53d1 Merge pull request #416 from jodal/feature/split-ext-load-steps
Split extension load steps
2013-04-15 13:50:32 -07:00
Thomas Adamcik
7e154bdcbf ext: Remove filter_enabled_extensions 2013-04-15 22:46:47 +02:00
Stein Magnus Jodal
2793a384c2 ext: Register ext's GStreamer elements 2013-04-15 22:44:11 +02:00
Stein Magnus Jodal
41594c116e ext: Split load into load+validate 2013-04-15 22:43:51 +02:00
Stein Magnus Jodal
cfd9ddf550 config: Fix typo in logger name 2013-04-15 22:43:01 +02:00
Thomas Adamcik
86cad84f7d main: Refactor to use underlying _load and _validate functions from config 2013-04-15 22:41:07 +02:00
Thomas Adamcik
611af060f6 config: Add core_defaults to config 2013-04-15 22:26:45 +02:00
Thomas Adamcik
51f89017fe config: Fix handling of None in Secret 2013-04-15 21:16:19 +02:00
Thomas Adamcik
f5cd806dc5 config: Rename convert to deserialize 2013-04-15 21:16:19 +02:00
Thomas Adamcik
e4873c4516 config: Return convereted values and errors 2013-04-15 21:16:18 +02:00
Stein Magnus Jodal
a9a789aa8a conf: Rename logging.levels to loglevels
Part of #280
2013-04-15 20:40:01 +02:00