jstraw wrote: > Great. Thanks. I have NO experience with the CLI fir LMS. Is there some > place I can learn about it? > > I see that I can telnet in and issue commands. It's not going to be an > attractive option unless there's a way to automate it or schedule it. > Otherwise, going to Random Mix>Select all>Select none>save is just fine.
You can also do it using curl from the command line, which will run from a bash script for automation: Code: -------------------- curl -i -X POST -H "Content-Type: application/json" -d '{"id":1,"method":"slim.request","params":[ "0", ["randomplaygenreselectall", "1"] ]}' localhost:9000/jsonrpc.js -------------------- ------------------------------------------------------------------------ philchillbill's Profile: http://forums.slimdevices.com/member.php?userid=68920 View this thread: http://forums.slimdevices.com/showthread.php?t=111435 _______________________________________________ Squeezecenter mailing list Squeezecenter@lists.slimdevices.com http://lists.slimdevices.com/mailman/listinfo/squeezecenter