View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009782 | MMA | Navigation | public | 2012-10-05 12:57 | 2012-10-22 13:37 |
Reporter | Assigned To | ||||
Priority | urgent | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | ||
Target Version | 1.0.2 | Fixed in Version | 1.0.1 | ||
Summary | 0009782: Track number has additional numbers | ||||
Description | We are seeing any songs that are ripped normally via itunes as showing in MMA as 4 digit number, usually starting "10xx" where xx is the actual track number. | ||||
Additional Information | I am not sure if this is a bug - if not, I would be grateful if you could explain the spec here. Please let me know if you require sample files. | ||||
Tags | No tags attached. | ||||
Fixed in build | 43 | ||||
|
We show the track # as is in track metadata. Feel free to send me a sample track in case you aren't sure the info shown is correct. |
|
I put a test file on the SFTP site under /TestAudio. Metadata shows the track number as 1 but it shows in MMA as 1001. My assumption is the first 2 numbers are are the disc number, but I have not seen any other audio players display in this format. |
|
Reproducible here, it's really caused by disc #, as described here http://developer.android.com/reference/android/provider/MediaStore.Audio.AudioColumns.html . We should show track # modified by 'mod 1000'. Note that for sorting purposes the whole number should be used, i.e. including disc #, so that multidisc albums are properly sorted. |
|
Fix in build 43. |
|
Verified 48 |