Hello,
I have a script that is changing some contents in playlists nightly. The problem is, the content only refreshes in MDs after a "reload router". How can I reload the router via a shell script, either by running a command, or perhaps by sending some command to a network socket?
Thanks
Jean
Hi Jean,
try this:
/usr/pluto/bin/MessageSend localhost 0 -1000 7 1
Perfect, thanks!