Le Tuesday 26 May 2009 14:50:28 Andrew, vous avez écrit : > I've been looking all around and I can't seem to figure out how to > inject metadata into a live stream using Liquidsoap. Is there a way to > do this in the telnet interface that I'm not seeing? > > This page mentions Insert_metadata: > http://savonet.sourceforge.net/doc-svn/metadata.html > > Can that be setup to do this? Are there any sample configuration files > that I could look at?
Yes ! This is exactly meant to do it ! As far as I remember, this is settled by doing: s = insert_metadata(id="bla",s) And then, through telnet: bla.insert title="bla",artist="foo",... Romain ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
