Languages

Wolfgang Rohdewald wolfgang at rohdewald.de
Fri Feb 4 15:13:19 CET 2005


On Freitag 04 Februar 2005 10:12, Scott Wheeler wrote:
> On Friday 04 February 2005 8:03, Wolfgang Rohdewald wrote:
> > can I save the language in a .flac file in such a way
> > that taglib can extract it?
> >
> > I cannot find the language in the ogg vorbis format,
> 
> You can save any key-value pair that you want to FLAC / Ogg Voribis, the 
> problem is that since there's no standardized field for language, so other 
> taggers / players probably won't notice it.

I guess I can do something like this from your online doc:
http://developer.kde.org/~wheeler/taglib/api/classTagLib_1_1ID3v2_1_1Tag.html#a21

There seems to be a typo in the example, I have to use
l.front()->toString() instead of l.front().toString()


-- 
Wolfgang


More information about the taglib-devel mailing list