CodeYan01

Results 60 comments of CodeYan01

Sorry for the late reply. I wasn't really aware that such feature existed in OBS. I think the proper way is to convert the video feeding mechanism into async (and...

Please try loading them directly in a regular Media Source. If it can't load it, then it is a Media Source limitation, as this plugin only uses the Media Source....

Converted to draft at the moment as I have noticed a regression with adding files to an empty editable list in a script

I apologize for not figuring out how to reference lines changed as I wanted, creating this mess of messages I can't delete. This change is the new addition that I...

Fixed merge conflict by reverting 3a610c698e76176f40263d73e0f36277200b6a93 changes to properties-view.cpp and .hpp, which removed the parameters from EditListReordered.

Added link to the plugin i was working on that relies on this PR, incase it is necessary for reviewing.

> What would make more sense IMO (and from how I understand your use case) is that you use the property list not as the core of your data, but...

And as I said in the PR, if you edit the currently playing file, you'd need a way to find that it was an edit, not a remove-then-add-new operation. And...

> You always have to assume that you might get just a single update for a changed list, without being able to trace single steps in it - lots of...

Thank you for the detailed solution. Would you prefer that I open a new PR following the UUID solution and close this? As for the alternative, I personally would like...