I use liquidsoap to rotate few playlists 24/7, Occasionally  I also use 
input.harbor to connect live via butt software. Everything works fine but when 
I connect live, metadata shows last played songs as the current song until I 
finish the live session. Instead of that I need to show a custom static message 
like "Live DJ Connected". Please help me.

My current liq script is:
live = input.harbor(icy=true,"live",port=7000,password="Mypass")
(...)
output.shoutcast(%mp3(stereo=true,stereo_mode="stereo",samplerate=22050,bitrate=128),host="s1.mydomain.com",port=8000,password="Mypass",fallible=true,genre="POP",name="Tune
 Radio",public=false,url="mydomain.com",id="output_stream",icy_id=1,s)

_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to