Bonjour.

 

I've got 4 playlists called:

- newtitles

- frenchsong

- othersong

- jingles

 

I want make loop randomnly like that:

 

( 1 jingles + 1 newtitles ) --> 5 times

+

( 1 jingles + 1 frenchsong) --> 1 time

+

( 1 jingles + 1 othersong + 1 frenchsong) --> 1 time

 

At end, restart the loop.

 

I need help for know the good practice. I have seen part "SoundTrackProcessing" 
in documentation and I 've used the random function.

It's works but not easy for add transitions and use "delay" function. (delay 
function after playlist function doesn't work correctly)

 

 

# Liquidsoap configuration

 

#-------

#here

#-------

 

# My Playlists

 

jingles=normalize(playlist(reload=3600,"/folder/jingles"))

newtitles=normalize(playlist(reload=3600,"/folder/newtitles"))

 

# I've put --> newtitles=default(7200.,newtitles) here for not replay a song 
after 2hour but

# It doesn't work. 

 

frenchsong=normalize(playlist(reload=3600,"/folder/frenchsong"))

othersong=normalize(playlist(reload=3600,"/folder/othersong"))

 

# Default rotation

 

radio = random(strict=true,

[jingles,newtitles,

jingles,newtitles,

jingles,newtitles,

jingles,newtitles,

jingles,newtitles,

jingles,frenchsong,

jingles,othersong,frenchsong])

 

 

# I've put crossfade function here and mksafe

 


# Output to shoutcast server


# -----------here

 

Thank you for your help and sorry for my english. I will try in french if you 
don't understand me.

 

Mario

_________________________________________________________________
Téléphonez gratuitement à tous vos proches avec Windows Live Messenger  !  
Téléchargez-le maintenant !
http://www.windowslive.fr/messenger/1.asp
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to