Kodi Community Forum
Kodi detecting a source/share twice because of case in the path? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: Kodi detecting a source/share twice because of case in the path? (/showthread.php?tid=367780)



Kodi detecting a source/share twice because of case in the path? - HalfMoon - 2022-04-07

Recently Kodi on my Shield started finding a network share twice, but my sources.xml looks correct and only has the expected share name.

When looking at Movies I am seeing entries twice.  What I noticed is that Kodi is seeing two copies of a network share, due to upper/lower case differences.  My sources.xml file only lists one version of the SMB share.

Example, if I look at the movie information for one file and look at the path I see:
smb://ip_address:port/Media/Movies   (this is in sources.xml)

File 2:
smb://ip_address:port/media/Movies  (Incorrect lower case "media", not in sources.xml)

Any thoughts on where the lower case share name is being picked up and how I can remove it? 

Everything in my system is up to date, latest Shield update and I get this on Kodi 19.3 and 19.4.

Thanks for any help or suggestions.