View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005904 | MMW v4 | Properties/Auto-Tools | public | 2009-08-07 03:23 | 2010-10-17 23:42 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0005904: Tag guessing from filename fail when track# is three digits | ||||
Description | In case that filename is named track001.wav and tag is missing MediaMonkey will not correctly fill track# property apron Automatic Guessing when track is added to Library. | ||||
Additional Information | Explained here: http://www.mediamonkey.com/forum/viewtopic.php?f=7&t=41824 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1301 | ||||
|
I suppose that this could be fixed by changing the internal scanning mask from 'Track%2T' to 'Track%T'. Ludek, please look into these masks (Mp3consts.pas) and add some DUnit tests of scanning that would test properties guessing from filenames of tracks that don't have any tags. |
|
Fixed in build 1301 and covered by regression tests. Fixed tag guessing more grenerally, e.g. these examples haven't work so far: 'C:\Music\Artist\Album\17 - Hello.wma' 'C:\Album (Artist)\Title.wav' 'C:\Artist-Album-Title.wav' 'C:\Track01 - Title.wav' 'C:\track001.wav' |
|
Note that this will work properly only if you delete current [SongMasks] section from MediaMonkey.ini file or on fresh install. |
|
Verified 1316 |