Thread

Posted on Tue Sep 26 23:01:19 2006 by nonos
Ogg issue and a wish
Hello, I'm using Audio-Taglib (1.42) on a Debian system : it's a great tool to access several audio tag format. Unfortunately, I've got an issue with 'ogg' format : After Audio::TagLib::Vorbis::File->new("file.ogg"), the program hangs. I've tested on several ogg files. Is it a bug ? The other point is a wish : the generic interface Audio::TagLib::Tag is very usefull but is it possible to add some fields like 'composer', 'bpm' ? Cheers, Nonos
Direct Responses: 3139 | Write a response
Posted on Wed Sep 27 05:37:05 2006 by dongxu in response to 3138
Re: Ogg issue and a wish
Yes, it is a known bug in earlier 1.4.{1,2} version of TagLib. You can try a newer one and rebuild the perl binding. Regarding the new tag fields, since different format supports different number of fields, I am not sure if this is possible for all. BR / dongxu
Write a response