Hi Leonard,

2013/3/20 Leonard de Ruijter <leesv...@leonardderuijter.nl>:
> I'm trying to set id3v2 metadata tags on an output.file instance.
> The following works fine:
> ===
> input = sine()
> input=rewrite_metadata(
> [
> ("title","sinepine")
> ],
> input
> )
> output.file(
> %mp3(
> bitrate=64,
> #id3v2=true
> ),
> "sine.mp3",
> input
> )
> ===
>
> However when uncommenting #id3v2=true, as soon as i start liquidsoap, it
> crashes without logging anything special. However, id3v2 enabled without
> setting metadata before works fine.
> Could you reproduce this problem and possibly fix it? May be taglib
> isn't properly added to the win32 build?

That's right. I'm having some problem with C++-based binbindgs (taglib
and soundtouch). I hope to be able to fix this for the next build..

Romain

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to