Hey all,

Here are those lines in my script :


...
monday_show = mksafe(playlist(mode = "normal", reload_mode = "rounds", 
reload = 1, "/home/shows/Monday/" ))
tuesday_show = mksafe(playlist(mode = "normal", reload_mode = "rounds", 
reload = 1, "/home/shows/Tuesday/" ))
...


I used them in a giant switch to schedule my week, and my radio-crew 
just modify the ''/home/shows/.../'' folders via FTP.

The aim is to automaticcaly reload the playlist to be ready every day, 
whatever the modifications in the folders.

But well, it fails this way.

So my question is ...

Is there anyway to reload those playlists at their beginings rather than 
thier ends ?

I could use the "reload_mode = "seconds"", but I'm feeling stupid to ask 
the script to reload every 2s is there is juste one modification in the 
folder during the week.


Thanks,
Maxens.

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to