@drewThanks for your help. Just now I did it successfully after few days of continues tests. The metadata doc helped me. The best part is it works with both icecast and shoutcast. Here is the script.
def append_title(m) = [("title","Live DJ Connected")]end live = map_metadata(append_title, live) When live connected the current song section will show "Live DJ Connected" Thanks again. On Mon, 7 Jan 2019 at 9:35 PM, drew Roberts<zotz...@gmail.com> wrote: OK, I don't have an answer for you but since no one has tried to help, I will see if we can at least find a work around for you until someone does give a proper answer. On Sat, Dec 29, 2018 at 11:05 AM Selvaganapathy S via Savonet-users <savonet-users@lists.sourceforge.net> wrote: 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) I am familiar with icecast and not shoutcast. In icecast2, you can go to the admin part of the web interface and manually change the metadata. Do you know how to do that in shoutcast and can you do it with your particular shoutcast host? all the best, drew _______________________________________________ Savonet-users mailing list Savonet-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/savonet-users -- Enjoy the Paradise Island Cam playing Bahamian Or Nuttin - https://www.paradiseislandcam.com/
_______________________________________________ Savonet-users mailing list Savonet-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/savonet-users