Finding media with multiple versions

I think I have quite a few items in my library with both a 720p and 1080p version stored on disk. I'd like to find them but can't figure out how to do that through the interface. Is there a way? The closest I found was creating a collection where "Episode Duplicate" is true - but that is still like finding a needle in a haystack. I have to click through seasons, look at each episode's info and see if theres' two files.

I know there's a sqlite database com.plexapp.plugins.library.db but I can't figure out where in there I'd find that info.

4 points · 2 comments · view on lemmy.world

2 Comments

Fribbtastic@lemmy.world · 2 pts · 2y (1 reply)

The filter would be the "Plex way", you would need to also switch to the episode view for this to show all episodes individually that have a duplicate file associated with it.

Maybe Sonarr/Radarr would be something to look into.

I also found the project which might be promising but I never used it https://github.com/l3uddz/plex_dupefinder

bogo@sh.itjust.works · 1 pts · 2y

The Python script looks very promising in going to play around with that. Thanks.