Kodi Community Forum

Full Version: V16 shared DB duplicates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason, all of the new shows I add are displaying duplicates in recently added for TV shows and Movies. I ran a query in Phpmyadmin:

SELECT *, COUNT(*) FROM `files` GROUP BY `strFilename` HAVING COUNT(*) > 1 ORDER BY `strFilename` ASC

I don't see any duplicates listed. Where else would they be? I had a few duplicates at first when I ran the query but I removed the dups. I still see dups listed under recently added but I can't find them under FILES in the table.
do you have two different source paths pointing to the same file?

for example:

SMB://MyServersName/TV/Show1/Season1/Episode1
and
SMB://MyServersIPAddress/TV/Show1/Season1/Episode1
From what I can see, no I don't have multiple source paths for the same file.