Resource icon

Advanced Filename Formatter 1.1.1

Somoswebmasters

New Member
I think the problem is Python, it tells me that it is not currently loaded, but I installed it, and nothing yet :(

I get a command prompt and I don't know what to do with it.

I didn't understand the documentation, any guide now? :(
 

codeSTACKr

New Member
Getting an error. Ever seen this before?

Bash:
[adv-ff.py] Found pyparsing 3.1.2
[adv-ff.py] Traceback (most recent call last):
[adv-ff.py]   File "/Applications/OBS.app/Contents/PlugIns/frontend-tools.plugin/Contents/Resources/scripts/adv-ff.py", line 216, in <module>
[adv-ff.py]     libobs = ct.CDLL("obs")
[adv-ff.py]              ^^^^^^^^^^^^^^
[adv-ff.py]   File "/Library/Frameworks/Python.framework/Versions/Current/lib/python3.11/ctypes/__init__.py", line 376, in __init__
[adv-ff.py]     self._handle = _dlopen(self._name, mode)
[adv-ff.py]                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[adv-ff.py] OSError: dlopen(obs, 0x0006): tried: 'obs' (relative path not allowed in hardened program), '/System/Volumes/Preboot/Cryptexes/OSobs' (no such file), '/Applications/OBS.app/Contents/Frameworks/obs' (no such file), '/usr/lib/obs' (no such file, not in dyld cache), 'obs' (relative path not allowed in hardened program), '/usr/lib/obs' (no such file, not in dyld cache)
 

Penwy

New Member
Getting an error. Ever seen this before?

Bash:
[adv-ff.py] Found pyparsing 3.1.2
[adv-ff.py] Traceback (most recent call last):
[adv-ff.py]   File "/Applications/OBS.app/Contents/PlugIns/frontend-tools.plugin/Contents/Resources/scripts/adv-ff.py", line 216, in <module>
[adv-ff.py]     libobs = ct.CDLL("obs")
[adv-ff.py]              ^^^^^^^^^^^^^^
[adv-ff.py]   File "/Library/Frameworks/Python.framework/Versions/Current/lib/python3.11/ctypes/__init__.py", line 376, in __init__
[adv-ff.py]     self._handle = _dlopen(self._name, mode)
[adv-ff.py]                    ^^^^^^^^^^^^^^^^^^^^^^^^^
[adv-ff.py] OSError: dlopen(obs, 0x0006): tried: 'obs' (relative path not allowed in hardened program), '/System/Volumes/Preboot/Cryptexes/OSobs' (no such file), '/Applications/OBS.app/Contents/Frameworks/obs' (no such file), '/usr/lib/obs' (no such file, not in dyld cache), 'obs' (relative path not allowed in hardened program), '/usr/lib/obs' (no such file, not in dyld cache)
can you send a log?
(ideally, pop by the obs sup^port discord, it'll be easier to troubleshoot)
 

Probablynotyou

New Member
Am I just bad or what? I cant get it to work with replay buffer. The formatting I use is: v$title$/%CCYY-%MM-%DD %hh-%mm-%ss
When I record, A folder with the game name gets created and my records go there but if I use replay buffer, it all goes in a v$title$ folder. I dont see any separate option for replays and I also tried the custom obs build from Github though i have no idea if I did it right. What am I doing wrong?

BTW, thanks for the scripts. I would have though this would be a basic feature of OBS by now.
 

Penwy

New Member
The replay buffer will only work with the github custom build provided.
If you don't understand how to install it, or it doesn't work, simplest honestly would be to pop by in the obs support discord, for ease of discussion.
 

niky45

New Member
Hello, and thank you so much for making this.
I am trying to get it to work, but this is how far I've gotten (logs get updated on hitting "check formatting")
1725187761178.png

I did tell python to install pyparser, as per the instructions in a previous post, but it tells me it's already installed.
my python version is the latest (3.12.5), and AFAIK OBS is also updated (version says 30.1.2)
PS: also, some quick installing instructions in the docs would be great. I could help and write up a small thing if you'd like ;)
--------
not-an-EDIT: ooohhh, it didn't have an executable hooked so it was throwing an error. changing it to "scene" fixed it.
still posting this in case someone else runs into the same issue, but yeah, feel free to ignore this post.
 

l1i1l

Member
Hi.
When trying to install the script, an error message appears:

Code:
[adv-ff.py]   File "C:/Program Files/obs-studio/data/obs-plugins/frontend-tools/scripts\adv-ff.py", line 532
[adv-ff.py]     match node[0]:
[adv-ff.py]              ^
[adv-ff.py] SyntaxError: invalid syntax
 

Penwy

New Member
Hi.
When trying to install the script, an error message appears:

Code:
[adv-ff.py]   File "C:/Program Files/obs-studio/data/obs-plugins/frontend-tools/scripts\adv-ff.py", line 532
[adv-ff.py]     match node[0]:
[adv-ff.py]              ^
[adv-ff.py] SyntaxError: invalid syntax
did you make sure you're on a supported version of python? (3.10 and above)
 

Penwy

New Member
The info on the wiki is out of date.
Obs itself now supports up to 3.12, and this script requires at least 3.10 to work.
 
Top