Hi!

2011/12/2 Elliott Barnes <[email protected]>:
> I've noticed that when streaming media, Liquidsoap adds both the
> artist, song title, and the album title tags.
>
> Is there a way to remove the album title, so that only artist name and
> track title are streamed?

You should use the map_metadata operator as such:

s = map_metadata(update=false, fun (m) -> list.remove_assoc("album", m), s)

Romain

------------------------------------------------------------------------------
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