Hi. I've got some really low priority suggestion for text sources. I think the easiest way to explain it is to use an example, so:
For now, we only have two options: static text and or text from file. What about custom formatting, so we can for example join two text files and static text together in one text source? There could be third option named for example 'custom formatting' and the syntax would be like this:
And it would output:
I'ts very low priority imo because we can get around it easily, and OBS needs more critical functions for now and not fancy stuff like that, but I think it could be a nice idea for some plugin developer maybe :D
For now, we only have two options: static text and or text from file. What about custom formatting, so we can for example join two text files and static text together in one text source? There could be third option named for example 'custom formatting' and the syntax would be like this:
Code:
"Now playing song: %f\nToday is: %f","C://song.txt","C://date.txt"
Code:
Now playing song: [text from song.txt]
Today is: [text from date.txt]