https://bugs.kde.org/show_bug.cgi?id=522965
Nikolay Dimitrov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOT A BUG Status|REPORTED |RESOLVED --- Comment #6 from Nikolay Dimitrov <[email protected]> --- OK, i understand now. This means the problem is in the music store and getID3. When i purchase flac file, it comes with a tags: RECORDING_DATE=2026-04-17 RELEASE_TIME=2026-04-17 YEAR=2026 DATE=2026 (as the DATE is flac official tag for year, that's how i can see it in kid3, it's up in the tags, YEAR is down as custom one.) When i read it with getID3 $getID3->analyze($file); it repopulate year and date fields. And when i write it, getID3 writes YEAR as TYER and DATE as TDAT, which is kinda swapping. I'll just do additional checks if the tags are same, and i will change them manually rather than blindly follow getID3. Thanks for the hadsup. -- You are receiving this mail because: You are watching all bug changes.
