murdos / musicbrainz-userscripts

Collection of userscripts for MusicBrainz, by various authors
537 stars 90 forks source link

discogs.com script: Failure to import all tracks #348

Open orrigogp opened 3 years ago

orrigogp commented 3 years ago

When a release in discogs.com has tracks grouped under one name, only the group is imported as track in musicbrainz, with the duration for that track equal to the total duration of the tracks in that group. Example: https://www.discogs.com/Carissimi-I-Madrigalisti-Ambrosiani-Gianluca-Capuano-Missa-Lhomme-Arm%C3%A9-Oratorio-Judicium-Extremum-M/release/7490445

Screenshot 2020-12-21 204355 Screenshot 2020-12-21 204446

orrigogp commented 3 years ago

After a bit of looking at the script code, it seems the problem lies in the way subtracks are imported. The way this is done it is not compatible with the way classical releases are normally treated. Is it possible to have a version of the script that import subtracks as tracks, with the main track name appended to each subtrack?

kaysond commented 2 years ago

Bumping. Running into this issue myself

jesus2099 commented 1 month ago

Isn't this ticket a duplicate of #138?

orrigogp commented 1 month ago

Yes! Thank you for pointing that out! At the time I couldn’t find it.