Hi guys,

Yes, it's using title/artist/album rather than song, I believe. Here's my 
logging function, which produces the expected result:

# Log metadata to file for licensing purposes
 def extern_cl_log( m )
   log( label="cl-radio-tracklog", "artist="^m["artist"] )
   log( label="cl-radio-tracklog", "album="^m["album"] )
   log( label="cl-radio-tracklog", "title="^m["title"] )
end


I'm running with --debug and I see "15:39:47 [Culture Lab Radio:4] Processing 
command ping radio with arguments:"  but no corresponding line referring to 
metadata...

Hope this helps,

Kind regards,

Neil


On 27 Jun 2011, at 15:41, David Baelde wrote:

> What metadata do you see in your logs exactly? Could it be that you're
> using the "song" metadata instead of the "title" / "artist"? The
> latter are more usual with icecast, I believe, but we could support
> "song" as well...

--
Neil Davidson
Culture Lab Radio
http://culturelabradio.ncl.ac.uk/
Newcastle University
Email: [email protected]


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of 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-d2d-c2
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to