mirror of
https://github.com/beetbox/beets.git
synced 2025-12-18 22:57:34 +01:00
Add 'disk' spelling as a multidisc marker.
This commit is contained in:
parent
dfda5a311d
commit
a3940a6a07
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ from .match import recommendation
|
|||
log = logging.getLogger('beets')
|
||||
|
||||
# Constants for directory walker.
|
||||
MULTIDISC_MARKERS = (r'disc', r'cd')
|
||||
MULTIDISC_MARKERS = (r'dis[ck]', r'cd')
|
||||
MULTIDISC_PAT_FMT = r'^(.*%s[\W_]*)\d'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue