Kodi Community Forum
is it possible to disable "Unable to connect to remote server..." prompt? - 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: is it possible to disable "Unable to connect to remote server..." prompt? (/showthread.php?tid=162095)



is it possible to disable "Unable to connect to remote server..." prompt? - knst - 2013-04-10

I have library auto update plugin installed that triggers library scan on schedule base. For some reason scraper (kinopoisk) fails to access the site some times. It resluts in "Unable to connect to remote server. would you like to continue scanning" message. Scna stops and does not start when the next schedule time comes unless I select yes or no.

Is it possible to disable this prompt?
It does not matter for me whether yes or no is selected in this case , I just need it to be selected silantly to give library update a chance to be triggered next time...


Re: is it possible to disable "Unable to connect to remote server..." prompt? - xynoe4 - 2013-04-10

There is an option in advancedsettings.xml to trigger this behaviour. Search the wiki for the advancedsettings.xml page cos i don't remember the exact sintax right now.


RE: is it possible to disable "Unable to connect to remote server..." prompt? - knst - 2013-04-10

Looks like you are about this flag

<videolibrary>
<backgroundupdate>true</backgroundupdate> <!-- set to hide the video scanner dialog from the gui -->
</videolibrary>

Set it to true. Hope it will do thing.

Thanks a lot!


Re: is it possible to disable "Unable to connect to remote server..." prompt? - xynoe4 - 2013-04-10

I just searched, it should be 3.49 iirc:

<videoscanner>
<ignoreerrors>true</ignoreerrors>
<videoscanner>


RE: is it possible to disable "Unable to connect to remote server..." prompt? - knst - 2013-04-11

added both settings. Thank you.