Restarting Liquidsoap Playout Engine: ('Error loading config file: %s', error(111, 'Connection refused'))
For some strange reason, is there no simpler way to just randomly play mp3 files from my directory on the server"?
Here is a simple one I got last week.
I could not get the Airtime API to parse.I just went back and push the Json from the tunein app and the mobile app I was working on is "sweet".
So as Long as some people see the problem with liquidsoap, expect different changes
VOISSES
Please I do not Know the thoughts of the Airtime team
Michiel said:Maybe the Airtime team can explain why you cannot set things like this up in the interface? Just a playlist that runs 24/7 if nothing else is available? Also fade in/out would be very handy when a playlist is shuffling.
The only one I like is the simple crossfade
so something like this should work (I have not tested it and cannot so anyone who use it have let me know the feedback ) but you should just
so
myplaylist =playlist(mode="normal","/srv/airtime/stor/imported/")
myplaylist= crossfade(start_next=8.,fade_in=5.,fade_out=5.,conservative=true ,myplaylist )
default = fallback(track_sensitive = false,[myplaylist])
Notes
jingles = playlist("/nfs/music/jingles/radio")
music1 = playlist("/nfs/music/clubhouse")
music1 = crossfade(start_next=8.,fade_in=5.,fade_out=5.,conservative=true,music1)
music2 = playlist("/nfs/music/clubbing")
music2 = crossfade(start_next=8.,fade_in=5.,fade_out=5.,conservative=true,music2)
music3 = playlist("/nfs/music/2011")
music3 = crossfade(start_next=8.,fade_in=5.,fade_out=5.,conservative=true,music3)
music4 = playlist("/nfs/music/2012")
music4 = crossfade(start_next=8.,fade_in=5.,fade_out=5.,conservative=true,music4)
music5 = playlist("/nfs/music/2014")
music5 = crossfade(start_next=8.,fade_in=5.,fade_out=5.,conservative=true,music5)
j = jingles
m1 = music1
m2 = music2
m3 = music3
m4 = music4
m5 = music5
v = random(weights = [1,6,6,6,6,6],[j,m1,m2,m3,m4,m5])
default = fallback(track_sensitive = false,[v])
ref_off_air_meta = ref off_air_meta
if !ref_off_air_meta == "" then
ref_off_air_meta := "Airtime - offline"
end
default = rewrite_metadata([(!ref_off_air_meta,"artist" ),("-","title" )], default).
It looks like you're new here. If you want to get involved, click one of these buttons!