Skip to content

Instantly share code, notes, and snippets.

@psi
Created April 29, 2020 13:35
Show Gist options
  • Save psi/e2e32f532a15a2a71454d70a9b171936 to your computer and use it in GitHub Desktop.
Save psi/e2e32f532a15a2a71454d70a9b171936 to your computer and use it in GitHub Desktop.
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