- Thread starter
- Moderator
- #361
Strange that works for you. Media portal to all your selected movies said that this is a movie with ID = 0. Although this does not happen as I remember.Did not find anything useful in the logs.
Code:
26-Jan-2015 20:56:45 Debug [ FanartSelected]: *** 0 - 8 Blickwinkel - 8 Blickwinkel -> 0
26-Jan-2015 20:56:45 Debug [ FanartSelected]: *** 0 - 8 Blickwinkel - 8 Blickwinkel -> 0
26-Jan-2015 20:56:46 Debug [ FanartSelected]: *** 0 - 16 Blocks - 16 Blocks -> 0
26-Jan-2015 20:56:47 Debug [ FanartSelected]: *** 0 - 88 Minutes - 88 Minutes -> 0
26-Jan-2015 20:56:49 Debug [ FanartSelected]: *** 0 - 300 - 300 -> 0
The plugin asks media portal have internet or not. If not, then no. Try 175 Debug 2 buildAs I am trying to wrap my head around this, could you please try and explain that to me?
Code:
if (!MediaPortal.Util.Win32API.IsConnectedToInternet())
{
logger.Debug("No internet connection detected. Cancelling initial scrape.");
return ;
}
Try this, and attach FH log.EDIT: Ok looks better this time.
Attachments
Last edited: