Maybe I’m missing it is there a way to check for duplicate scenes by title? I know you can check for Phashs but occasionally two scenes with the same length and title will have different phash so they will be missed.
Not yet. It’s likely coming in the next version.
develop ← Gykes:duplicate-filter
opened 07:06AM - 29 Nov 25 UTC
Currently, we have a filter for duplicate PHash. I revamped it a little bit to a… llow other duplicate checks. I kept PHash check but added in StashID and TItle. THe stashID is a current open feature request and the title is from me as I like to dedupe via titles.
Fixes: https://github.com/stashapp/stash/issues/3441
EDIT: I added in URl(s) as well per Smiths request it's just not in the img
UI:
<img width="236" height="191" alt="Screenshot 2025-11-28 at 22 48 38" src="https://github.com/user-attachments/assets/5ddda52c-2c2f-434d-9ef8-b17caa4b58f9" />
<img width="240" height="239" alt="Screenshot 2025-11-28 at 22 48 49" src="https://github.com/user-attachments/assets/81898d70-82ad-41b3-bafb-8ae47925b550" />
But there was a plugin for https://github.com/scruffynerf/stashtoolkits/tree/main/UtilitiesToolKit/plugins/DupeTitle , but I’m not sure if it still works.
1 Like