nrg101 / musicscan

Scan music collection for comparison to online databases
90 stars 15 forks source link

BUG: disc subfolder test is inadequate #3

Closed nrg101 closed 6 years ago

nrg101 commented 6 years ago

Some disc subfolders are incorrectly not identified, e.g.:

2018-03-09 01:58:17,297 DEBUG:path_tail is '(CD2)'
2018-03-09 01:58:17,297 DEBUG:'(CD2)' is deemed as not a disc subfolder

Proposed fix:

Change regex in DISC_SUBFOLDER_REGEX to correctly identify more variants including this one.

nrg101 commented 6 years ago

fixed