I had a listener complain about idents appearing on the Last.fm for Radio Clash 
Live - yeah I know, petty…but it did set me thinking, is there a way of 
filtering/not scrobbling certain tracks if you’re using a pure (i.e. scripted, 
not using Airtime) Liquidsoap? I can’t for the life of me think how, unless you 
can somehow do an if clause off a playlist or name?

I’m currently triggering a Last.fm post on metadata and track change, and 
nowplaying on track change, 

radio = on_track(lastfm.submit(user="radioclashlive",password=“XXXX"), radio)
radio = on_metadata(lastfm.submit(user="radioclashlive",password=“XXXX"), radio)
radio = on_track(lastfm.nowplaying(user="radioclashlive",password=“XXXX"), 
radio)
radio = on_metadata(apply_metadata,radio)

Also the idents are random as part of the playlist (weighted) but also sweepers 
play over at intervals using Voisses Tech’s script 
https://forum.sourcefabric.org/discussion/15701/fallover-101-how-to-make-all-scripts-worked-easy-steps-to-build-your-scripts-fixed-silence/p1

Any idea?

thanks

Tim
------------------------------------------------------------------------------
Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer
Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports
Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper
Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer
http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to