Hey, thanks a lot for the feedback. Depending on the Image effects, yeah I’m a bit limited in my options, as I have to use what mpv provides and build the logic around it, though I’ve implemented the fade in fade out effect currently and I think it looks pretty good, so I’ll see.
I see that a dedicated script folder would make sense, but RVP doesn’t handle the scripts at all. It only sends information about what video is currently playing, it’s playbackstate, position etc. the actual script loading and handling happens 100% in the respective software such as MFP or ScriptPlayer.
I will look up if those can handle a dedicated folder. If anything, RVP could do something like temporarily create a copy of the script from a dedicated directory right next to the file playing (and delete it afterwards) which would result in a similar behavior while mainting a different file structure. Though no matter what, I’d have to rewrite the script filter code to work with sich structure. Overall it sounds like a great idea.
Filtering for specific filenames is easy, but I’m not sure if I get what you mean. Do you mean like RVPs filter for script files should have the option to only play videos with scripts named in a specific way? Or/And automatically loading those specific scripts? The latter comes back to the previous stuff, which is that script loading is handled by the sync software. Anyways if you could give me more details, I can think more about that