S3L3CT3DLoves / stashPlugins

Collection of plugins for Stash
2 stars 0 forks source link

[EasyTag] Move config from local storage to Stash #3

Open Valkyr-JS opened 1 week ago

Valkyr-JS commented 1 week ago

I wonder if you've looked at this already, but if you move the configuration from local storage to the Stash config it wouldn't get lost by resetting the browser, and would persist between devices.

The only drawback I can think of is a potentially huge config, though I don't know how big of a problem that would be.

S3L3CT3DLoves commented 1 week ago

I think it's a good idea, but unfortunately right now the plugin configuration feature as a bit limited. I might be able to use it just for storage, need to test it.

S3L3CT3DLoves commented 1 week ago

I looked into it, and for now the common lib that allows access to the Stash config only supports reading the config, not writting it. Until it supports writting, I can't use it for this plugin.