stash icon indicating copy to clipboard operation
stash copied to clipboard

[Feature] Delete/Null Scene Fields but keep the Scenes

Open tested94 opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe. If you let a scrapper write to the scene fields and the scene fields are completely wrong, it is a pain to manually update each field. Deleting all scenes is the only UI option. There is an ability to edit multiple scenes at once but not a way clear the Title, Studio Code, Date, Director, Details, and URL that can be overwritten by a scrapper identification task.

Describe the solution you'd like Have a way to cleanup a scrapper's mistakes.

  • Option 1: Update the Edit Multiple Scenes modal to include an option to Remove Title, Studio Code, Date, Director, Details, and/or URL.
  • Option 2: Include a Purge Scene Metadata button under Tasks
  • Option 3: Include an option for the "Identifying all Scenes." task to create a backup of the database before the task starts

Describe alternatives you've considered You can connect to the sqlite database to NULL out all fields.

UPDATE scenes 
SET title = NULL, details = NULL, url = NULL, date = NULL, studio_id = NULL, code = NULL, director = NULL;

tested94 avatar Jul 02 '23 23:07 tested94

Alternatively or a complimentary location for this would be the menu activated by the overflow button when multiple scenes are selected.

image

Since this is a destructive task it should initiate a modal confirmation window.

image

echo6ix avatar Jul 20 '23 21:07 echo6ix

This duplicate FR https://github.com/stashapp/stash/issues/5276 I created (because I forgot) a year later has a better modal concept...

image

echo6ix avatar Sep 19 '24 23:09 echo6ix

@echo6ix I'm assuming this means that there's not currently a way to clear all playback history?

tcd avatar Oct 18 '24 17:10 tcd

This issue has been mentioned on Stash. There might be relevant details there:

https://discourse.stashapp.cc/t/interest-in-a-remove-wipe-metadata-option/4944/2

discourse-stashapp avatar Dec 27 '25 01:12 discourse-stashapp