Hi. Thanks for your reply, but would you be able to give a real-world example of how this could be used?
If it helps at all, the name of my output function is "radio". Thanks. Elliott. On 03/12/2011, Romain Beauxis <[email protected]> wrote: > 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
