Maybe a strange script request but I want to test something
I tried to find the solution with chatGPT , via Google Search & via this forum … nothing works …
I’d like to have an (.mls) script, that if you run the script (manually), it will check a simple txt file on the web. If the content of this txt file is (for example) “0”, then the following command must be send to mairlist :
ExecuteCommand(‘PLAYLIST 1 NEXT’);
The script must check this txt file every second.
Once the command to mairlist is given, the script may stop.
Yes, I want to test something to start a player once the content of the file is a certain word. So he must read a txt file (on the web) every second.
Then (and only then), the script can continue with the script to start te player with the command : ExecuteCommand(‘PLAYLIST 1 NEXT’);
This command is not running all the time. Only when I manually start the script via an event or so.
Hey Skeleton.
Sorry but I cannot support making a workaround to avoid the larger/more expensive license.
I do however believe the solution you are proposing is possible with a script. I believe the building blocks are available in the forum if you spend the hours.