No IMDB info showing (1 Viewer)

breese

Retired Team Member
  • Premium Supporter
  • July 11, 2011
    3,902
    770
    65
    Arlington Heights, Illinois
    Home Country
    United States of America United States of America
    Except for TVWishlist, this is a stock install.
    I did not install or enable WIFI_Remote.

    #1 Common Error
    [2014-01-13 05:33:13,488] [Error ] [MPMain ] [ERROR] - GUIVideoInfo Refresh image: New cover image link is not valid ->

    I have sense disabled it
    Config_01.jpg Config_02.jpg

    Even disabled IMDB does not work
    IMBD_01.jpg
     
    Last edited:

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,366
    10,404
    Königstein (Taunus)
    Home Country
    Germany Germany
    As far as I can see from your screenshot 2, it is still enabled.
    If you don´t need it, you may delete the respective DLL from your plugins\process folder ;)
    BTW: WIFI Remote is NOT part of a pure MP install ;)
     

    breese

    Retired Team Member
  • Premium Supporter
  • July 11, 2011
    3,902
    770
    65
    Arlington Heights, Illinois
    Home Country
    United States of America United States of America
    I took the screenshot just before I disabled it.
    The Error log shows the one error at the time of attempting to get IMDB info Again... Yet there are no instances of WIFI_Remote at the same time stamp.

    As for not part of the pure install... I did not install it... I have no use for it.
    Later I will remove MP1 and all associated folders and do a fresh install
     

    Deda

    Lead Dev MP1 Videos
  • Premium Supporter
  • March 18, 2009
    2,423
    2,385
    Zagreb
    Home Country
    Croatia Croatia
    You're not dreaming :), I made small stupid culprit when there is no image link in movie info, code skips setting skin properties :)

    Log.Error("GUIVideoInfo Refresh image: New cover image link is not valid -> {0}", imageUrl);
    return; -------> bleh, kill the coder :)
    ...
    GUIListItem item = new GUIListItem();
    item.AlbumInfoTag = _currentMovie;
    IMDBMovie.SetMovieProperties(item);
     

    breese

    Retired Team Member
  • Premium Supporter
  • July 11, 2011
    3,902
    770
    65
    Arlington Heights, Illinois
    Home Country
    United States of America United States of America
    I was starting to second guess myself until that error kept showing up.
    I will leave my current setup as is and if you have something to test, I will be more than happy to.
     

    catavolt

    Design Group Manager
  • Team MediaPortal
  • August 13, 2007
    14,366
    10,404
    Königstein (Taunus)
    Home Country
    Germany Germany
    Update movie scripts, script should get image now and you should see info until I remove that return statement in code.
    Does it applay for German IMDB/OFDB scraper as well?
    BTW: Encountered yesterday that changing the cover image with the up/down arrows now function (y) (we had some discussions about that in some other internal forums already)
     

    Deda

    Lead Dev MP1 Videos
  • Premium Supporter
  • March 18, 2009
    2,423
    2,385
    Zagreb
    Home Country
    Croatia Croatia
    Update movie scripts, script should get image now and you should see info until I remove that return statement in code.
    Does it applay for German IMDB/OFDB scraper as well?
    BTW: Encountered yesterday that changing the cover image with the up/down arrows now function (y) (we had some discussions about that in some other internal forums already)

    Missing image in scraper is only for IMDB v.13. I uploaded recently my version where I disabled cover parsing in script. So if image exist on IMDB, EPG info should be ok, otherwise no info will be displayed (bug).

    This also affects all scrapers if image is missing or does not exist for searched video.

    So in short, in EPG case (database is not in use), if scraper do not found image, movie info will not be visible until I repair that in code.
     

    Users who are viewing this thread

    Similar threads

    If anyone ever experiences the above, I found a fix. Removing and reinstalling MP-TVSeries fixed it. It must have gotten corrupted during the reinstall of MP. I also had to do the same with TRAKT which had some issues too that were not apparent at the time. All is well once again. :cool:
    If anyone ever experiences the above, I found a fix. Removing and reinstalling MP-TVSeries fixed it. It must have gotten corrupted...
    After much trial and error and comparing this computer with another that was working, I finally found out that Fanarthandler...
    Replies
    1
    Views
    802
    Strange ...
    Strange ...
    Updated MP client from 1.29 to 1.32. Kept Titan skin same as previously; very standard no Extended etc (afaik). The TV menu item...
    Replies
    5
    Views
    1K
    @CyberSimian As I have just posted in the MP2 subforum I will stay with MP1 for the time being. Many thanks for all your very informative and detailed responses. I will take your advice and monitor the Scheduled recordings list for the discrepancies you have described. Cheers.
    @CyberSimian As I have just posted in the MP2 subforum I will stay with MP1 for the time being. Many thanks for all your very...
    I am in Australia. My problem is with recorded tv programs. Most times the program title and info are correct but quite often the...
    Replies
    36
    Views
    3K
    So far I needed to limit the media items to respect the token limit of ChatGPT. Now the complete media items can be used, because the movie list is splitted into chunks of a specified size and responses for each chunk are concentrated into the result list :) private async Task<string> GenerateResponseWithGPT(string searchQuery...
    So far I needed to limit the media items to respect the token limit of ChatGPT. Now the complete media items can be used, because...
    Hi, I'm planning to write a plugin for MediaPortal 2, that supports users to find the right media items with help of AI...
    Replies
    6
    Views
    925
    MP1 MP2 MP2 - V2.5 No genres after upgrade to 2.5 DE
    You need to check the wiki for TVMosaic, you have recordings as source available once TVM is installed. And of course images and music are part of the NET6 version as for NET4. If you have issues with it further infos would be good.
    You need to check the wiki for TVMosaic, you have recordings as source available once TVM is installed. And of course images and...
    Make sure that your system (Windows, codecs and drivers) is up to date, matching the Requirements and you've filled in your System...
    Replies
    10
    Views
    867
    Top Bottom