Re: [Savonet-users] [savonet/liquidsoap] Switch to music-file at given with fadeout (#658)

2018-11-16 Thread Jeff Hyche
On Thu, Nov 15, 2018 at 02:24:14PM -0800, Pascal wrote: > ``` > # radio is a playlist, news a single source > radio = fallback(track_sensitive = false, [switch([ ( {0m0s} , news) ]), > radio ]) > ``` > This plays the file at the given time and stops the music. **But** it just > cuts off the

Re: [Savonet-users] [savonet/liquidsoap] Switch to music-file at given with fadeout (#658)

2018-11-15 Thread Jeff Hyche
There are several ways to do what you want to do. First off all add isn't the way to do it. Here is how I achive what you are trying to do. I have two playlists like what you have there, jingles and master. Master is a list of about 1200 tracks that play over and over. At the top of the

[Savonet-users] [savonet/liquidsoap] Switch to music-file at given with fadeout (#658)

2018-11-15 Thread Pascal
I'm not sure if this is the right place. But I'll have a go. I am currently setting up a radio station on a raspberry pi using liquidsoap. Most of it works fine, thank you for your great work! **What I am trying to do:** But there is one thing I have not managed to achieve so far. I would like