1.32 MediaPortal 1.32 Pre-Release with new x64 version ready for testing (2 Viewers)

budinsky

Design Group
  • Team MediaPortal
  • September 12, 2009
    182
    245
    Brisbane
    Home Country
    Australia Australia
    AnyCPU architecture was specified, in 99% of cases this is enough. If you use libraries for a particular architecture, you should build 2 versions separately, x86 and x64.
    Thanks! I found IMDB+ on Github and updated the libraries to current ones using the mediaportal x64 install.
    Now IMDB+ turns up in mediaportal config, but crashes mediaportal when I run mediaportal > IMDB+ > Refresh Movies > Update All.
     
    Last edited:

    budinsky

    Design Group
  • Team MediaPortal
  • September 12, 2009
    182
    245
    Brisbane
    Home Country
    Australia Australia
    Renaming titles is working, but it is not populating the rating and genre.
    I assume that's a problem with the imdb+ scraper in moving pictures. Need to find where that xml file is read from so I can compare it to the others and get it going.
     

    budinsky

    Design Group
  • Team MediaPortal
  • September 12, 2009
    182
    245
    Brisbane
    Home Country
    Australia Australia
    Found the IMDb+.Scraper.SVN.xml and IMDB.xml scrapers.

    IMDB.xml is invalid. All it needs is everything after </ScriptableScraper> deleted.
    This explains why it was missing from my clean install.
    When using IMDB.xml I find that it's not processing my movie.

    In IMDB+ Set IMDB Score ON because the Rotten Tomotoes link seems broken and causes Refresh to hang.
    Current workaround for scraping issue is to set the datasource to use themoviedb.org to scrape the movies, then open IMDB+, and force movies to IMDB+, then run Refresh. Just don't agree to changing IMDB+ as the default scraper.

    Something in the IMDb+.Scraper must be off.
     

    budinsky

    Design Group
  • Team MediaPortal
  • September 12, 2009
    182
    245
    Brisbane
    Home Country
    Australia Australia
    Today I'm dealing with this error:
    WebGrabber: Connection failed: URL=, Status=308, Description=Permanent Redirect.

    Seems to be passing a blank URL when using the movie details scraper to fetch page details:
    <retrieve name="taglines_page" url="${site}taglines" encoding="UTF-8" />

    Need to work out how this gets sent to WebGrabber.cs in Moving Pictures
     

    budinsky

    Design Group
  • Team MediaPortal
  • September 12, 2009
    182
    245
    Brisbane
    Home Country
    Australia Australia
    Todays bug is with using SubCentral to fetch a subtitle causes MP to crash.

    Subtitles Downloader Thread] [ERROR] - MediaPortal: Unhandled exception occured
    Exception: System.NullReferenceException: Object reference not set to an instance of an object.
    at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
     

    budinsky

    Design Group
  • Team MediaPortal
  • September 12, 2009
    182
    245
    Brisbane
    Home Country
    Australia Australia
    MP Config has x64 in the splash banner, but MP does not.
    Makes it hard to know for sure if MP x84 or x64 is opening.
    Probably only important for testing, so not a big deal.
     

    budinsky

    Design Group
  • Team MediaPortal
  • September 12, 2009
    182
    245
    Brisbane
    Home Country
    Australia Australia
    Trying to get the holiday messages and logos to work.
    Seems broken because it's not working for me, so I checked the logs for FanartHandler_config.log

    Error [ ScraperWorker]: OnRunWorkerCompleted: System.NullReferenceException: Object reference not set to an instance of an object.
    at FanartHandler.ScraperWorker.OnRunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)
     

    Users who are viewing this thread

    Top Bottom