mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 07:23:33 +01:00
changed default library path to ~/.beetsmusic.blb
This commit is contained in:
parent
bded856140
commit
4f4c05d783
1 changed files with 1 additions and 1 deletions
2
bts
2
bts
|
|
@ -26,7 +26,7 @@ from beets import Library
|
|||
|
||||
CONFIG_DEFAULTS = {
|
||||
'beets': {
|
||||
'library': 'library.blb',
|
||||
'library': '~/.beetsmusic.blb',
|
||||
'directory': '~/Music',
|
||||
'path_format': '$artist/$album/$track $title',
|
||||
'import_copy': True,
|
||||
|
|
|
|||
Loading…
Reference in a new issue