[beets] Improve paths
Apparently my “the” plugin wasn’t even triggered! Now it is.
This commit is contained in:
parent
0bf42692a8
commit
10cf4ac891
1 changed files with 18 additions and 16 deletions
|
@ -27,6 +27,7 @@ replace:
|
||||||
'[\\/]': _
|
'[\\/]': _
|
||||||
'[\.,]': _
|
'[\.,]': _
|
||||||
'[\x00-\x1f]': _
|
'[\x00-\x1f]': _
|
||||||
|
'Samson & Gert': 'Samson_en_Gert'
|
||||||
'&': '_and_'
|
'&': '_and_'
|
||||||
'\+': '_plus_'
|
'\+': '_plus_'
|
||||||
'\s+': _
|
'\s+': _
|
||||||
|
@ -41,16 +42,16 @@ item_fields:
|
||||||
multidisc: disctotal > 1
|
multidisc: disctotal > 1
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
default: $albumartist/$album%aunique{}/%if{$multidisc,${disc}_}_${track}_-_${title}
|
default: %the{$albumartist}/%the{$album}%aunique{}/%if{$multidisc,${disc}_}_${track}_-_$title
|
||||||
singleton: $artist/etc/$title
|
singleton: %the{$artist}/etc/$title
|
||||||
comp: various_artists/$album%aunique{}/%if{$multidisc,${disc}_}_${track}_-_${title}
|
comp: various_artists/%the{$album}%aunique{}/%if{$multidisc,${disc}_}_${track}_-_$title
|
||||||
|
|
||||||
va_name: various artists
|
va_name: various artists
|
||||||
|
|
||||||
languages: ["nl", "en"]
|
languages: ["nl", "en"]
|
||||||
bell: yes
|
bell: yes
|
||||||
|
|
||||||
plugins: edit inline the types fetchart lyrics mpdupdate mbsync mbsubmit badfiles absubmit acousticbrainz replaygain permissions fromfilename lastgenre play fuzzy info
|
plugins: edit inline the types fetchart lyrics mpdupdate mbsync mbsubmit badfiles acousticbrainz replaygain permissions fromfilename lastgenre play fuzzy info
|
||||||
|
|
||||||
edit:
|
edit:
|
||||||
itemfields: track disc title artist album mb_trackid
|
itemfields: track disc title artist album mb_trackid
|
||||||
|
@ -70,7 +71,8 @@ lastgenre:
|
||||||
|
|
||||||
the:
|
the:
|
||||||
strip: yes
|
strip: yes
|
||||||
patterns: ^de ^een
|
# this string is split on spaces so we use the escape sequence
|
||||||
|
patterns: '^(de|het|een|une?|les?|la|der|die|das)\x20'
|
||||||
|
|
||||||
types:
|
types:
|
||||||
rating: float
|
rating: float
|
||||||
|
|
Loading…
Reference in a new issue