Yes, I believe in that situation it is the same as a playlist. -----Original Message----- From: Jonathan Candler [mailto:[email protected]] Sent: Sunday, August 10, 2014 4:54 PM To: [email protected] Subject: Re: [Savonet-users] Cross fading with liquidsoap
Will it work if you have a directory of files that the script is going off of? Jonnyboy! Iphones rock! > On 10 Aug 2014, at 07:46, Christo Grozev <[email protected]> wrote: > > You can reload only the playlist, not the script itself. And you can > do it via telnet only (assuming you want to do it from outside the script itself). > > So, to reload the playlist, first you do in the beginning of the > script > > set("server.telnet",true) > set("server.telnet.port", 2425) > > 2425 is a random port number, you can choose a different one. > > Then, after you start the script, you can do from command line: > > telnet localhost 2425 > > and then type [name_of_playlist].reload > > -----Original Message----- > From: Jonathan [mailto:[email protected]] > Sent: Sunday, August 10, 2014 4:31 PM > To: [email protected] > Subject: Re: [Savonet-users] Cross fading with liquidsoap > > thanks that works a lot! now, one more question. How can I reload my > liquidsoap script without killing the process? I have tried, > /init.d/liquidsoap reload, but it just told me no file or directory. >> On 8/10/2014 6:49 AM, Christo Grozev wrote: >> For example, you can do >> >> >> radio = crossfade(start_next=1.1,fade_in=0.05, fade_out=1.2.,radio) >> >> >> -----Original Message----- >> From: Jonathan [mailto:[email protected]] >> Sent: Sunday, August 10, 2014 3:28 PM >> To: [email protected] >> Subject: Re: [Savonet-users] Cross fading with liquidsoap >> >> Okay. can someon give an example of how this would be done in my >> current script in this example? I have radio = smart_crossfade >> (radio) Now, do I ---------------------------------------------------------------------------- -- _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users ------------------------------------------------------------------------------ _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
