v21 Automatic update broke shared library and is unable to play videos
#16
(2024-04-30, 18:48)CrystalP Wrote: Easiest way to fix is probably a query to identify the duplicates and then with v20 use "remove from library" on one of the copies.

taken from this post: https://forum.kodi.tv/showthread.php?tid...pid3191823
sql:

SELECT idFile, COUNT(*) AS "Count" FROM movie GROUP BY idFile HAVING COUNT(*) > 1 ORDER BY idFile;

this query hopefully helps you to identify duplicates
Reply

Logout Mark Read Team Forum Stats Members Help
Automatic update broke shared library and is unable to play videos0