local: Move data files into an extension specific dir

This commit is contained in:
Stein Magnus Jodal 2013-04-09 12:44:35 +02:00
parent 172b6f0461
commit bc959e2240

View File

@ -9,8 +9,8 @@ default_config = """
[local]
enabled = true
media_dir = $XDG_MUSIC_DIR
playlists_dir = $XDG_DATA_DIR/mopidy/playlists
tag_cache_file = $XDG_DATA_DIR/mopidy/tag_cache
playlists_dir = $XDG_DATA_DIR/mopidy/local/playlists
tag_cache_file = $XDG_DATA_DIR/mopidy/local/tag_cache
"""
__doc__ = """A backend for playing music from a local music archive.