[beets] Add a rule to match untitled albums
I’m looking at you, ( ) by Sigur Rós
This commit is contained in:
parent
0d9ae0b74d
commit
4b94e945ac
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ replace:
|
||||||
'[-_]+': _
|
'[-_]+': _
|
||||||
'^[-_](?!$)': ''
|
'^[-_](?!$)': ''
|
||||||
'(?<!^)[-_]$': ''
|
'(?<!^)[-_]$': ''
|
||||||
|
'^_*$': 'Untitled'
|
||||||
|
|
||||||
# first (non-pregap) track on each disc always has track number 1
|
# first (non-pregap) track on each disc always has track number 1
|
||||||
per_disc_numbering: yes
|
per_disc_numbering: yes
|
||||||
|
|
Loading…
Reference in a new issue