I have some reloadable playlists set up, I'm using the following code to do this.
# Dynamic Playlists # Set up a dynamic reloadable play list for radio drmas drama = playlist.once(reload_mode = "watch", "drama.lst") # Set up a dynamic reloadable playlist for specials playlists splist = playlist.once(reload_mode = "watch", "splay.lst") # Set up dynamic reloadable playlists for jingle source jingles = playlist.once(reload_mode= "watch", "tags.lst") These play lists are reloaded by cron jobs or by hand. The problem is they work for a while then just stop working. I've dug through the log files and can't find anything amiss there. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
