add beets config as template
This commit is contained in:
parent
98b33d4119
commit
c5a88decef
47
dot_config/beets/config.yaml.tmpl
Normal file
47
dot_config/beets/config.yaml.tmpl
Normal file
@ -0,0 +1,47 @@
|
||||
directory: /home/joel/Music
|
||||
library: ~/.config/beets/library.db
|
||||
plugins: chroma embedart edit convert fetchart missing unimported
|
||||
|
||||
import:
|
||||
write: yes
|
||||
move: yes
|
||||
resume: no
|
||||
timid: no
|
||||
incremental: no
|
||||
|
||||
musicbrainz:
|
||||
user: {{ (rbw "musicbrainz.org").data.username }}
|
||||
pass: {{ (rbw "musicbrainz.org").data.password }}
|
||||
|
||||
embedart:
|
||||
auto: no
|
||||
|
||||
convert:
|
||||
format: opus
|
||||
formats:
|
||||
vorbis:
|
||||
command: ffmpeg -i $source -y -vn -acodec libvorbis -aq 5 $dest
|
||||
extension: vorbis.ogg
|
||||
opus:
|
||||
command: ffmpeg -i $source -y -vn -acodec libopus -ab 128k $dest
|
||||
extension: opus.ogg
|
||||
embed: yes
|
||||
copy_album_art: no
|
||||
never_convert_lossy_files: yes
|
||||
dest: /home/joel/Downloads
|
||||
|
||||
acoustid:
|
||||
apikey: JrQ02aAnhy
|
||||
|
||||
fetchart:
|
||||
sources: filesystem *
|
||||
auto: yes
|
||||
maxwidth: 600
|
||||
minwidth: 200
|
||||
|
||||
chroma:
|
||||
auto: no
|
||||
|
||||
unimported:
|
||||
ignore_extensions: jpg png
|
||||
ignore_subdirectories: temp
|
Loading…
Reference in New Issue
Block a user