Christoph Reiter
Christoph Reiter
_Original comment by_ **Amias Channer (Bitbucket: [amias_channer](http://bitbucket.org/amias_channer), GitHub: Unknown)**: --- I could really use this functionality and would be happy to help code and test it, i'm new to mutagenx...
_Original comment by_ **Christoph Reiter (Bitbucket: [lazka](http://bitbucket.org/lazka), GitHub: [lazka](http://github.com/lazka))**: --- Some thoughts on the API: Add a RIFFFileType and a RIFFInfoTags for exposing the info block. RIFFFileType takes either ID3,...
See https://docs.python.org/3.6/tutorial/classes.html#private-variables
> Looks like there are two options (which can be combined): [edit: oops misread.. ignore previous] > This is how some applications handle the RIFF/WAV metadata: Cool, thanks for testing...
``` There is no fixed order of the frames' appearance in the tag, although it is desired that the frames are arranged in order of significance concerning the recognition of...
I don't want to guarantee any order, but sorting by number and preferring 3 sounds good. The would help everyone and not just the users calling add() in the right...
We have to make sure any APIC is still last because of #278
> I trust you in your opinion, because I am certainly no expert in the ID3 standard - I just hope that this is okay, because without the reasoning it...
Yeah, all formats embedding id3 tags currently don't support the easy variants. Not sure how hard it would be.
> Also, I'm pretty certain the order of the LIST INFO chunk in relation to the ID3 chunk matters. Maybe I should test just to make certain but it's not...