No IMDB info showing (1 Viewer)

breese

Retired Team Member
  • Premium Supporter
  • July 11, 2011
    3,902
    770
    67
    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,896
    11,786
    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
    67
    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
    67
    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,896
    11,786
    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

    maybe setting loglevel to debug might pinpoint the difference between normal and stuck? Preferable with as much disabled as possible also try to see if anything is happening during stuck for the mediaportal process(resource monitor, disk activity, cpu usage, anything) maybe other programs competing for resouces?
    maybe setting loglevel to debug might pinpoint the difference between normal and stuck? Preferable with as much disabled as...
    Since over a year my MP sometimes stucks while showing the welcome screen. It started once a week now it happens every second time...
    Replies
    4
    Views
    1K
    I'm running 2.5 with the WMC skin. I have .mp4 files, along with the related .srt files in the same folder. I can watch the movies just fine. In past versions of MP, like 2.4x, I could press the More Info button on my remote twice, and on the second press, an option for showing/choosing the subtitles was listed. I'd select the...
    I'm running 2.5 with the WMC skin. I have .mp4 files, along with the related .srt files in the same folder. I can watch the...
    I'm running 2.5 with the WMC skin. I have .mp4 files, along with the related .srt files in the same folder. I can watch the...
    Replies
    0
    Views
    3K
    Well, all that remains is to find someone who will add this render if it is a render.
    Well, all that remains is to find someone who will add this render if it is a render.
    Are there plans to support other video renderers? MadVR got added a while ago, but this a 'hardcoded' selection in the...
    Replies
    23
    Views
    9K
    As Alexander Pope said: A little learning is a dangerous thing, and Dr Google explains this as: The quotation warns that superficial knowledge of a subject can make people arrogant or foolish, suggesting one should either learn deeply or not at all. "Superficial", and "arrogant or foolish" would be me :eek: . However... I would...
    As Alexander Pope said: A little learning is a dangerous thing, and Dr Google explains this as: The quotation warns that...
    I have just discovered that I can no longer receive any of the independent radio channels broadcast on DVB-T in the UK. In...
    Replies
    12
    Views
    4K
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select "Internal DirectShow player" as music output, but then you lose gapless playback. If you you don't have multichannel music you can choose WASAPI as the output and set the number of speakers to stereo. I have...
    I don't know about MP2 but as you said you tried MP1 too, how is the MP music config ? MP(1) will only use LAV if you select...
    Not sure if this a a bug/config/settings problem. I am running a media portal 2.5 server with 2.41 client but it seems I get the...
    Replies
    1
    Views
    652
    Top Bottom