Add 'disk' spelling as a multidisc marker.

This commit is contained in:
John Hawthorn 2013-06-05 12:03:25 -07:00
parent dfda5a311d
commit a3940a6a07

View file

@ -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'