Hi,
You can do it easly in a single liq

like this

default = single("/path/to/default.mp3")

# Répertoire des fichiers à jouer
smooth          = playlist("/path/to/style/smooth")
techno          = playlist("/path/to/style/techno")
hard            = playlist("/path/to/style/hard-techno")

# our playlists,
# and the default file if anything goes wrong.
radio = fallback([
switch([
({ 1h-12h }, smooth),
({ 12h-20h }, techno),
({ 20h-1h }, hard)
]),
default
])

###################

You can also add day1=Monday, day2=Tuesday etc...

----- Mail Original -----
De: "Ix_kool" <[email protected]>
À: [email protected]
Envoyé: Samedi 2 Avril 2011 09h00:40 GMT +01:00 Amsterdam / Berlin / Berne / 
Rome / Stockholm / Vienne
Objet: [Savonet-users] Easily scheduling genres during the day ?


Hello, 

We're broadcasting an electronica radio which has many different genres. 

I actually have a radio.liq file with different weights for genres (each genre 
is a directory with .mp3 files). 

I was thinking of duplicating radio.liq 3 times : radiomorning.liq / 
radioafternoon.liq and radioevening.liq 

Then I would change weights in each file (seriously, who wants to listen to 
speedcore in the morning?). 

Why not changing weight depending of the day of the week also. 

And finally, there would be a main radio.liq which would play each .liq 
depending of the time of the day. 

Mon to friday : 
morning : smooth_music 
afternoon : techno 
evening (night) : hardcore_techno 

then saturday and sunday : 
balanced genres all day long 

Is there an easy way to do this ? 

I've been looking on the web, but all infos I get regards mostly jingles. 

Thank you in advance for your help. 

Sincerely, 

FX 
------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf

_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

------------------------------------------------------------------------------
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself; 
WebMatrix provides all the features you need to develop and 
publish your website. http://p.sf.net/sfu/ms-webmatrix-sf
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to