Le 22/11/2011 21:27, Mix Dance a écrit :
> Hi Team,
Hi Antoine,

>
> I would like to do this on my LIQ script:
> - Rename metadata of current track
You could simply use server.insert_metadata , as described in the 
documentation.
An example:


     # s0 is your source and s the new source.

     s = server.insert_metadata(id="mixdance-meta", s0

then thru telnet, you have access to the command (like described here 
http://savonet.sourceforge.net/doc-1.0.0/metadata.html)

ID.insert key1="val1",key2="val2",...

so here

mixdance-meta.insert title="Queen - Bohemian Rhapsody"

> - Play an URL stream
Never used myself but seems quite simple:
http://savonet.sourceforge.net/doc-1.0.0/http_input.html

To implement a custom telnet command, look at server.register (there are 
many examples on the website).
> - Add jingle on an other song
I'm not sure of what you mean but I am pretty sure it's possible :D

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to