Created
April 29, 2020 13:35
-
-
Save psi/e2e32f532a15a2a71454d70a9b171936 to your computer and use it in GitHub Desktop.
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: ~/Music/Beets | |
library: ~/Music/beets.db | |
plugins: | |
- convert | |
- discogs | |
- edit | |
- embedart | |
- fetchart | |
- info | |
- web | |
paths: | |
default: $albumartist/$album%aunique{}/$track $title | |
singleton: $artist/Miscellaneous/$title | |
comp: Various Artists/$album%aunique{}/$track $title | |
convert: | |
auto: yes | |
never_convert_lossy_files: yes | |
format: flac | |
formats: | |
rekordbox: | |
command: ffmpeg -i $source -y -acodec pcm_s16be -sample_fmt s16 -ar 44100 $dest | |
extension: aiff | |
fetchart: | |
auto: yes | |
minwidth: 500 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment