Hi,
I have a problem possibly can be solved with reading file paths from a txt, so I think this thread could be a good starting point.
I use txt files to give a text description for the viewers about upcoming videos of the stream. The xyz.txt is belong to the xyz.mpg and they are in the same directory. When I change a video source, e.g. xyz.mpg to abc.mpg I also have to change a text source from xyz.txt to abc.txt. This is a task susceptible to human errors (forget to change one or the other) and should be able to automatized.
Logics of solution that I can imagine:
— Put the path into a txt like "D:\onair\xyz" and a script reads this file and put "D:\onair\xyz.mpg" to one source and "D:\onair\xyz.txt" to the other, so I just need to put the path into the txt and both source will be set automatically.
— I set the video source only and a script reads the path of that, change the mpg extension to txt and set the text source for it
— Not automation but a warning if a human error appears: a script compare the two source and if they are not the same (except the extension) it does somthing that can be detected by an Advanced Scene Switcher macro (e.g. write "warning" into a txt and change the text in it to "OK" if the sources get the same, so I can make a macro that sends me a warning based on the content of that text file).
All above solutions are good for me whichever easier to do (or if there any other idea).