Question / Help Is is possible to read file line by line?

PDN

New Member
Hi,

I got file which updates once per time. File contains top donaters for last month, for example, and each data written in new lines, like this:
person1 : 100 $
person2 : 30 $
person3 : 20 $
etc..

Is it possible to read those values to OBS one by one, line by line with some delay, for example:
shows line one for 10 seconds,
shows line two for 10 seconds.... etc.. and when all lines ends - show all from beginning: line one 10s, line two 10s....

If this feature already exist please let me know how to do it.
 

AaronD

Active Member
I don't think OBS itself does, but you might be able to do something with the Advanced Scene Switcher plugin:
It's become its own programming language, with all that that means, and you probably need that to do what you want.
 
Top