Btw, I have some feature requests of my own, though no worries if it’s too difficult to implement.
I’m quite an organized collector of furry animations, so on my storage drive i’ve got separate folders for every animator and such. I also have scripts for some of the videos, but i don’t like keeping the scripts in the same location as the video files. Is it possible to give the player a custom root location from where it can tree search for script files?
Example of file structure where I’d want to set the funscript search root to the Funscripts/ folder:
Furry/
├── Animations/
│ ├── Artist_name_1/
│ │ ├── Animation_title_1.mp4
│ │ ├── Animation_title_2.webm
│ │ └── ...
│ └── ...
└── Funscripts/
├── Artist_name_1/
│ ├── Animation_title_1.funscript
│ ├── Animation_title_2.funscript
│ ├── Animation_title_2_Hismith.funscript
│ └── ...
└── ...
And the other request, since i’m making scripts for my Hismith fuck machine, some of my projects have a default script (master script as i call it, just a pure action-based frame-perfect script that has the same name as the animation file), and a script for my fuck machine (using my own developed converter tool) which converts the original into power level fluctuations (to replicate the same action by adjusting the machine power level). I usually add a _Hismith" to the name to tell it apart.
So the super nice thing would be to, in addition to giving it a custom path to search into for scripts, to have a filename filter option where it only picks out the scripts with a specific string in them, say “_Hismith” like in the example above. So it would have to contain both the video title and the custom string.
Other than that, this is a great project so far, and you deserve more support for reacting so quickly to all the previous feature requests on this thread! Kudos for making it happen!