Remove the prompt when scrapping
#1
How do I disable prompting when scanning?
If the scrapper does not find a match it pops up a prompt that says "Unable to connect to remote server. Would you like to continue scanning?"
How do I disable this? Its really annoying.
XBMC v16.1 Jarvis, Aeon Nox 5.1.1
Windows 7 Home Premium 64bit SP1, CPU: AMD A8-3850 Quad Core Fusion,
MB: ASUS F1A75 V PRO, RAM: 4GB, Video: on board(HDMI), Sound: on board (HDMI),
TV Tuner: Hauppauge HVR-2200
Reply
#2
I'm not sure how to disable that, but that prompt isn't because it couldn't find a match. That prompt is, like it says, because it couldn't connect to the remote server to even be able to conduct the search. It could be that the site you have set as your scraper is currently down or experiencing issues, or it could be something set wrong on your end.
Reply
#3
To me doesn't look like a connection issue as it only gets stuck part way through on the same file every time, otherwise it works.
XBMC v16.1 Jarvis, Aeon Nox 5.1.1
Windows 7 Home Premium 64bit SP1, CPU: AMD A8-3850 Quad Core Fusion,
MB: ASUS F1A75 V PRO, RAM: 4GB, Video: on board(HDMI), Sound: on board (HDMI),
TV Tuner: Hauppauge HVR-2200
Reply
#4
Create an advancedsettings.xml (wiki) file with:
Code:
<advancedsettings>
  <videoscanner>
    <ignoreerrors>true</ignoreerrors>
  </videoscanner>
</advancedsettings>
(or just add the <videoscanner>...</videoscanner> part into your existing advancedsettings.xml if you've already made one)
Reply

Logout Mark Read Team Forum Stats Members Help
Remove the prompt when scrapping0