Open jankid14 opened 2 years ago
For anyone looking at this in the meantime, you can fairly easily download videos from the "Stream" link in the "File Info" tab for a scene. This doesn't address all of the requests in this issue but does facilitate some level of offline access.
As titled, under some circumstances it'd be nice to be able to download / cache a few videos offline. Say if you're expecting to be cut off from the server running Stash. I'm imagining that it would just download to the local Browser storage, something akin to Plex downloading a film ahead of time. It could use one of web storage options, probably IndexedDB or the FileSystem API (Chromium-only).
This would need to come with some facility to manage the offline media, like listing the downloads in one place. Ability to delete one or clear all, etc.
TIA!