View Issue Details

IDProjectCategoryView StatusLast Update
0004590JEDI VCL00 JVCL Componentspublic2008-11-21 14:18
ReportercycocrewAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0004590: TJvID3v2 / ID3v2 Comments Are Not Extracted
DescriptionHi,

When using TJvID3v2 under Delphi 2009, ID3v2 comments are not extracted (empty). Note that ID3v1 comments are extracted correctly.

JEFF
TagsNo tags attached.

Activities

obones

2008-11-18 08:23

administrator   ~0015012

Please provide the zipped sources of a sample application showing this.

cycocrew

2008-11-18 23:17

developer   ~0015027

Looks like it's related to the fact that multiple comments are present in the ID3v2 tag. Only the first one is extracted by the code (see example in TJvID3v2 demo project). In this case, it happened that the first one was empty.

It would be great to have a Comments subproperty implemented as
TStrings in the Texts property of TJvID3v2.

obones

2008-11-19 01:47

administrator   ~0015032

Then please provide mp3 files with the appropriate values inside them, I don't even know if I have some available easily.

cycocrew

2008-11-21 14:17

developer   ~0015057

It was in fact related to the fact that multiple comments were stored in the tag and the first one was empty.

cycocrew

2008-11-21 14:18

developer   ~0015058

Issue closed as it was related to the presence of multiple comments.

Issue History

Date Modified Username Field Change
2008-11-17 07:27 cycocrew New Issue
2008-11-18 08:23 obones Note Added: 0015012
2008-11-18 08:23 obones Status new => feedback
2008-11-18 23:17 cycocrew Note Added: 0015027
2008-11-19 01:47 obones Note Added: 0015032
2008-11-21 14:17 cycocrew Note Added: 0015057
2008-11-21 14:18 cycocrew Note Added: 0015058
2008-11-21 14:18 cycocrew Status feedback => closed
2008-11-21 14:18 cycocrew Resolution open => fixed