Group Management

I’m extremely pleased to offer a public release of my first Stash plugin. This plugin is designed to streamline the management of Groups.

Features

  • On any scene list page, easily create a group from a selection of scenes
  • On group scene listing page, adds a button to copy details (title, date, studio, studio code, director, URLs, description, tags, image) from a scene to the group
  • On group scene listing page, automatically number scenes based on file path alphabetical order

Installation

This plugin can easily be installed via Stash’s in-built plugin manager. It has zero external dependencies and works great even in Docker installations of Stash.

Screenshots

Caveats

The “Set scene numbers based on path alphabetical order” feature will only take into account the paths of currently visible scenes! If your group contains more scenes than are displayed on a single page, or if you have filters active that hide some scenes, the numbers applied to scenes may not be what you expect.

4 Likes

Tested and working in v0.29.3.

2 Likes

Awesome plugin, thanks for your hard work. Adds some very much needed QoL functionality for creating and updating groups :clap:

1 Like

@Misofist Nice plugin! Do you also know of a way to set markers for scenes when the entire movie is a single file? Would be great to open the movie in the Groups overview and be able to jump into a scene which would just open the movie but at a specific marker timestamp

I think this would be a little outside of the scope of this plugin. And implementing a feature so that markers can truly appear alongside clips in the “group” view (or any other view for that matter) would probably require substantial additions to the GraphQL schema.

What would probably be reasonably achievable would be to extend scene cards with a list of markers for that scene. I could also potentially make a global setting that allows this list to be filtered to markers with a certain tag (e.g. a specific “Chapter” tag) to avoid other kinds of markers appearing in the list. I’d probably want to hide this in a popover menu so the UI doesn’t get too cluttered.

If this sounds of interest, let me know and I’ll consider taking it on as a small project when I have some spare time. But right now all my free time is being spent on helping with Stoat development.

(I would also consider taking a bounty on this if it’s something you’d really like. I’m poor and disabled IRL. No pressure tho.)