I thought that changing the times in smooth_add was a fix but it was not.  
Instead, it then prepares more than one file from the directory pointed to for 
jingles, overlapping them if the range is too short.

The solution was a simple one.  The range of days had me confused.  I needed:

  `fallback([switch([({ 0w-5w }, earlyweek), ({ 5w-7w }, lateweek)]), default])`

because the range is inclusive of the first day but up to and not including the 
second day.  I was unaware of that particular usage and thus was not including 
Thursday and Sunday when I set it to 0-4 and 5-6 or some such range.  That is 
why it played the default single for 24 hours and then stopped.

Thanks again for your help.

-- 
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/725#issuecomment-468924650
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to