diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-07-25 07:53:25 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-07-25 08:45:09 -0400 |
commit | cf00e10ef3040fbf2142b717f77dd1d18c5d1371 (patch) | |
tree | ca1db7e37df24937ce446a8339ac39bbeb86da4d /.config | |
parent | Complete dquilt as though it were quilt (diff) |
Update beets config location
Diffstat (limited to '')
-rw-r--r-- | .config/beets/config.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.config/beets/config.yaml b/.config/beets/config.yaml new file mode 100644 index 0000000..4a9715a --- /dev/null +++ b/.config/beets/config.yaml @@ -0,0 +1,16 @@ +# Automatically migrated from legacy .beetsconfig. + +directory: ~/music_clean +library: ~/.beetsmusic.blb +path_format: $format/$artist/$album/$track $title + +import: + incremental: true + quiet_fallback: skip + log: ~/music_clean/import_log + move: true + +paths: + default: $format/$albumartist/$album/$track $title + singleton: $format/Singletons/$artist - $title + comp: $format/comp/$album/$track $title |