Skip to content

Instantly share code, notes, and snippets.

@acastaner
Last active August 29, 2015 14:16
Show Gist options
  • Save acastaner/00ee10d7b89113f596d3 to your computer and use it in GitHub Desktop.
Save acastaner/00ee10d7b89113f596d3 to your computer and use it in GitHub Desktop.
beets config.yaml
# install the gstreamer package to use replaygain!
# yum install gstreamer1 gstreamer1-plugins-good pygobject3 ImageMagick
plugins: fetchart embedart replaygain lastgenre lastimport
threaded: yes
color: yes
art_filename: cover
asciify_paths: yes
original_date: yes
format_item: $artist - $album - $title ($genre)
lastfm:
user: FurismSA
import:
write: yes
copy: yes
move: no
resume: ask
match:
preferred:
countries: ['US', 'GB|UK']
media: ['CD', 'Digital Media|File']
original_year: yes
paths:
genre::((?i)(^.*metal|hard\srock)): metal.hardrock/$albumartist/$year - $album/$track. $title
albumtype:soundtrack: ost/$album/$track. $title
default: $genre/$albumartist/$year - $album/$track. $title
comp: $genre/$album/$track. $title
fetchart:
auto: yes
cautious: no
cover_names: cover front art album folder
google_search: no
maxwidth: 1000
remote_priority: no
sources: coverart itunes albumart amazon google
embedart:
auto: yes
ifempty: yes
maxwidth: 1000
replaygain:
backend: gstreamer
auto: no
# auto: yes
overwrite: no
targetlevel: 89
lastgenre:
auto: yes
canonical: yes
count: 1
min_weight: 10
source: album
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment