View Issue Details

IDProjectCategoryView StatusLast Update
0009782MMANavigationpublic2012-10-22 13:37
Reportermambo-simonAssigned To 
PriorityurgentSeveritymajorReproducibilitysometimes
Status closedResolutionfixed 
Target Version1.0.2Fixed in Version1.0.1 
Summary0009782: Track number has additional numbers
DescriptionWe 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 InformationI 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.
TagsNo tags attached.
Fixed in build43

Activities

jiri

2012-10-08 09:12

administrator   ~0032357

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.

mambo-simon

2012-10-08 13:02

reporter   ~0032359

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.

jiri

2012-10-10 11:51

administrator   ~0032380

Last edited: 2012-10-10 11:53

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.

martin

2012-10-10 12:30

developer   ~0032381

Fix in build 43.

peke

2012-10-21 23:56

developer   ~0032707

Verified 48