When I add a release to the database, I usually use a script that gives me the information the release editor/track parser can parse from the files of the release. As it happens, some tracknumbers are in the format "xx/yy" where yy is the number of total tracks on the release. At the moment, the track parser just ignores lines starting with that, which isn't nice. Having it parse the tracknumbers even if they're in said format would be nice. Bonus points if it tells me that yy doesn't equal the number of tracks I'm adding.
Description
When I add a release to the database, I usually use a script that gives me the information the release editor/track parser can parse from the files of the release. As it happens, some tracknumbers are in the format "xx/yy" where yy is the number of total tracks on the release. At the moment, the track parser just ignores lines starting with that, which isn't nice. Having it parse the tracknumbers even if they're in said format would be nice. Bonus points if it tells me that yy doesn't equal the number of tracks I'm adding.