local: Move data files into an extension specific dir
This commit is contained in:
parent
172b6f0461
commit
bc959e2240
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user