MrMartin92 / obs_organized_output_directory

An OBS script that creates subdirectories for each game in the output directory
MIT License
4 stars 2 forks source link

File not moved after recording with OBS 30.2.3 #19

Closed MrSmite closed 1 month ago

MrSmite commented 1 month ago

Using script version 1.0.1 and OBS 30.2.3 on Windows 10, the output folder based on process name is not working.

For example, I have my output folder set to "d:\media\obs" and my OBS settings for X4 Timelines is:

Scene: x4 Source: game capture (mode: specific window, window: x4.exe) this script: name source - process name

When I record a video, there is no folder "d:\media\obs\x4" or "d:\media\obs\x4.exe" created, instead the output is created directly in the output folder.

MrSmite commented 1 month ago

Just realized that the code in your thread on OBS is not by you. I pasted it into your script and it works to create the folder, but the move_file() fails and leaves the recording in the root folder.