Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Date-time tag format [solved]
03-04-2015, 12:26 (This post was last modified: 03-04-2015 14:36 by n00bs945.)
Post: #1
Date-time tag format [solved]
Hi

I'm having multiple error on date tag for podcasted mp3 files.

few exemples:
ignoring incorrect value for DATE tag 14/08/2012
ignoring incorrect value for DATE tag Wed, 1 Oct 2008 09:23:43 +0200
ID3v2 TDAT frame has incorrect value '19.07.2012' at offset 276
ID3v2 TDAT frame has incorrect value 'Sat, 6 Sep 2008 13:20:00 +0200' at offset 360
ID3v2 TDAT frame has incorrect value 'Sat, 27 Sep 2008 13:20:00 +0200' at offset 25275
ID3v2 TDAT frame has incorrect value '04.12.2010' at offset 481

What should be the correct format for de DATE tag (i'm using Mp3Tag) ?

Thanks for advices
Find all posts by this user
Quote this message in a reply
03-04-2015, 13:26
Post: #2
RE: Date-time tag format
(03-04-2015 12:26)n00bs945 Wrote:  Hi

I'm having multiple error on date tag for podcasted mp3 files.

few exemples:
ignoring incorrect value for DATE tag 14/08/2012
ignoring incorrect value for DATE tag Wed, 1 Oct 2008 09:23:43 +0200
ID3v2 TDAT frame has incorrect value '19.07.2012' at offset 276
ID3v2 TDAT frame has incorrect value 'Sat, 6 Sep 2008 13:20:00 +0200' at offset 360
ID3v2 TDAT frame has incorrect value 'Sat, 27 Sep 2008 13:20:00 +0200' at offset 25275
ID3v2 TDAT frame has incorrect value '04.12.2010' at offset 481

What should be the correct format for de DATE tag (i'm using Mp3Tag) ?

Thanks for advices

try yyyy-mm-dd (2012-08-14 instead of 14/08/2012).

Peter
Find all posts by this user
Quote this message in a reply
03-04-2015, 14:34
Post: #3
RE: Date-time tag format
Thanks for this quick reply

after a piece of regular expression in Mp3Tag ^(\d+)/(\d+)/(\d+)$ -> $3-$2-$1
it works just fine !

(y) !!
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)