Hello,
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?
Thanks,
Leonard
------------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users