You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
album.albumstatus: If the release date is today, use Official and not Promotional.
album.albumtype:
Until now we have only set single track releases to have the single type. This has been fixed regarding the MusicBrainz description: release composed of the same title and multiple remixes is a single.
Use ep only if EP is mentioned either in the album name or the disc title.
album.catalognum: Make the DISCTITLE uppercase before looking for the catalogue number.
album.media: Exclude anything that contains bundle in their names. These usually contain additional releases that we do not need.
track.title: Clean - DIGITAL ONLY (and similar) when it's preceded by a dash and not enclosed by parens or square brackets.
track.track_alt: Having witnessed a very creative track title E7-E5, limit the track_alt field number to the range 0-6.
Committed a JSON testcase which was supposed to be part of 0.9.0.
Added
Extend url2json with --tracklist-for-tests to ease adding new testcases.