[beets] Add plugin scrub, more rewrites, misc

This commit is contained in:
M1dgard 2019-03-01 17:35:13 +01:00
parent 8c34991c22
commit 8a25de3d11
Signed by untrusted user who does not match committer: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -30,9 +30,10 @@ replace:
'[#"()\[\]<>:\*\|{}\\!\?]': _ '[#"()\[\]<>:\*\|{}\\!\?]': _
"'": _ "'": _
'[\\/]': _ '[\\/]': _
'[\.,]': _ '[\.,;]': _
'[\x00-\x1f]': _ '[\x00-\x1f]': _
'Samson & Gert': 'Samson_en_Gert' 'Samson & Gert': 'Samson_en_Gert'
'\$': 'S'
'&': '_and_' '&': '_and_'
'\+': '_plus_' '\+': '_plus_'
'\s+': _ '\s+': _
@ -75,6 +76,7 @@ plugins:
- play - play
- replaygain - replaygain
- rewrite - rewrite
- scrub
- the - the
- types - types
@ -91,7 +93,7 @@ edit:
fetchart: fetchart:
maxwidth: 500 maxwidth: 500
enforce_ratio: 1% enforce_ratio: 25%
sources: filesystem coverart albumart wikipedia sources: filesystem coverart albumart wikipedia
# fromfilename: # fromfilename:
@ -118,7 +120,7 @@ permissions:
dir: 755 dir: 755
play: play:
command: mpv --vid=no command: mpv --vid=no --shuffle
replaygain: replaygain:
backend: gstreamer backend: gstreamer