![]() |
Bug File path recursive setting not working? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93) +--- Thread: Bug File path recursive setting not working? (/showthread.php?tid=329902) |
File path recursive setting not working? - RuralHunter - 2018-03-20 I pulled the latest source from github and built on linux. What I discovered is that the file path recursive setting seems not working. Not sure if I get wrong anywhere. I tried to add a path in video section and found kodi scrapes for movies in the sub-dirs no matter I enable the recursive or not. I debuged with the source and found these: In CVideoInfoScanner: ![]() So the condition is settings.recurse > 0. I then added log in VideoDatabase.cpp and here is what I got: When I disable recursive, the saved value is 1. When I enable recursive, the saved value is 2147483647. So it seems no matter which setting, settings.recurse is always >0. |