Thanks Deda, it nice to be able to scan from the GUI anyway.
Then you can´t expect the changes made work for you....BTW this is with the previous release not yesterdays update. I'm downloading that now and will install and re-test just in case..
Then you can´t expect the changes made work for you....BTW this is with the previous release not yesterdays update. I'm downloading that now and will install and re-test just in case..
According to log image should be there.Hi Deda,
Same thing after deleting temp files.
Only movie in DB is "Matrix Reloaded". Tested with "Keanu Reeves"
MP Log attached with the new databases.dll in place.
BTW this is with the previous release not yesterdays update. I'm downloading that now and will install and re-test just in case.
Cheers,
Mick.
2012-04-15 11:16:46.261512 [Info.][IMDBSingleActorDetails(19)]: Image found http://ia.media-imdb.com/images/M/MV5BMTM5MDE3MzExNV5BMl5BanBnXkFtZTYwMTI3OTEz._V1._SY314_CR0,0,214,314_.jpg
2012-04-15 11:16:46.263512 [Info.][IMDBSingleActorDetails(19)]: Downloading actor image from: http://ia.media-imdb.com/images/M/MV5BMTM5MDE3MzExNV5BMl5BanBnXkFtZTYwMTI3OTEz._V1._SY314_CR0,0,214,314_.jpg
2012-04-15 11:16:46.265512 [Info.][IMDBSingleActorDetails(19)]: Deleting old images
2012-04-15 11:16:46.291513 [Info.][IMDBSingleActorDetails(19)]: Image check: C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Videos\Actors\61.jpg
2012-04-15 11:16:46.312515 [Info.][IMDBSingleActorDetails(19)]: Creating image from temp.jpg to C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Videos\Actors\61L.jpg and C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Videos\Actors\61.jpg
2012-04-15 11:16:46.314515 [Info.][IMDBSingleActorDetails(19)]: Deleting temp.jpg
According to log image should be there.Hi Deda,
Same thing after deleting temp files.
Only movie in DB is "Matrix Reloaded". Tested with "Keanu Reeves"
MP Log attached with the new databases.dll in place.
BTW this is with the previous release not yesterdays update. I'm downloading that now and will install and re-test just in case.
Cheers,
Mick.
Code:2012-04-15 11:16:46.261512 [Info.][IMDBSingleActorDetails(19)]: Image found http://ia.media-imdb.com/images/M/MV5BMTM5MDE3MzExNV5BMl5BanBnXkFtZTYwMTI3OTEz._V1._SY314_CR0,0,214,314_.jpg 2012-04-15 11:16:46.263512 [Info.][IMDBSingleActorDetails(19)]: Downloading actor image from: http://ia.media-imdb.com/images/M/MV5BMTM5MDE3MzExNV5BMl5BanBnXkFtZTYwMTI3OTEz._V1._SY314_CR0,0,214,314_.jpg 2012-04-15 11:16:46.265512 [Info.][IMDBSingleActorDetails(19)]: Deleting old images 2012-04-15 11:16:46.291513 [Info.][IMDBSingleActorDetails(19)]: Image check: C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Videos\Actors\61.jpg 2012-04-15 11:16:46.312515 [Info.][IMDBSingleActorDetails(19)]: Creating image from temp.jpg to C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Videos\Actors\61L.jpg and C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Videos\Actors\61.jpg 2012-04-15 11:16:46.314515 [Info.][IMDBSingleActorDetails(19)]: Deleting temp.jpg
According to log image should be there.Hi Deda,
Same thing after deleting temp files.
Only movie in DB is "Matrix Reloaded". Tested with "Keanu Reeves"
MP Log attached with the new databases.dll in place.
BTW this is with the previous release not yesterdays update. I'm downloading that now and will install and re-test just in case.
Cheers,
Mick.
Code:2012-04-15 11:16:46.261512 [Info.][IMDBSingleActorDetails(19)]: Image found http://ia.media-imdb.com/images/M/MV5BMTM5MDE3MzExNV5BMl5BanBnXkFtZTYwMTI3OTEz._V1._SY314_CR0,0,214,314_.jpg 2012-04-15 11:16:46.263512 [Info.][IMDBSingleActorDetails(19)]: Downloading actor image from: http://ia.media-imdb.com/images/M/MV5BMTM5MDE3MzExNV5BMl5BanBnXkFtZTYwMTI3OTEz._V1._SY314_CR0,0,214,314_.jpg 2012-04-15 11:16:46.265512 [Info.][IMDBSingleActorDetails(19)]: Deleting old images 2012-04-15 11:16:46.291513 [Info.][IMDBSingleActorDetails(19)]: Image check: C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Videos\Actors\61.jpg 2012-04-15 11:16:46.312515 [Info.][IMDBSingleActorDetails(19)]: Creating image from temp.jpg to C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Videos\Actors\61L.jpg and C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Videos\Actors\61.jpg 2012-04-15 11:16:46.314515 [Info.][IMDBSingleActorDetails(19)]: Deleting temp.jpg
if (File.Exists(temporaryFilename))
{
Log.Info("Creating image {0}", largeCoverArtImage);
if (Util.Picture.CreateThumbnail(temporaryFilename, largeCoverArtImage, (int)Thumbs.ThumbLargeResolution,
(int)Thumbs.ThumbLargeResolution, 0, Thumbs.SpeedThumbsSmall))
{
Util.Picture.CreateThumbnail(temporaryFilename, coverArtImage, (int)Thumbs.ThumbResolution,
(int)Thumbs.ThumbResolution, 0, Thumbs.SpeedThumbsLarge);
Log.Info("Creating image {0}", coverArtImage);
}
According to log image should be there.Hi Deda,
Same thing after deleting temp files.
Only movie in DB is "Matrix Reloaded". Tested with "Keanu Reeves"
MP Log attached with the new databases.dll in place.
BTW this is with the previous release not yesterdays update. I'm downloading that now and will install and re-test just in case.
Cheers,
Mick.
Code:2012-04-15 11:16:46.261512 [Info.][IMDBSingleActorDetails(19)]: Image found http://ia.media-imdb.com/images/M/MV5BMTM5MDE3MzExNV5BMl5BanBnXkFtZTYwMTI3OTEz._V1._SY314_CR0,0,214,314_.jpg 2012-04-15 11:16:46.263512 [Info.][IMDBSingleActorDetails(19)]: Downloading actor image from: http://ia.media-imdb.com/images/M/MV5BMTM5MDE3MzExNV5BMl5BanBnXkFtZTYwMTI3OTEz._V1._SY314_CR0,0,214,314_.jpg 2012-04-15 11:16:46.265512 [Info.][IMDBSingleActorDetails(19)]: Deleting old images 2012-04-15 11:16:46.291513 [Info.][IMDBSingleActorDetails(19)]: Image check: C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Videos\Actors\61.jpg 2012-04-15 11:16:46.312515 [Info.][IMDBSingleActorDetails(19)]: Creating image from temp.jpg to C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Videos\Actors\61L.jpg and C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Videos\Actors\61.jpg 2012-04-15 11:16:46.314515 [Info.][IMDBSingleActorDetails(19)]: Deleting temp.jpg
I will quote myself here.
Yes you have an issue with temp file. In log is miising 2 steps after:
2012-04-15 11:16:46.312515 [Info.][IMDBSingleActorDetails(19)]: Creating image from temp.jpg to C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Videos\Actors\61L.jpg and C:\ProgramData\Team MediaPortal\MediaPortal\Thumbs\Videos\Actors\61.jpg
Code:if (File.Exists(temporaryFilename)) { Log.Info("Creating image {0}", largeCoverArtImage); if (Util.Picture.CreateThumbnail(temporaryFilename, largeCoverArtImage, (int)Thumbs.ThumbLargeResolution, (int)Thumbs.ThumbLargeResolution, 0, Thumbs.SpeedThumbsSmall)) { Util.Picture.CreateThumbnail(temporaryFilename, coverArtImage, (int)Thumbs.ThumbResolution, (int)Thumbs.ThumbResolution, 0, Thumbs.SpeedThumbsLarge); Log.Info("Creating image {0}", coverArtImage); }
Your problem is Temp folder (or Internet cache) because tmp downloaded file do not exists. Are you sure you delete (empty) all temp folders (Windows an User)?
This one particularly:
C:\Users\<username>\AppData\Local\Temp (Tmp)