I'm creating a component for an input format. This format has the ability to store metadata tags directly within the file (as XML). To retrieve the metadata, I'm using the get_info function. For storing it, I'm using retag_set_info, and for actually writing the file, I use retag_commit.
While I can retrieve/store the meta and info parts quite easily, I'm having trouble retrieving/storing the replaygain_info. It seems to be a separate object, consisting of a number of methods.
What parts of the replaygain_info should I store in the file? And how would I set the replaygain info when the file is reloaded?
