Last active
August 29, 2015 14:21
-
-
Save gbrks/2d552f233b1973473164 to your computer and use it in GitHub Desktop.
This file contains 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
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