Kodi Community Forum
Symlinks on local filesystem - 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: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: Symlinks on local filesystem (/showthread.php?tid=29713)



Symlinks on local filesystem - stokkes - 2007-11-16

Just posting a small bug, hope I don't get shot..

If you point one of your sources to a directory that's on the local filesystem, and said directory has 1 (or more) symlinks, it will cause funky behaviour in XBMC. The symlinks won't display, but also, the directories/files within the said directory with symlinks won't display (or only certain, random ones) will display.

moving all the symlinks out of said directory returns the normal behaviour.


- jmarshall - 2007-11-16

Thanks for the report - if you want to have a go at fixing it, check CHDDirectory.cpp and the support files for the win32 wrapping routines (findfirstfile et al)