Feature: Scene Duplicate Filter#6344
Conversation
|
Would it be hard to also add URL to this? |
Dicussed this in VC, didn't see much use or practical application for URLs that wouldn't already be covered by previous filters |
|
@smith113-p I managed to get URls in there for you. This PR just got more complicated as I had to merge #6352 into this one. |
|
Deferring till after .30 release. Keeping open in the meantime. |
|
I believe I will need to rework this some. With the URL changes being reverted from .30 I need to remove it from here as well. |
e057b28 to
241ddc0
Compare
|
I have been waiting for this for too long. Hope it gets merged soon. Huge thanks @Gykes |
|
This pull request has been mentioned on Stash. There might be relevant details there: https://discourse.stashapp.cc/t/stash-v0-31-release-development-thread/4881/1 |
|
This pull request has been mentioned on Stash. There might be relevant details there: https://discourse.stashapp.cc/t/finding-duplicates-by-title/5085/2 |
|
I think the graphql interface should be cleaned up a little. Here's my proposal:
This means that to filter on duplicate urls, you would have: The UI code will need to be adapted to handle this style of criterion. |
5865f17 to
01e9e22
Compare

Currently, we have a filter for duplicate PHash. I revamped it a little bit to allow 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: #3441
EDIT: I added in URl(s) as well per Smiths request it's just not in the img


UI: