Created
January 11, 2015 13:56
-
-
Save ion1/c8d8697832fa2e37fa07 to your computer and use it in GitHub Desktop.
beets config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| directory: ~/storage/media/audio/albums | |
| library: ~/storage/media/audio/albums.blb | |
| paths: | |
| default: %asciify{%the{$albumartist} - $year%if{$month,-$month%if{$day,-$day,},} - $album%aunique{}/$disc-$track - %if{$disctitle,$disctitle - ,}%the{$artist} - $title} | |
| singleton: %asciify{Non-Album/%the{$artist} - $title} | |
| comp: %asciify{Various Artists - $year%if{$month,-$month%if{$day,-$day,},} - $album%aunique{}/$disc-$track - %if{$disctitle,$disctitle - ,}%the{$artist} - $title} | |
| per_disc_numbering: yes | |
| plugins: beatport discogs duplicates echonest_tempo fetchart mbcollection mbsync missing rgain scrub the | |
| musicbrainz: | |
| user: _ | |
| pass: _ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment