https://bugs.kde.org/show_bug.cgi?id=522965

--- Comment #3 from Nikolay Dimitrov <[email protected]> ---
Hello,

This is all tags with dates that i set:
^ array:25 [▼ <>
  "album" => array:1 [▶ <>]
  "artist" => array:1 [▶ <>]
  "bpm" => array:1 [▶ <>]
  "comment" => []
  "genre" => array:1 [▶ <>]
  "isrc" => array:1 [▶ <>]
  "initial_key" => array:1 [▶ <>]
  "label" => array:1 [▶ <>]
  "tracknumber" => array:1 [▶ <>]
  "recording_date" => array:1 [▼ <>
    0 => "2026-04-17"
  ]
  "organization" => array:1 [▶ <>]
  "title" => array:1 [▶ <>]
  "fileowner" => array:1 [▶ <>]
  "track_url" => array:1 [▶ <>]
  "label_url" => array:1 [▶ <>]
  "release_time" => array:1 [▶ <>]
  "year" => array:1 [▼ <>
    0 => "2026"
  ]
  "date" => array:1 [▼ <>
    0 => "2026"
  ]
  "encoder" => array:1 [▶ <>]
  "encoded_by" => array:1 [▶ <>]
  "attached_picture" => array:1 [▶ <>]
  "publisher" => array:1 [▶ <>]
  "recording_dates" => array:1 [▼ <>
    0 => "2026-04-17"
  ]
  "copyright_message" => array:1 [▶ <>]
  "text" => array:1 [▶ <>]
]
Best regards,
Nikolay Dimitrov

> On Jul 14, 2026, at 10:19, Urs Fleisch <[email protected]> wrote:
> 
> https://bugs.kde.org/show_bug.cgi?id=522965
> 
> --- Comment #2 from Urs Fleisch <[email protected]> ---
> How do you set the date with getid3? Are you using something like
> 
> $tagwriter = new getid3_writetags();
> $tagwriter->tagformats = array('id3v2.3');
> $tagData = array(
>        'Year' => array('2026-04-17'),
> );
> 
> This will result in a tag like
> 
> 00000000: 4944 3303 0000 0000 1f76 5459 4552 0000  ID3......vTYER..
> 00000010: 000b 0000 0032 3032 362d 3034 2d31 3700  .....2026-04-17.
> 
> which is not valid - ID3v2.3 only support the year in TYER - but is accepted 
> by
> mediainfo. For ID3v2.4, this is OK and uses a TDRC frame.
> 
> 00000000: 4944 3304 0000 0000 1f76 5444 5243 0000  ID3......vTDRC..
> 00000010: 000b 0000 0032 3032 362d 3034 2d31 3700  .....2026-04-17.
> 
> Both are correctly displayed by Kid3, so I still can't reproduce the problem.
> Please provide a hex dump, e.g. using
> 
> xxd /path/to/file.mp3 | head
> 
> -- 
> You are receiving this mail because:
> You reported the bug.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to