stashapp / CommunityScripts

This is a public repository containing plugin and utility scripts created by the Stash Community.
https://docs.stashapp.cc/add-ons/
GNU Affero General Public License v3.0
180 stars 139 forks source link

More detail for the use of SQLITE Renamer for Stash #14

Closed baloodusudouest closed 2 years ago

baloodusudouest commented 3 years ago

Hi,

it is possible to have more detail, screenshot or example to know how to do it?

For exemple, i would like to have something like Main folder/parent_studio/Studio/[Studio]-the title-date-performer1.performer2...

And at which moment it will be rename? when scrape? edit and save?

Thanks for your help!

jthrow0451 commented 2 years ago

It updates when you write a change to the database, so marking as organized, changing any metadata and saving, etc.

It is possible to have more detail, it will require mapping more graph-ql scheme to variables in the python file, you can add them yourself if you can figure it out.

bnkai commented 2 years ago

Original issue was probably refering to https://github.com/stashapp/CommunityScripts/tree/main/scripts/Sqlite_Renamer That one needed to run separately as a script and needs a bit of configuration of the py file. I would use instead the newer plugins https://github.com/stashapp/CommunityScripts/tree/main/plugins/renamer or https://github.com/stashapp/CommunityScripts/tree/main/plugins/renamerOnUpdate as they are easier and safer to use.

From what i see from #37 this can be closed