Commit Graph

3938 Commits

Author SHA1 Message Date
Stein Magnus Jodal
796f7302aa local: Log how many tracks and playlists are loaded 2013-04-09 11:05:55 +02:00
Stein Magnus Jodal
f9f80e264e local: Create empty tag_cache if it doesn't exist 2013-04-09 11:05:32 +02:00
Stein Magnus Jodal
130347f994 docs: Update config page howtos 2013-04-09 01:04:47 +02:00
Stein Magnus Jodal
18d34d6ffc docs: Fix typo 2013-04-09 00:27:22 +02:00
Stein Magnus Jodal
74032e02ea docs: Check for 'MIXER_TRACK_' to not confuse with old 'MIXER_TRACK' setting 2013-04-09 00:23:37 +02:00
Stein Magnus Jodal
09a38d9523 docs: Use :confval: to make config docs linkable 2013-04-09 00:22:24 +02:00
Stein Magnus Jodal
2cd0fdc571 docs: Fix typo 2013-04-09 00:14:59 +02:00
Stein Magnus Jodal
5be8fa347f docs: Add 'confval' object type to Sphinx 2013-04-09 00:14:00 +02:00
Thomas Adamcik
423b7a326a Merge pull request #403 from jodal/feature/rename-path-to-dir
Use "dir" instead of "folder" or "path"
2013-04-08 15:12:13 -07:00
Stein Magnus Jodal
ef57c90526 path: Use our expand_path instead of os.path.expanduser 2013-04-09 00:09:33 +02:00
Stein Magnus Jodal
41d7ae9a2c Replace 'folder' with 'dir' 2013-04-08 21:13:59 +02:00
Stein Magnus Jodal
f9ed1ba4d3 mpd: Rename 'music_path' to 'music_dir' 2013-04-08 20:58:34 +02:00
Stein Magnus Jodal
3339b79c1e local: Rename 'music_path' to 'music_dir', 'playlist_path' to 'playlists_dir' 2013-04-08 20:58:17 +02:00
Stein Magnus Jodal
6e5cdb85b0 spotify: Rename 'cache_path' to 'cache_dir' 2013-04-08 20:46:10 +02:00
Stein Magnus Jodal
335c4d9fd8 main/path: Inline constants used once 2013-04-08 20:42:33 +02:00
Thomas Adamcik
8bf9242e5b Merge pull request #395 from jodal/feature/use-new-config
Update all frontends and backends to use new config system
2013-04-08 01:55:06 -07:00
Stein Magnus Jodal
05c74abbe3 http: Revert to use 'static_dir' 2013-04-08 10:01:36 +02:00
Stein Magnus Jodal
d83d33aece scrobbler: Update to use 'scrobbler' config values 2013-04-08 10:01:24 +02:00
Stein Magnus Jodal
638ea8cd27 Merge branch 'develop' into feature/use-new-config 2013-04-08 09:59:36 +02:00
Stein Magnus Jodal
e0cf6cd8a8 Merge pull request #391 from adamcik/feature/config-path
Add a Path config value that provides expanded path and original.
2013-04-08 00:04:48 -07:00
Thomas Adamcik
28d3b265c2 Merge branch 'develop' into feature/config-path
Conflicts:
	mopidy/backends/spotify/__init__.py
2013-04-07 22:02:32 +00:00
Thomas Adamcik
4f0e1e448c config: Add path config value tests 2013-04-07 22:01:34 +00:00
Stein Magnus Jodal
a5d81b86c0 scanner: Use new config 2013-04-07 20:11:12 +02:00
Stein Magnus Jodal
63b7260c01 settings: Remove settings utils 2013-04-07 00:41:09 +02:00
Stein Magnus Jodal
777993583f settings: Remove settings module 2013-04-07 00:39:26 +02:00
Stein Magnus Jodal
e92a7628f2 settings: Remove SettingsProxy at mopidy.settings 2013-04-07 00:36:41 +02:00
Stein Magnus Jodal
2276130758 main: Use new config system 2013-04-07 00:34:24 +02:00
Stein Magnus Jodal
42707f50df audio: Use new config system 2013-04-07 00:08:40 +02:00
Stein Magnus Jodal
1ca6ffc6fb mpd: Fix two test failures 2013-04-06 23:47:03 +02:00
Stein Magnus Jodal
81b1e10c1a Merge branch 'develop' into feature/use-new-config
Conflicts:
	mopidy/frontends/scrobbler/actor.py
2013-04-06 01:50:15 +02:00
Stein Magnus Jodal
837db09aff docs: Sort list 2013-04-06 01:45:09 +02:00
Stein Magnus Jodal
4a3464ff38 Merge remote-tracking branch 'adamcik/feature/rename-lastfm-to-scrobbler' into develop 2013-04-06 01:44:51 +02:00
Stein Magnus Jodal
60ce750747 config: Add missing config section schema 2013-04-06 01:44:05 +02:00
Stein Magnus Jodal
0cc3de9e6c Merge remote-tracking branch 'adamcik/feature/config-proxy' into develop 2013-04-06 01:43:28 +02:00
Stein Magnus Jodal
702ffdbc06 Merge pull request #392 from adamcik/feature/config-did-you-mean
Steal did you mean from settings.
2013-04-05 16:35:20 -07:00
Thomas Adamcik
7d44f9967d scrobbler: Renamed lastfm to scrobbler (fixes #375) 2013-04-05 23:59:15 +02:00
Thomas Adamcik
7ac629a675 config: Create global proxy config section. 2013-04-05 23:39:22 +02:00
Thomas Adamcik
5a79b65d47 settings: Remove did you mean. 2013-04-05 23:33:27 +02:00
Thomas Adamcik
bd3d8f6932 config: Steal did you mean code from settings. 2013-04-05 23:33:27 +02:00
Thomas Adamcik
36266064d3 config: Switch all paths and files to use the Path in schemas.
Also renames static_dir to static_path for better consistency.
2013-04-05 22:50:31 +02:00
Thomas Adamcik
90efbb6be7 config: Add a Path config value and an ExpandedPath wrapper.
Allows us to easily use expanded paths, without losing the original value for
display and storage. In theory we could be using same trick for passwords.
2013-04-05 22:49:33 +02:00
Stein Magnus Jodal
c452f0115a mpd: Use new config system 2013-04-05 17:18:12 +02:00
Stein Magnus Jodal
8a8a78e025 http: Use new config system 2013-04-05 16:59:18 +02:00
Stein Magnus Jodal
bcc7c3a890 mpris: Use new config system 2013-04-05 16:59:18 +02:00
Stein Magnus Jodal
85c2b9b1eb lastfm: Use new config system 2013-04-05 16:59:18 +02:00
Stein Magnus Jodal
5894e7afe0 stream: Use new config system 2013-04-05 16:59:18 +02:00
Stein Magnus Jodal
775b276169 local: Use new config system 2013-04-05 16:59:18 +02:00
Stein Magnus Jodal
c9115aa480 main: Make sure 'extensions' is defined before 'finally' block is executed 2013-04-05 15:23:18 +02:00
Stein Magnus Jodal
b3952503b8 spotify: Fix errors after switch to new config system 2013-04-05 15:18:54 +02:00
Stein Magnus Jodal
f87ede0767 Merge pull request #388 from adamcik/feature/config-logging
config: Switch logging to new config system
2013-04-03 13:06:38 -07:00