TDRC
The 'Recording time' frame contains a timestamp describing when the
audio was recorded. Timestamp format is described in the ID3v2
structure document [ID3v2-strct].
Oops. I guess I wasn't aware of the differences between id3v2.3.0 and id3v2.4.0 tags - and of course, kid3 is set up (maybe defaults to) id3v2.3.0. Have changed that (and will go back to make sure that every tag in my collection is 2.4), and will also file a bug with mediainfo.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
One more question (just while talking about "dates"). Is there any way of getting the "Date Modified" column in the list of songs to display as ISO 8601? I detest DD/MM more than you would believe, and in fact have patched (and recompiled) my glibc in an attempt to get rid of this travesty as it relates to my locale, but it seems that kid3 (and some other applications) simply look up my locale, and use the format normally associated with my locale, rather than what I have compiled.
This is part of the patch I use in localedata/locales/xx:
+% date formats following ISO 8601-1988
+d_t_fmt "<u0025><u0059><u002d><u0025><u006d><u002d><u0025><u0064><u0054><u0025><u0054><u0020><u0025><u005a>"
+d_fmt "<u0025><u0059><u002d><u0025><u006d><u002d><u0025><u0064>"
+t_fmt "<u0025><u0054>"
+am_pm "";""
+t_fmt_ampm "<u0025><u0048><u003a><u0025><u004d><u003a><u0025><u0053>"</u0053></u0025></u003a></u004d></u0025></u003a></u0048></u0025></u0054></u0025></u0064></u0025></u002d></u006d></u0025></u002d></u0059></u0025></u005a></u0025></u0020></u0054></u0025></u0054></u0064></u0025></u002d></u006d></u0025></u002d></u0059></u0025>
Any insight you could give me (other than changing locales) to get "Date Modified" as YYYY-MM-DD would be appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to have ISO date format too, but I did not go so far as to patch glibc.
I have set Canada - Canadian English (en_CA) for the Time category in Regional Settings/Formats of KDE's System Settings. The other categories can be left as they are. So if you do not care changing locales, that could be worth trying. Your desktop environment probably has similar settings which will set LC_TIME=en_CA.UTF-8.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Could it be that Mediainfo is wrong?
I created two files
id3v23.mp3having an ID3v2.3.0 tag with date 2018-10-20 andid3v24.mp3having the same with an ID3v2.4.0 tag.Looking at the specifications, I would say that the frames written by Kid3 are correct:
id3v2.3.0.txtid3v2.4.0-frames.txtid3v2.4.0-structure.txtOops. I guess I wasn't aware of the differences between id3v2.3.0 and id3v2.4.0 tags - and of course, kid3 is set up (maybe defaults to) id3v2.3.0. Have changed that (and will go back to make sure that every tag in my collection is 2.4), and will also file a bug with mediainfo.
One more question (just while talking about "dates"). Is there any way of getting the "Date Modified" column in the list of songs to display as ISO 8601? I detest DD/MM more than you would believe, and in fact have patched (and recompiled) my glibc in an attempt to get rid of this travesty as it relates to my locale, but it seems that kid3 (and some other applications) simply look up my locale, and use the format normally associated with my locale, rather than what I have compiled.
This is part of the patch I use in localedata/locales/xx:
+% date formats following ISO 8601-1988
+d_t_fmt "<u0025><u0059><u002d><u0025><u006d><u002d><u0025><u0064><u0054><u0025><u0054><u0020><u0025><u005a>"
+d_fmt "<u0025><u0059><u002d><u0025><u006d><u002d><u0025><u0064>"
+t_fmt "<u0025><u0054>"
+am_pm "";""
+t_fmt_ampm "<u0025><u0048><u003a><u0025><u004d><u003a><u0025><u0053>"</u0053></u0025></u003a></u004d></u0025></u003a></u0048></u0025></u0054></u0025></u0064></u0025></u002d></u006d></u0025></u002d></u0059></u0025></u005a></u0025></u0020></u0054></u0025></u0054></u0064></u0025></u002d></u006d></u0025></u002d></u0059></u0025>
Any insight you could give me (other than changing locales) to get "Date Modified" as YYYY-MM-DD would be appreciated.
I want to have ISO date format too, but I did not go so far as to patch glibc.
I have set
Canada - Canadian English (en_CA)for theTimecategory in Regional Settings/Formats of KDE's System Settings. The other categories can be left as they are. So if you do not care changing locales, that could be worth trying. Your desktop environment probably has similar settings which will setLC_TIME=en_CA.UTF-8.I (developer of MediaInfo) confirm that MediaInfo is wrong. Will fix soon.