Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bearcatsandor/6ee35b7b751edfb52064ff0c582afb77 to your computer and use it in GitHub Desktop.
Save bearcatsandor/6ee35b7b751edfb52064ff0c582afb77 to your computer and use it in GitHub Desktop.
/home/bearcat/.config/beets/config.nopass.yaml
directory: /home/hometheater/audio
library: ~/.config/beets/musiclibrary.blb
threaded: yes
art_filename: cover
original_date: yes
per_disc_numbering: yes
format_item: $albumartist - $original_year - $album - $title - $length
sort_item: albumartist+ original_year+ album+ disc+ track+
format_album: $albumartist - $original_year - $album
sort_album: albumartist+ original_year+ album+
plugins: acousticbrainz badfiles bpd chroma convert copyartifacts duplicates edit embedart fetchart follow fromfilename ftintitle fuzzy importadded info inline lastgenre lyrics mbcollection mbsync mpdstats missing play random replaygain rewrite the thumbnails types web
ui:
color: yes
import:
move: yes
incremental: yes
detail: yes
timid: yes
resume: ask
log: /tmp/beets_import.log
write: yes
replace:
'[\\/]': _
'^\.': _
'[\x00-\x1f]': _
'[<>:"\?\*\|]': _
#'\.$': _
'\s+$': ''
' ': _
'\!': ''
paths:
default: %lower{%the{$albumartist}/$original_year-$album%if{$albumdisambig,_[$albumdisambig]}/$disc-$track-$title}
singleton: %lower{singletons/%the{$artist}-$title}
comp: %lower{various_artists/%if{$original_year,$original_year,$year}-$album%if{$albumdisambig,_[$albumdisambig]}/$disc-$track-%the{$artist}-$title}
match:
preferred:
media: ['Hybrid SACD', 'SACD', 'CD', 'Digital Media|File']
bpd:
#host: 127.0.0.1
port: 6600
#this is for the mbcollection plugin
musicbrainz:
user: xxxxxx
pass: xxxxxx
searchlimit: 10
mbcollection:
auto: no
#config for the inline plugin
album_fields:
album_length: |
total = 0
for item in items:
total += item.length
return total
fetchart:
auto: true
google_key: xxxxxx
google_search: false
cautious: false
cover_names: cover front back art album folder
minwidth: 1000
sources: filesystem fanarttv coverart itunes amazon albumart wikipedia google
fanarttv_key: xxxxxx
store_source: yes
embedart:
auto: true
maxwidth: 1000
acousticbrainz:
auto: yes
#copyartifacts:
# extensions: *.
# print_ignored: yes
lyrics:
fallback: 'No lyrics found'
# google_API_key: xxxxxx
lastgenre:
fallback: ''
canonical: ''
source: track
count: 4
convert:
auto: yes
format: wavpack
pretend: no
quiet: no
formats:
#flac: ffmpeg -i $source -y -vn -acodec flac -compression_level 12 $dest
flac:
command: gst-launch-1.0 filesrc location="$source" ! decodebin ! audioconvert ! flacenc quality=8 ! flactag ! filesink location="$dest"
extension: flac
wavpack:
command: gst-launch-1.0 filesrc location="$source" ! decodebin ! audioconvert ! wavpackenc extra-processing=1 md5=true ! apev2mux ! filesink location="$dest"
extension: wv
#below taken from http://tuxtweaks.com/2011/12/batch-converting-audio-with-gstreamer/
embed: yes
copy_album_art: yes
dest: ~/tmp
#rewrite:
# artist 菅野 よう:yoko_kanno
fuzzy:
threshold: 0.7
duplicates:
format: $albumartist - $album - $title
count: yes
album: no
full: no
missing:
format: $albumartist - $album - $title
count: yes
total: yes
mpd:
rating: no
#types:
# rating: int
follow:
auto: yes
email: bearcatsandor@gmail.com
password: xxxxxx
userid: xxxxxx
ftintitle:
format: (feat. {0})
play:
# command: tyq
#relative_to: /home/hometheater/audio
#command: bash -c 'cat $0 | mpc add'
command: gst-play-1.0 --gapless --volume=1.0
use_folders: no
raw: yes
replaygain:
backend: gstreamer
auto: yes
overwrite: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment