Kodi Community Forum

Full Version: Could not download information question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When updating my library I often get the " could not download information" error when scanning for movies. Is there a way to setup xbmc to auto answer yes always?
edit/create advancedsettings.xml in your userdata folder and put in this:

Code:
<videoscanner>
    <ignoreerrors>true</ignoreerrors> <!-- Set to true to silently ignore errors while scanning videos -->
  </videoscanner>

http://wiki.xbmc.org/index.php?title=Adv...scanner.3E
Ty