plugins: fetchart embedart convert replaygain lastgenre chroma web duplicates mbsync ftintitle discogs badfiles info directory: /opt/downloads/music/beets library: /config/musiclibrary.blb art_filename: albumart threaded: yes original_date: yes per_disc_numbering: no #color: yes id3v23: yes clutter: ["Thumbs.DB", ".DS_Store", "*.flac", "*.jpg", "*.ini", "*.jsp", "*.nfo", "*.m3u"] ui: color: yes colors: text_success: green text_warning: yellow text_error: red text_highlight: red text_highlight_minor: lightgray action_default: turquoise action: blue convert: auto: yes never_convert_lossy_files: yes embed: yes copy_album_art: yes quiet: no dest: /opt/downloads/music/.beets ### command: ffmpeg -i $source -y -aq 0 $dest ### extension: mp3 # ffmpeg: /usr/bin/ffmpeg opts: -aq 0 -ar 48000 # ## opts: -ab 320k -ac 2 -ar 48000 # format: mp3 # ## formats: ## mp3: ## command: ffmpeg -i $source -y -vn -aq 0 $dest ## command: ffmpeg -i $source -y -codec:a libmp3lame -qscale:a 0 $dest ## command: ffmpeg -i $source -y -acodec libmp3lame -qscale:a 0 $dest paths: #### default: $albumartist/$original_year - $album%aunique{}/$track - $title # year part not working can still get 0000 default: $artist/%if{$original_year,$original_year,$year} - $albumartist - $album%aunique{}/$track - $title default: $albumartist/$year - $album%aunique{}/$track - $title singleton: Non-Album/$artist - $title ($year) comp: Compilations/$album%aunique{}/$track - $title albumtype_soundtrack: Soundtracks/$album/$track - $title match: distance_weights: track_index: 0.1 track_title: 0.05 preferred: original_year: yes import: write: yes copy: no move: yes resume: ask incremental: no quiet_fallback: skip timid: no # original_date: yes log: /config/beet.log #lastgenre: # auto: yes # source: album embedart: auto: yes ifempty: yes fetchart: auto: yes sources: coverart albumart itunes amazon wikipedia google remote_priority: yes # minwidth: 300 # cautious: front replaygain: auto: no overwrite: yes backend: command #scrub: # auto: yes replace: '^\.': _ '[\x00-\x1f]': _ '[<>:"\?\*\|]': _ '[\xE8-\xEB]': e '[\xEC-\xEF]': i '[\xE2-\xE6]': a '[\xF2-\xF6]': o '[\xF8]': o '\.$': _ '\s+$': '' ftintitle: auto: yes #zero: # fields: comments encoder #duplicates: # count: yes # full: yes web: host: 127.0.0.1 port: 8337