2010/3/30 Subflow.FREE <[email protected]>: > labomix = playlist(reload=10800, "/home/subflow/labo.lst") > unfortunately this playlist don't reload properly > I guess it's because there is only 1 file in it.
Only 1 file shouldn't be a problem. What isn't "proper" in the behavior? it doesn't reload at all? I bet it reloads fine but "too late", so you get again the old file before hearing the change. If so... I'm not sure if it can be enhanced or not. > I know there is other way to do that, but I never use telnet before > (if somebody have a working example, let me know please) Just define labomix = request.queue(id="labomix") then "telnet localhost 1234" and type in "labomix.push /bla/bla.mp3" depending on your mood! You can also use the script provided in the distribution: "scripts/ask-liquidsoap.pl 'labomix.push /bla/bla.mp3'" (you may not need the inner simple quotes). HTH -- David ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
