o-fl0w / stash-vr

Watch your stash library in VR.
49 stars 8 forks source link

add HSP support #39

Open poontology opened 3 months ago

poontology commented 3 months ago

Adds support for storing and fetching Heresphere HSP files.

To test:

(In case anyone wants to run these features before they're merged without compiling their own there's release builds in my GH fork and a build in Docker Hub, just change docker-compose.yml to point to image: poontology/stash-vr)

poontology commented 3 months ago

There is a service called https://timestamp.trade/ that in addition to scene markers hosts HSP configs for the scenes, I wrote this script that queries all the local scenes that have markers (that might've been synced from the service) and attempts to export HSP from the service in to files. I found out however that at least for the moment the number of scenes with included HSP data is fairly low so it might not be so useful. Sometime in future it could be nice if the timestamp.trade stash plugin would itself write the HSP files into a given directory while doing a marker synchronizing run so there was no need to fetch them separately.

sync-hsp.sh