Hi there For several years now I have been using a set of Macro scripts to operate a Broadcast tools switcher. I've been using the SA (switch Add) command to choose the one I want and SR (Switch remove) to turn off what I don't want. Would I be better off just using ST (Switch Take) to select just what I want to simplify the input I what and making the command 1 line only? (Using Rivendell 2.10.3 on Ubuntu 14.04)
#!/bin/bash rmlsend --to-host=192.168.2.105 SA\ 1\ 1\ 1\! rmlsend --to-host=192.168.2.105 SR\ 1\ 2\ 1\! rmlsend --to-host=192.168.2.105 SR\ 1\ 3\ 1\! rmlsend --to-host=192.168.2.105 SR\ 1\ 4\ 1\! rmlsend --to-host=192.168.2.105 SR\ 1\ 5\ 1\! rmlsend --to-host=192.168.2.105 SR\ 1\ 6\ 1\! Many Thanks Geoff Barkman
_______________________________________________ Rivendell-dev mailing list [email protected] http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev
