hi there,

after quite some month of absence from liquidsoap scripts (because
everything just works...) it seems i almost forgot everything i did ;)

maybe someone can enlighten me on the following (simple?) task:

...

# we have a live input
live = input.harbor(id="live", port=8001, password="hackme", buffer=8., 
max=20., "live")

# we set some initial metadata
live = rewrite_metadata([("mytitle","live test"),("myartist","anonymous")], 
live)

# we want to update metadata on live from time to time via telnet interface
server.insert_metadata(id="live", live)

...

but that gives the nice error of:

  This term will evaluate to a (passive) source which
  will then be dropped. This is usually the sign of a misunderstanding:
  only active sources are animated on their own; dangling passive sources
  are just dead code.


what i basically want is a telnet command for updating metadata.
btw, what's the most elegant way to update metadata dynamically?
should i maybe use the harbour server? THANKS for any hints,

udo


------------------------------------------------------------------------------
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to