Hi. I'm working on my first source script with Puddletag 1.0.0 beta 4 (Linux) which supports MP3Tag source scripts. I'm just about finished and my problm shouldn't really affect the result but it's just a bug I'd like to fix.
I can pull all artist information adn track information but the final track of each album is shown twice! I was hoping maybe someone could spot if there's a problem with my loop or (avoiding the issue) if there's a way to drop the last entry from the track array. Here's the relevant code:
Thanks for getting back to me. From the Puddletag website, they're focussed on PyParser:
It does work as you can see in the screenshot just it adds the last track twice. It shan't cause an issue during tagging as you can't tag track 10 as a duplicate of track 9 if there are only 9 tracks. Just aesthetic, as far as I can tell.
Thanks a lot for that. It hasn't fixed anything in Puddletag and now it doesn't get the track numbers but I'll get a Windows VM going and test it in MP3Tag.
This is for Metal-Archives (as you might have guessed) but I'd like to do this for other tag sources that similarly don't provide APIs and parse them on my server to coax XML out of them as you can see here because I think there's a lot of user frustration and probably a lack of adoption due to broken tag source scripts that require users to edit the script or replace it with a fixed one (if they find their way onto this forum) where as an external server is a controlled resource that can be updated in the event of site changes (like MAv2). Such a server could have multiple tag source administrators if it was believed that even one person couldn't handle the number of site changes that would break parsing. Has this been considered or are there legal implications?