This may just be due to my scripting, but with current script, everything loads 
with a smart_crossfade applied to the first transition of the playlist. After 
that, there doesn't seem to be a smart crossfade applied to the rest of the 
playlist. 

Current Script:

#!/usr/local/bin/liquidsoap

set("log.file",true)
set("log.file.path","/home/streamer/station/log/liquidsoap.log")
set("log.stdout",true)
set("log.level",3)
set("harbor.bind_addr","0.0.0.0")

on_fail = single("/home/streamer/station/technical_difficulties.wav")

todays_playlist = 
normalize(skip_blank(playlist("/home/streamer/station/playlist.txt", 
conservative=true,mode="normal",reload_mode="watch")))

todays_playlist = smart_crossfade(todays_playlist)

source = fallback(track_sensitive=true,[todays_playlist,on_fail])

output.icecast(%mp3,id="icecast", ... (output all works)

**Expected behavior**
Would like it to apply that same crossfade to each transition of the playlist. 

**Version details**
Ubuntu 18.10
Liquidsoap 1.1.1

**Install method**
via ubuntu repositories

**Common issues**
Can't decode or encode in some audio format? Check if you have [installed the 
correct dependencies](https://www.liquidsoap.info/download.html)




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

Reply via email to