Hi, When liquidsoap loads a playlist, it doesn't do much --- unless it is a playlist.safe() in which case at least one request in it must be valid. However, playlist sources as well as other queued request-based sources may prepare a few requests in advance: this involves checking that a file is decodable, but the file is not kept open until playtime. So if you change its contents, the new contents will be played (and liquidsoap will complain a lot if what was decodable has become undecodable).
I guess this answers your question: the new one will be played. However, I'd say that you're playing a dangerous game overwriting files that liquidsoap prepares to play. It would be a bit safer to reload the playlist: in that case liquidsoap would invalidate earlier preparations, emptying its queue and checking new versions of your files. Hope this helps, David ------------------------------------------------------------------------------ vRanger cuts backup time in half-while increasing security. With the market-leading solution for virtual backup and recovery, you get blazing-fast, flexible, and affordable data protection. Download your free trial now. http://p.sf.net/sfu/quest-d2dcopy1 _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
