beets: support hidden artwork files

This commit is contained in:
2025-10-14 08:57:47 -04:00
parent d298a3c839
commit e7ab482b34

View File

@@ -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