Stash Right Click Settings

:placard: Summary Adds a custom right-click menu to the settings icon to perform various quick tasks related to settings.
:link: Repository https://github.com/Serechops/Serechops-Stash/tree/main/plugins/stashRightClickSettings
:information_source: Source URL https://serechops.github.io/Serechops-Stash/index.yml
:open_book: Install How to install a plugin?

Included in Stash Right Click Suite


Overview

This script adds advanced features for managing settings, plugin tasks, and duplicate scenes.

Features

Custom Context Menu

  • Right-Click Options:
    • Run Plugin Task: Opens a modal to select and run tasks from available plugins.
    • Edit CSS/JavaScript: Mimics button clicks to edit custom CSS and JavaScript.
    • Duplicate Checker: Identifies duplicate scenes, flagged scenes with no files, and duplicate titles.
    • Support Link: Directs users to the developer’s Patreon page.

Duplicate Checker

  • Identifies:
    • Duplicate files based on SHA-256 fingerprints.
    • Scenes with no associated files.
    • Scenes with duplicate titles.
  • Displays results in a modal with options to delete scenes selectively:
    • Delete Scene and Generated Files.
    • Delete Scene, Generated Files, and Local File.

Plugin Task Management

  • Lists plugin tasks grouped by plugin in a modal.
  • Tasks are sorted alphabetically by plugin name.
  • Runs selected tasks and displays success/error notifications.