I don’t see where these tags could possibly be shown in Jaikoz. If you point me to the screen you desire, I’ll check, but every screen I see does not show these tags at all. None of the ID3 tags show data. View ID3 Merged, View ID3v1, view ID3v2 and the ID3 Edit tabs are all blank - not a single field shows a value. I see that “Metadata browser filter is not active” but I have no idea how to enable this, as it’s not mentioned in the manual, Google does not find that phrase, and I can’t find a place to enable it.
I deleted all version of Jaikoz and removed the directories. I grabbed a clean set of FLACs from 1 album and made two directories - one for version 6.2.20 and another for 7.1.1. I installed 6.2.0 and performed Autocorrect, saved, and viewed the tags in multiple programs. I uninstalled 6.2.0, installed 7.1.1, and performed the identical Autocorrect, saved, and viewed the tags. All other settings are identical in both versions - I made no preference changes at all.
Please open the images and compare. I’ve highlighted the pertinent items in red outline.
6.2.0 - Relations Tab
7.1.1 Relations tab
Note that the 6.2.0 shows Artist Discogs Url as blank, but 7.1.1 shows a value.
6.2.0 Tags from MP3Tag
7.1.1 Tags from MP3Tag
Note that 6.2.0 shows the desired URL_DISCOGS_RELEASE_SITE, but not URL_DISCOGS_ARTIST_URL.
Note that 7.1.1 shows the inverse.
Grep confirms this:
D:\music\__New_Music\620>grep URL_DISCOGS_RELEASE_SITE “01 - World In My Eyes.flac”
Binary file 01 - World In My Eyes.flac matches
D:\music\__New_Music\620>grep URL_DISCOGS_ARTIST_SITE “01 - World In My Eyes.flac”
D:\music\__New_Music\620>cd …\711
D:\music\__New_Music\711>grep URL_DISCOGS_RELEASE_SITE “01 - World In My Eyes.flac”
D:\music\__New_Music\711>grep URL_DISCOGS_ARTIST_SITE “01 - World In My Eyes.flac”
Binary file 01 - World In My Eyes.flac matches
It should be extremely clear - it is to me anyway - that 7.1.1 does not write the URL_DISCOGS_RELEASE_SITE tag to the file, but 6.2.0 does.
The fact that MP3Tag sees all the other tags shows that this is not a tagging incompatibility issue. It can see the tags when they exist, but not if they don’t.
The use of grep confirms this.
If you’re still not convinced of the tagging compatibility, then test this yourself with an MP3 tag reading program of your choosing - other than Jaikoz - and I will install and test this. Again, I am not interested in what’s in Jaikoz’s database, I’m only interested with the tags written to the file, and the regression issue with this feature. I’ve tested this with 2 MP3 tag reading programs, grep, and my own Python script which I’ve been using for the last two years to read this tag.
Simple put, again, 7.1.1 does not write the URL_DISCOGS_RELEASE_SITE tag to the file, but 6.2.0 does.