View Issue Details

IDProjectCategoryView StatusLast Update
0004058MMW v4Properties/Auto-Toolspublic2007-12-08 13:46
Reporterrusty Assigned To 
PriorityimmediateSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.0 
Fixed in Version3.0 
Summary0004058: FLAC disc# field doesn't store alphanumeric data
DescriptionIf 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 Informationhttp://www.mediamonkey.com/forum/viewtopic.php?t=22757
TagsNo tags attached.
Fixed in build1110

Activities

jiri

2007-12-01 13:13

administrator   ~0012254

Last edited: 2007-12-01 16:33

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)

jiri

2007-12-01 16:32

administrator   ~0012255

All fixed in build 1110.

peke

2007-12-08 13:46

developer   ~0012377

Verified 1114