30 #if defined HAVE_CONFIG_H
86 size_t numRemoved = 0;
89 while ((frame = tag.
Find(
id)) !=
NULL)
144 size_t numRemoved = 0;
261 ID3D_NOTICE(
"id3::v2::setComment: trying to find frame with description = " << desc );
276 ID3D_NOTICE(
"id3::v2::setComment: found frame with description = " << desc );
284 ID3D_NOTICE(
"id3::v2::setComment: creating new comment frame" );
290 ID3D_WARNING(
"id3::v2::setComment: ack! no frame" );
311 size_t numRemoved = 0;
353 return ::atoi(sTrack.c_str());
391 size_t ulGenre = 0xFF;
392 size_t size = sGenre.size();
397 if (i < size && size && sGenre[i] ==
'(')
400 while (i < size && isdigit(sGenre[i]))
404 if (i < size && sGenre[i] ==
')')
407 ulGenre =
min(0xFF, atoi(&sGenre[1]));