OBS Recording Organizer Upgraded

OBS Recording Organizer Upgraded 1.0

oxypatic

New Member
padii submitted a new resource:

OBS Recording Organizer Upgraded - Script that allows OBS to mock NVIDIA ShadowPlay ogranizing capabilities.

Originally created by francdv23.​


What has changed?​

I freshened it up and made it working again.
Additionally I added a feature that lets you choose if you prefer the "game title + recording name" file name or without any changes.

Will there be any updates?​

In the future I will be improving it, but it will be my hobby project, so don't be too hard...

Read more about this resource...
 
Hi, I'm new to python, so please bear with me. Is your script just for windows machines or can it be used for Mac? It appears it's just for windows. Please clarify. Thanks.
 

oxypatic

New Member
Hi, I'm new to python, so please bear with me. Is your script just for windows machines or can it be used for Mac? It appears it's just for windows. Please clarify. Thanks.
Hello, it is not my script, but to clarify to you - yes, it's for Windows only, as far as I am aware.
It uses the pywin32 lib, which gives you use of the Windows APIs in python.
If you are looking for a more universal approach, take a look at my other script - RecORDER, it is only using what's available by default on Python itself, so it will be easier to check on the Macs.

Other than that you should check out already available resources in regards of the OBS scripting.
Here are some of them I used:
Other than that you can try reaching out to people on the OBS discord server, they might give you a tip that you couldn't find in the OBS documentation!
 
Hello, it is not my script, but to clarify to you - yes, it's for Windows only, as far as I am aware.
It uses the pywin32 lib, which gives you use of the Windows APIs in python.
If you are looking for a more universal approach, take a look at my other script - RecORDER, it is only using what's available by default on Python itself, so it will be easier to check on the Macs.

Other than that you should check out already available resources in regards of the OBS scripting.
Here are some of them I used:
Other than that you can try reaching out to people on the OBS discord server, they might give you a tip that you couldn't find in the OBS documentation!

Hi padii, Thank you so much for taking the time to explain this and the time to type out links to learn more about python scripting. At some point I plan to read this information, but your RecOrder script installed like a charm. Thanks.​

 
Top