Issue Details (XML | Word | Printable)

Key: MBS-5215
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Ian McEwen
Reporter: dr saunders
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
MusicBrainz Server

ModBot SetTrackLengths script is corrupting track numbers

Created: 25/Aug/12 11:40 PM   Updated: 03/Sep/12 10:38 AM   Resolved: 03/Sep/12 10:38 AM
Component/s: None
Affects Version/s: None
Fix Version/s: Bug fixes, 2012-09-03



Sort Order: Ascending order - Click to sort in descending order
Ian McEwen added a comment - 26/Aug/12 12:21 AM

Digging into this, it looks like Edit::Medium::Edit is setting an UNDEF_MARKER to time(), and then using this – for length. However, not for number, where it's just doing some merge process like it does with all the other properties of a track (which can't end up as undef, so don't get hit by this).


Ian McEwen added a comment - 26/Aug/12 12:34 AM