beets: support hidden artwork files
This commit is contained in:
@@ -1,6 +1,16 @@
|
|||||||
directory: ~/Music
|
directory: ~/Music
|
||||||
library: ~/.config/beets/library.db
|
plugins: chroma embedart edit convert fetchart missing unimported mbsync scrub
|
||||||
plugins: chroma embedart edit convert fetchart missing unimported
|
# these are beets defaults as of 2.3.1
|
||||||
|
replace:
|
||||||
|
'[\\/]': _
|
||||||
|
#'^\.': _ disable replacing leading dot with underscore
|
||||||
|
'[\x00-\x1f]': _
|
||||||
|
'[<>:"\?\*\|]': _
|
||||||
|
'\.$': _
|
||||||
|
'\s+$': ''
|
||||||
|
'^\s+': ''
|
||||||
|
'^-': _
|
||||||
|
art_filename: .cover
|
||||||
|
|
||||||
import:
|
import:
|
||||||
write: yes
|
write: yes
|
||||||
@@ -25,19 +35,20 @@ convert:
|
|||||||
opus:
|
opus:
|
||||||
command: ffmpeg -i $source -y -vn -acodec libopus -ab 128k $dest
|
command: ffmpeg -i $source -y -vn -acodec libopus -ab 128k $dest
|
||||||
extension: opus.ogg
|
extension: opus.ogg
|
||||||
embed: yes
|
embed: no
|
||||||
copy_album_art: no
|
copy_album_art: yes
|
||||||
never_convert_lossy_files: yes
|
never_convert_lossy_files: yes
|
||||||
dest: ~/Downloads
|
dest: ~/Downloads
|
||||||
|
|
||||||
acoustid:
|
acoustid:
|
||||||
apikey: {{ (rbw "acoustid.org").data.password }}
|
apikey: b'UxU8R3uW
|
||||||
|
|
||||||
fetchart:
|
fetchart:
|
||||||
sources: filesystem *
|
#sources: filesystem *
|
||||||
|
sources: filesystem
|
||||||
auto: yes
|
auto: yes
|
||||||
maxwidth: 600
|
#maxwidth: 600
|
||||||
minwidth: 200
|
#minwidth: 200
|
||||||
|
|
||||||
chroma:
|
chroma:
|
||||||
auto: no
|
auto: no
|
||||||
|
Reference in New Issue
Block a user