Sorry, this software is no longer available.
qt interface
LINUX GANG
Is the OFS version 2?
The extension was made for OFS3, so it may not work with OFS2.
I’ll look into whether I can make an OFS2 version.
Chapter files can be created without any extensions, as all you need to do is write
[start seconds]:[end seconds]:[direction]
on each line of a text file.
You can check the direction value with --help
.
Edit:
I checked with the Linux versions of OFS3.2.0 and 2.0.0, and both worked. It didn’t work with 1.4.4, but I didn’t get the error message you mentioned. I haven’t checked the Windows version because I couldn’t get it to work in a VM environment.
Could you tell me more about your environment?
I am using ofs 2.0.0 on windows 10 idk if i did something wrong in the steps to install it however ill try 3.2.0 it also doesn’t work. i tried reinstalling python and doing the same steps over again but nothing has changed idk what i did wrong
Try replacing the 4th line of main.lua with the following.
_chapterExportDir = os.getenv(“HOME”)
_chapterExportDir = “”
This is the default export destination at startup, but is invalid on Windows.
this did not fix the issue unfortunately
Hmm… I installed Win10 to check and tried using 2.0.0 and 3.2.0, but I couldn’t reproduce the problem.
Try downloading the extension again.
There are other minor fixes besides the issues mentioned above.
I redownloaded and the issue persists. not sure why