Hello
@Exeldro ! Really great plugin here, thank you for your work. I just have a fairly simple question I think:
I'm using this to scan for the most recently created "Replay" file in a directory (after pressing a hotkey to save the OBS Replay Buffer) and load it into a regular OBS Media Source. This source is then made visible for playback 3 seconds later (using LioranBoard for that).
The issue I'm running into is that when the source is made visible to play, it always shows a bit of the previous file that was loaded first, before then updating and playing from the most recent file after my hotkey press.
I figured this was possibly because i wasn't giving OBS enough time to save the file, and then your filter enough time to scan and load the new file path, but I've waited as long as 15 seconds before making the source visible for playback and it still plays a bit of the previous replay file before beginning the new one. Any thoughts on this?
I've tried doing this using a VLC Media Source instead as well, and it seems to work but unfortunately I don't need a playlist format for my usage scenario. I just want it to play one single most recent replay, and since VLC Media Source will always play the first file path that was added (i.e. the oldest file rather than the most recent added by your filter), this doesn't work for me.
Hoping you can provide some insight, thank you!