Hello everyone,

I'm managing the No Agenda stream. We play podcasts interspersed with music, and sometimes we have live shows.

The code I'm using can be found here:

https://github.com/NoAgenda/noagendastream

and the docker container we're using is at:

https://hub.docker.com/r/noagenda/lqs

I want to implement a few new things but I have no idea how to get this all done, hoping for some advice.

Podcasts are usually more than an hour long. I would like to know how to do the following:

* Start of the hour: Random Station-ID jingle from a stationid.m3u
* Podcast from a podcasts.m3u (full play, so, one hour or multiple hours)
* Music from a music.m3u until the next full hour
* Next station ID from stationid.m3u
* ...

A practical example

* 12:00:00 Station-ID jingle
* 12:00:15 Start of The No Agenda Show
* 15:11:25 Fill with music
* 16:00:00 Station-ID jingle
* 16:00:15 Start of the Randumb Thoughts Podcast
* 16:44:23 Fill with music
* 17:00:00 Station-ID jingle

Question 2: Is it possible to PAUSE a show, do a station-ID jingle at the top of the hour, and RESUME the podcast?

* 12:00:00 Station-ID jingle
* 12:00:15 Start of the No Agenda Show
* 13:00:00 Pause No Agenda, play Station ID
* 13:00:15 Resume No Agenda (maybe rewind 20 seconds?)
* 14:00:00 Pause No Agenda, play Station ID
* 14:00:15 Resume No Agenda (maybe rewind 20 seconds?)
* 15:00:00 Pause No Agenda, play Station ID
* 15:00:15 Resume No Agenda (maybe rewind 20 seconds?)
* 15:11:25 Fill with music
* 16:00:00 Station-ID jingle
* 16:00:15 Start of the Randumb Thoughts Podcast
* 16:44:23 Fill with music
* 17:00:00 Station-ID jingle

I'm gonna have more questions later if that's ok :-)

Kind regards,
Mark van Dijk


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

Reply via email to