[beets] Update convert config
This commit is contained in:
@ -1,12 +1,29 @@
|
|||||||
|
plugins: fetchart lyrics lastgenre web convert scrub the
|
||||||
directory: /media/music/
|
directory: /media/music/
|
||||||
library: ~/var/beet/musiclibrary.db
|
library: /media/music/beet-library.db
|
||||||
|
log: /var/log/beet.log
|
||||||
|
threaded: yes
|
||||||
|
original_date: no
|
||||||
|
the:
|
||||||
|
a: no
|
||||||
match:
|
match:
|
||||||
strong_rec_thresh: 0.20
|
strong_rec_thresh: 0.20
|
||||||
|
convert:
|
||||||
|
auto: no
|
||||||
|
ffmpeg: /usr/local/bin/ffmpeg
|
||||||
|
opts: -ab 320k -ac 2 -ar 48000
|
||||||
|
max_bitrate: 320
|
||||||
|
threads: 10
|
||||||
import:
|
import:
|
||||||
copy: no
|
copy: no
|
||||||
|
write: yes
|
||||||
plugins: fetchart lyrics lastgenre
|
move: no
|
||||||
|
resume: ask
|
||||||
|
incremental: yes
|
||||||
|
quiet_fallback: skip
|
||||||
|
timid: no
|
||||||
|
log: ~/var/log/beet.log
|
||||||
lyrics:
|
lyrics:
|
||||||
sources: lyricwiki lyrics.com genius
|
sources: lyricwiki lyrics.com genius
|
||||||
|
paths:
|
||||||
|
default: %the{$albumartist} - $year - $album/$disc - $track - $title
|
||||||
|
|||||||
Reference in New Issue
Block a user