Hi everyone,

A very simple question:

Is there a way to join (concatenate)  playlists?

I have a randomized playlist for a music hour.

I already have the middle jingle playing every 4 musics ("You are
hearing mpb, the best of brazilian music)

mpb  = rotate(weights=[4,1], [playlist("/home/radio/audio/mpb"),
single("/home/radio/audio/apoio/bloco_mpb.mp3")])

I just need to add a single mp3 file at the begining of it. ("Now you
will hear...")

I know I could do this with a script to generate the playlist, or 
request.dinamic, but I would like to keep this very simple...

If only I could do

single = /home/radio/audio/beginmpb.mp3

mpb = single + mpb

But I have tried and it did not work.. Any other ideas?

Thanks everyone,

Rafael





------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to