I have the following problem, which needs to be resolved:
I would like to read a file, for example a txtfile, which contains a number (for example, from 0 to 10). This number is changed periodically by an outside program. Then I also have a textfile, which contains full paths to different videos (each line in the txtfile is a path to a different video).
I would like to use vvvv so that it would periodically read the file with the number (0-10), and then read the pathname of the corresponding video (for example, if the number is 0, the first pathname would be read). Then I would playback this video.
I’m new to vvvv, so forgive me if this is a trivial question, but I would be very grateful, if someone could provide me with the solution, or at least some tips.
Kalle of course is right (as usual), pointing towards XML-parsing.
… but there are of course also very basic “trditional” ways to extract this kind of information from textfiles.
(one quick n dirty example in attached file)
It is for sure not the cleanest, most failsafe and professional way … but also working.