View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001658 | MMW v4 | Properties/Auto-Tools | public | 2004-12-08 03:06 | 2005-01-31 23:10 |
Reporter | rusty | Assigned To | |||
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 2.3 | ||||
Summary | 0001658: By default, auto-organize should use all characters in the Track# field | ||||
Description | As described at http://www.songs-db.com/forum/viewtopic.php?t=2851 , auto-organize, in its default configuration, limits the <Track#> mask to 2 characters. It shouldn't (even though there is a workaround). | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?t=3297 | ||||
Tags | No tags attached. | ||||
Fixed in build | 835 | ||||
|
This issue has been raised by users on numerous occasions, even during the beta test period. If it's a simple change, I would suggest that by default we use a mask that uses all of the digits in the track# field when auto-organizing. |
|
Fixed in build 835. - MM does no longer cut lengths of integer fields. |
|
Default works correctly in 835, however, when I try to use <Track#:2> to shorten the # characters to 2 (from 3), the mask doesn't work. |
|
That's how I intended it to work, i.e. currently numeric fields aren't truncated because numbers don't make any sense then. So :n operator means to add 0s in front of the number so that the length is _at_least_ 'n'. |
|
Verified 835. |