o-fl0w / stash-vr

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

How to find filter id? #21

Closed milindpatel63 closed 10 months ago

milindpatel63 commented 10 months ago

I created a new filter in stash, but i have to specify a id here in stash-vr. How do i get the id for the filter i created in stash? Is there any wat of specifying filter via names?

o-fl0w commented 10 months ago

I'll look into specifying filters via names but until then you can browse to http://_stash-host_:_9999_/playground and in there paste and run the following query { findSavedFilters { id name } }

o-fl0w commented 10 months ago

If you have an empty FILTERS env and LOG_LEVEL=debug you'll also get the filter names and ids in the log.