DBBrowser for Sqlite This is what I use but I exclude 3D and 4K files (I keep 3D and 4K in the name) select Name, ProductionYear from MediaItems where type=5 and Path not like '%4k%' and Path not like '%3D%' and Path not like '%extra%' group by Name || ProductionYear having count(Name || ProductionYear) > 1; You can find a copy here with some other scripts: from that message down a few are a couple of scripts you might like
    • Thanks
    1