Skip to content

Instantly share code, notes, and snippets.

@Holzhaus
Created July 9, 2022 08:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Holzhaus/69660a9c2b20393eff9d4acb1fcf4f9c to your computer and use it in GitHub Desktop.
Save Holzhaus/69660a9c2b20393eff9d4acb1fcf4f9c to your computer and use it in GitHub Desktop.
lyrics:
bing_lang_from: []
auto: yes
bing_client_secret: REDACTED
bing_lang_to:
google_API_key: REDACTED
google_engine_ID: REDACTED
genius_api_key: REDACTED
fallback:
force: no
local: no
sources:
- google
- musixmatch
- genius
- tekstowo
directory: /data/music
library: /data/music/beets.db
asciify_paths: yes
per_disc_numbering: yes
id3v23: no
va_name: Various Artists
format_item: $artist_credit - $album - $title
format_album: $albumartist_credit - $album
import:
copy: no
move: no
write: no
match:
ignored_media:
- Data CD
- DVD
- DVD-Video
- Blu-ray
- HD-DVD
- VCD
- SVCD
- UMD
- VHS
ignore_data_tracks: yes
ignore_video_tracks: yes
paths:
default: $albumartist_credit/%if{$year,$year - }$album%aunique{}/%if{$disc,$disc-}$track - $artist - $title
comp: $albumartist_credit/$album%aunique{}/%if{$disc,$disc-}$track - $artist - $title
singleton: Non-Album/$artist_credit/$title
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
plugins:
- badfiles
- bpm
- chroma
- convert
- embedart
- fetchart
- mbsubmit
- mbsync
- playlist
- replaygain
- lyrics
- info
importadded:
preserve_mtimes: yes
preserve_write_mtimes: no
replaygain:
auto: no
backend: gstreamer
overwrite: yes
threads: 8
parallel_on_import: no
per_disc: no
peak: 'true'
targetlevel: 89
r128: [Opus]
r128_targetlevel: 84
chroma:
auto: no
acoustid:
apikey: REDACTED
lastgenre:
auto: no
count: 1
force: yes
embedart:
auto: yes
ifempty: no
compare_threshold: 85
maxwidth: 500
remove_art_file: no
quality: 0
fetchart:
auto: yes
sources: filesystem coverart itunes amazon albumart wikipedia
minwidth: 0
maxwidth: 0
quality: 0
max_filesize: 0
enforce_ratio: no
cautious: no
cover_names:
- cover
- front
- art
- album
- folder
google_key: REDACTED
google_engine: 001442825323518660753:hrh5ch1gjzm
fanarttv_key: REDACTED
lastfm_key: REDACTED
store_source: no
high_resolution: no
deinterlace: no
cover_format:
smartplaylist:
auto: yes
relative_to: ~/Music
playlist_dir: ~/Music
playlists: [{name: Smart - Recently Modified.m3u, query: 'mtime:3w..'}]
convert:
auto: no
id3v23: yes
format: mp3
dest:
pretend: no
link: no
hardlink: no
threads: 8
formats:
aac:
command: ffmpeg -i $source -y -vn -acodec aac -aq 1 $dest
extension: m4a
alac:
command: ffmpeg -i $source -y -vn -acodec alac $dest
extension: m4a
flac: ffmpeg -i $source -y -vn -acodec flac $dest
mp3: ffmpeg -i $source -y -vn -aq 2 $dest
opus: ffmpeg -i $source -y -vn -acodec libopus -ab 96k $dest
ogg: ffmpeg -i $source -y -vn -acodec libvorbis -aq 3 $dest
wma: ffmpeg -i $source -y -vn -acodec wmav2 -vn $dest
max_bitrate: 500
tmpdir:
quiet: no
embed: yes
paths: {}
no_convert: ''
never_convert_lossy_files: no
copy_album_art: no
album_art_maxwidth: 0
delete_originals: no
playlist:
auto: no
relative_to: library
playlist_dir: /data/music
forward_slash: no
copyartifacts:
print_ignored: yes
extrafiles:
patterns:
info:
- '*.accurip'
- '*/*.accurip'
- '*.log'
- '*/*.log'
- '*.txt'
- '*/*.txt'
cue: ['*.cue', '*/*.cue']
artwork:
- '[aA]rtwork/'
- '[cC]over/'
- '[cC]overs/'
- '[sS]can/'
- '[sS]cans/'
images:
- '*.jpg'
- '*.png'
- '*.bmp'
- '*.tif'
paths:
artwork: $albumpath/artwork
images: $albumpath/artwork/$filename
mbsubmit:
format: $track. $title - $artist ($length)
threshold: medium
bpm:
max_strokes: 3
overwrite: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment