cc1234475 / stash-plugin-performer-creator

User Natural Language Processing to extract performers from file names for StashApp
GNU Affero General Public License v3.0
40 stars 6 forks source link

Only run on scenes that do not have the organized flag. #3

Closed Tweeticoats closed 3 years ago

Tweeticoats commented 3 years ago

There is now an organized boolean flag on scenes in the dev version of stash. You should loop through scenes that have not been organized with the following query: findScenes(scene_filter: {organized: false},filter: {per_page:1000, page: 0})

cc1234475 commented 3 years ago

@Tweeticoats Thanks, I've added it in