fix eroor
This commit is contained in:
		
							parent
							
								
									fc8e0be159
								
							
						
					
					
						commit
						3407dc8af9
					
				@ -38,4 +38,23 @@ live = audio_to_stereo(
 | 
			
		||||
DanDubstepThingies	= "/playlists/Daniel/Dan - dubstepthingies.m3u"
 | 
			
		||||
 | 
			
		||||
randomsong = playlist(conservative=true, DanDubstepThingies)
 | 
			
		||||
count = list.length(playlist.parse(DanDubstepThingies))
 | 
			
		||||
count = list.length(playlist.parse(DanDubstepThingies))
 | 
			
		||||
 | 
			
		||||
randomsong = audio_to_stereo(randomsong)
 | 
			
		||||
requests = audio_to_stereo(drop_video(request.queue(id="request")))
 | 
			
		||||
 | 
			
		||||
mix = blank()
 | 
			
		||||
mix = fallback(track_sensitive=false, [randomsong, mix])
 | 
			
		||||
mix = fallback(track_sensitive=true, transitions=[crossfade], [requests,mix])
 | 
			
		||||
mix = fallback(track_sensitive=false, transitions=[crossfade], [live, mix])
 | 
			
		||||
mix = normalize(mix)
 | 
			
		||||
 | 
			
		||||
# OUTPUTS
 | 
			
		||||
output.icecast(
 | 
			
		||||
    password=getenv("HARBOR_PASSWORD"),
 | 
			
		||||
    host=getenv("BROADCAST_PORT_5001_TCP_ADDR"),
 | 
			
		||||
    port=int_of_string(getenv("BROADCAST_PORT_5001_TCP_PORT")),
 | 
			
		||||
    %wav,
 | 
			
		||||
    mount="dodsorfas.main",
 | 
			
		||||
    mix
 | 
			
		||||
    )
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user