Skip to content

Instantly share code, notes, and snippets.

@gbrks
Last active August 29, 2015 14:21
Show Gist options
  • Save gbrks/2d552f233b1973473164 to your computer and use it in GitHub Desktop.
Save gbrks/2d552f233b1973473164 to your computer and use it in GitHub Desktop.
plugins: fetchart embedart scrub lastgenre missing
directory: /music/
library: /config/musiclibrary.blb
art_filename: cover
threaded: yes
original_date: no
per_disc_numbering: no
ui:
color: yes
paths:
default: Albums/$albumartist/$album%aunique{}/$track - $artist - $title
singleton: Individual\ Tracks/$artist - $title
comp: Compilations/$album%aunique{}/$track - $artist - $title
albumtype:soundtrack: Soundtracks/$album/$track $title
import:
write: yes
copy: yes
move: no
resume: ask
incremental: no
quiet_fallback: skip
timid: yes
log: /config/beet.log
language: en
detail: yes
lastgenre:
auto: yes
canonical: no
source: album
count: 3
embedart:
auto: yes
fetchart:
auto: yes
scrub:
auto: no
missing:
format: $albumartist - $album - $track - $title
replace:
'^\.': _
'[\x00-\x1f]': _
'[<>:"\?\*\|]': _
'[\xE8-\xEB]': e
'[\xEC-\xEF]': i
'[\xE2-\xE6]': a
'[\xF2-\xF6]': o
'[\xF8]': o
'\.$': _
'\s+$': ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment