Hello,
I have a really dumb question that I can't seem to figure out.  I would like to 
have liquidsoap say the time of day after each jingle.  I noticed this 
mentioned in the docs.

"TIME for speech synthesis of the current time: time: It is exactly @, and 
you're still listening."

Unfortunately, I did not find anything in the documentation of an example or a 
function listing in the api docs.   This is what I came up with, but liquidsoap 
was not able to mention the time of day.


stationid = playlist.safe("/home/blah/ICECAST-SERVER/stationid.m3u")

stationid = rewrite_metadata( [("artist","Radio Blah"),("title","Station 
Identification"),("comment","Thank you for listening to Radio 
Blah.")],stationid )

stationid = say_metadata(pattern='time:It is now @.', stationid)

Any suggestions?  

Thanks!

Jose Torres



      

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to