This is really helpful, thanks! I vaguely recall we were having some issues with tracks with LYRICS tags a while back but I believe that's since been fixed, and you removed the tag anyway so it's probably not that.
Oh! I think I might have a idea. I noticed the track that failed to index has no genre tag. We fixed one bug relating to this already, where if you have no genre tag and you have no specific media type directories (ie, "Music/", "Audiobooks/", "Podcasts/"), then we just assume it's music. *But* I've just reviewed it and this introduced a new bug where if you *do* have a Music/ directory and there's no genre tags, it doesn't assume it's music. I'll fix that this week. Oops.
If that is the cause in this case, you should be able to fix it by either:
- putting all tracks in the top level and deleting the "Music/" folder (as well as any other media type folders)
- adding a genre tag (literally anything would work so long as it's not empty)
Also noticed another issue that "Music/" is indeed case sensitive here. So it's actually more likely related to that, because it checks that before checking the genre tag.
I'll also fix that this week, it shouldn't be case sensitive.
Oh! I think I might have a idea. I noticed the track that failed to index has no genre tag. We fixed one bug relating to this already, where if you have no genre tag and you have no specific media type directories (ie, "Music/", "Audiobooks/", "Podcasts/"), then we just assume it's music. *But* I've just reviewed it and this introduced a new bug where if you *do* have a Music/ directory and there's no genre tags, it doesn't assume it's music. I'll fix that this week. Oops.
If that is the cause in this case, you should be able to fix it by either:
- putting all tracks in the top level and deleting the "Music/" folder (as well as any other media type folders)
- adding a genre tag (literally anything would work so long as it's not empty)
Also noticed another issue that "Music/" is indeed case sensitive here. So it's actually more likely related to that, because it checks that before checking the genre tag.
I'll also fix that this week, it shouldn't be case sensitive.