modify beets config
This commit is contained in:
parent
7e1e62e049
commit
3294329f1e
@ -27,8 +27,14 @@ paths:
|
|||||||
singleton: $artist/$title
|
singleton: $artist/$title
|
||||||
|
|
||||||
|
|
||||||
plugins: fetchart lyrics lastgenre fromfilename chroma web
|
plugins: fetchart lastgenre fromfilename chroma web convert
|
||||||
|
|
||||||
|
convert:
|
||||||
|
auto: yes
|
||||||
|
never_convert_lossy_files: yes
|
||||||
|
format: mp3
|
||||||
|
formats:
|
||||||
|
mp3: ffmpeg -i $source -y -vn -aq 0 $dest
|
||||||
lastgenre:
|
lastgenre:
|
||||||
source: track
|
source: track
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user