I have mp3's with some extended tags, which can be successfully read by taggers like Tag&Rename. Tag called UID1. As it's well known standart tag also has 4-character name TIT2, TPE1, ALBT etc.
Does anybody know how read that tag by 4-character name?
I'v tried
- Code: Select all
echo @$ThisFileInfo['tags']['id3v2']['TIT2'][0]."\n";
echo @$ThisFileInfo['tags']['id3v2']['UID1'][0]."\n";
It returns empty string.
Any advices would be very appreciable!
