View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004058 | MMW v4 | Properties/Auto-Tools | public | 2007-11-30 19:53 | 2024-10-27 13:36 |
Reporter | rusty | Assigned To | |||
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.0 | ||||
Fixed in Version | 3.0 | ||||
Summary | 0004058: FLAC disc# field doesn't store alphanumeric data | ||||
Description | If the user enters a disc number that contains letters, then it isn't saved for FLAC tracks. This isn't a critical issue, but I've tagged as 'immediate' in case it is symptomatic of a deeper problem. | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?t=22757 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1110 | ||||
|
I added this case to regression testing framework and found the following problems (in case of non-numeric values): WMA: - Track# isn't properly saved (Here it turned out that even though WMA has a string property for this field, it doesn't accept non-numeric characters! So we have to store string values in a special, i.e. nonstandard, field). FLAC: - Track# and Disc# aren't saved. M4A - Track# and Disc# are saved incorrectly. (Also here the standard fields don't seem to be capable of non-numeric values, so we store them in custom fields) |
|
All fixed in build 1110. |
|
Verified 1114 |