Hi, I’ve recently found some time to start tinkering with software and realized it would be nice to know if there is a specification for funscript files. I’ve done some digging around but couldn’t find any.
Hopefully someone here would know where to find it and point me in the right direction or knows the spec itself.
For completeness, from observation, OFS produces the following:
{
"actions": [{"at": ms, "pos": XX}, ...],
"inverted": true/false,
"metadata": {...},
"range":XX,
"version":"1.0"
}
whereas funscript.io expects only actions
and metadata
within the JSON but has optional subactions within each action.