Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plugins:
- - fetchart
- - embedart
- - lyrics
- - lastgenre
- - inline
- - parentwork
- - duplicates
- directory: "~/Musik"
- library: "~/.config/beets/beetslib.db"
- terminal_encoding: utf-8
- threaded: yes
- replace:
- '^\\s+': ''
- '^-': _
- '[\\/]': _
- '[<>:"?*|]': ''
- '[\x00-\x1f]': ''
- '^\\.': _
- '\\.$': _
- '\\s+$': ''
- asciify_paths: yes
- clutter:
- - .DS_Store
- - Thumbs.DB
- max_filename_length: 255
- per_disc_numbering: yes
- import:
- write: yes
- copy: yes
- move: no
- autotag: yes
- resume: yes
- quiet: yes
- timid: no
- none_rec_action: skip
- quiet_fallback: skip
- log: ~/.config/beets/import.log
- default_action: apply
- languages: [en, de]
- duplicate_action: ask
- detail: no
- group_albums: no
- incremental: yes
- bell: yes
- item_fields:
- initial: "(u'#' if albumartist[0].isdigit() else albumartist[0].upper())"
- #disc_and_track: "u'%02i.%02i' % (disc, track) if disctotal > 1 else u'%02i' % (track)"
- disc_label: "(u' - Disc %02i' % disc) if disctotal > 1 else u''"
- paths:
- default: "$initial/$albumartist/$original_year - $albumartist%aunique{}/$artist - $album$disc_label - $track - $title"
- musicbrainz:
- searchlimit: 20
- extra_tags:
- - year
- - catalognum
- - country
- - media
- - label
- parentwork:
- force: no
- auto: no
- fetchart:
- auto: yes
- minwidth: 1000
- maxwidth: 2000
- enforce_ratio: yes
- sources:
- - filesystem
- - coverart
- - albumart
- - fanarttv
- - bandcamp
- - itunes
- - amazon
- - wikipedia
- - musixmatch
- lastgenre:
- auto: yes
- source: album
- count: 5
- min_weight: 10
- whitelist: yes
- canonical: yes
- fallback: 'Pop/Rock'
- title_case: yes
- replaygain:
- auto: no
- backend: ffmpeg
- per_disc: no
- check:
- import: yes
- write-check: yes
- write-update: yes
- duplicates:
- keys:
- - artist
- - title
- count: yes
- full: yes
- strict: no
- ui:
- color: yes
Advertisement
Add Comment
Please, Sign In to add comment