View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001742 | JEDI VCL | 00 JVCL Components | public | 2004-05-09 05:06 | 2004-05-14 12:27 |
Reporter | speed_rabu | Assigned To | remkobonte | ||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0001742: TJvID3v2 & Write Time Tag | ||||
Description | Hi, I tried to write the time in TJvID3v2 but it doesn´t work. I tried it in the example and opened a mp3 file with a 2.4 Tag. Now I added in CtrlsToTag the follwing line: JvID3v21.Texts.Time := '12:00:00'; But this text was been written. Did I something wrong or is it a Bug? Best regards Rainer | ||||
Tags | No tags attached. | ||||
|
TJvID3v2 won't write Texts.Time to 2.4 tags because the TIME frame is deprecated for 2.4 tags. The TIME frame is replaced by the TDRC 'Recording time' frame. So you can switch to 2.3 tags and use Texts.Time or use Texts.RecordingTime for 2.4 tags. See http://www.id3.org/id3v2.4.0-changes.txt |
|
Also note that the TIME frame must be in the HHMM format (H = hour, M = minute) thus do something like JvID3v21.Texts.Time := '1200'; for 2.3 tags. |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-05-09 05:06 | speed_rabu | New Issue | |
2004-05-09 07:10 | remkobonte | Note Added: 0004195 | |
2004-05-09 07:15 | remkobonte | Note Added: 0004196 | |
2004-05-14 12:27 | remkobonte | Status | new => resolved |
2004-05-14 12:27 | remkobonte | Resolution | open => no change required |
2004-05-14 12:27 | remkobonte | Assigned To | => remkobonte |