| Summary | Discover recently released scenes from your performers in a dedicated tab. | |
| Repository | https://github.com/ordureconnoisseur/plugins/tree/main/plugins/newSceneDiscovery | |
| Source URL | https://ordureconnoisseur.github.io/plugins/main/index.yml | |
| Install | How to install a plugin? |
New Scene Discovery
A Stash plugin that finds recently released scenes from your performers on StashDB. Opens as a dedicated page showing a feed of new scenes you donβt own yet, filtered to performers in your library.
Credits
Inspired by SceneHub on the Stash community forums, which provided the foundation for the UI layout and the idea of a dedicated scene discovery page. This plugin reimagines it around StashDB β querying new releases directly from StashDB, filtering to only performers in your own library, and adding features like performer search, filter pills, and a favorites-only toggle.
Requirements
- Stash v0.27+
- A StashDB account linked in Stash (Settings β Metadata Providers β StashBox)
- Performers in your library must have StashDB IDs linked
Installation
Option 1 β Automatic (recommended)
- In Stash go to Settings β Plugins β Add Source and enter:
https://ordureconnoisseur.github.io/plugins/main/index.yml - Find New Scene Discovery in the plugin browser and click Install
Option 2 β Manual
- Download this repository (Code β Download ZIP) and extract it
- Place the extracted folder inside a category subfolder of your Stash plugins directory:
- Linux/Mac: ~/.stash/plugins/UI & Stats/New Scene Discovery/
- Windows: %USERPROFILE%.stash\plugins\UI & Stats\New Scene Discovery\
The plugin must be two levels deep β plugins/Category/Plugin/. Placing it directly under plugins/ will cause it not to appear in Stash
- In Stash, go to Settings β Plugins and click Reload Plugins
- Enable New Scene Discovery
- A
New Releases button will appear in the Stash navigation bar
Usage
After enabling the plugin a
New Releases button appears in the Stash navigation bar alongside the standard nav items.

Click it to open the discovery page in a new tab. It shows a grid of recently released scenes from your performers that you donβt already have in your library.
- Search performers in the feed using the search bar
- Filter pills let you narrow the feed to a specific performer β click a pill to show only their scenes
- Favorites toggle (
) filters to only scenes featuring performers you have marked as a favourite in Stash - Refresh forces a fresh fetch from StashDB, bypassing the cache
- Copy ID (appears on hover) copies the StashDB scene ID to your clipboard for easy importing
Results are cached for 12 hours to avoid hammering the StashDB API on every page load.
Configuration
Go to Settings β Plugins β New Scene Discovery to configure:
| Setting | Default | Description |
|---|---|---|
| New Releases (in Days) | 90 |
How far back to look for new scenes |
| Max Scenes Per Performer | 0 |
Cap scenes per performer to prevent one from dominating the feed (0 = unlimited) |
| Default to Favorites Only | false |
If enabled, the favorites filter is on by default when you open the page |
Note: Due to a bug in Stash, settings fields will appear blank even when defaults are set. You donβt need to fill them in β the plugin uses the defaults shown above automatically if a field is left empty. Only enter a value if you want to override the default.
How It Works
- Fetches all performers from your Stash library that have a StashDB ID linked
- Queries StashDB in batches for scenes released after the cutoff date featuring those performers
- Filters out scenes you already own (matched by StashDB ID)
- Displays the remaining scenes sorted by release date, newest first

