[beets] Add plugin scrub, more rewrites, misc
This commit is contained in:
parent
8c34991c22
commit
8a25de3d11
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue