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 to 
play a specific file every hour (news.mp3). 

**What I have tried so far:**
```
# radio is a playlist, news a single source
radio = add([radio,switch([({00m0s},news)])])
```
This plays the file at the desired time, but music keeps playing.

```
# 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 playing track, instead of fading it out. 

So, is there an option to achieve that the currently playing music is faded off 
before the news start?


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/658
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to