Kodi Community Forum

Full Version: Symlinks on local filesystem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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)