mirror of
https://github.com/beetbox/beets.git
synced 2026-02-23 07:44:38 +01:00
Merge pull request #332 from jhawthorn/disk
Add 'disk' spelling as a multidisc marker.
This commit is contained in:
commit
dfeee527e8
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