Bug 150481 - Cannot set ID3v2 RVA2 frame identification
Summary: Cannot set ID3v2 RVA2 frame identification
Status: RESOLVED FIXED
Alias: None
Product: taglib
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Scott Wheeler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-04 20:31 UTC by René Stadler
Modified: 2007-11-10 22:33 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description René Stadler 2007-10-04 20:31:00 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources

The RVA2 frame implementation was cleaned up recently.  What's still missing is a way to set a frame's identification (e.g. "track" and "album" for ReplayGain), so one can actually create meaningful frames.

The documentation of ::toString () even mentions ::identification (), but this method is never defined.

The class should grow ::identification and ::setIdentification methods to get and set d->identification respectively.
Comment 1 Lukáš Lalinský 2007-11-10 22:33:51 UTC
SVN commit 735098 by lalinsky:

Add methods RelativeVolumeFrame::identification and RelativeVolumeFrame::setIdentification.

BUG:150481


 M  +13 -5     taglib/mpeg/id3v2/frames/relativevolumeframe.cpp  
 M  +12 -0     taglib/mpeg/id3v2/frames/relativevolumeframe.h  
 M  +22 -0     tests/test_id3v2.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=735098