Subcentral and MP 1.23 (1 Viewer)

fischy667

Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    I had some problem with MP-TVSeries regarding Mediainfo and showing file information like duration.

    MP-TVSeries v4.3.2 Release [2018-09-02]

    It looks like SubCentral was the problem. Deactivating it was fixing my problems. It seems that subcentral needs some adjustments due to the new mediainfo handling of MP 1.23
     
    Last edited:

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    In particular, MP-TVSeries calls:
    Code:
        public static bool MediaHasSubtitles( List<FileInfo> fiFiles, bool useMediaInfo, int cachedMISubtitleCount, bool useLocalOnly );

    This threw an exception
    Code:
    Error reading MediaInfo: Der Typ "MediaPortal.Player.MediaInfo" in der Assembly "Core, Version=1.23.0.0, Culture=neutral, PublicKeyToken=null" konnte nicht geladen werden.
     

    raffe

    Portal Pro
    March 28, 2008
    259
    79
    For me MediaPortal 1.23 closes down if I try to download a subtitle for a serie episode. I have downgraded to 1.22 and i works again, but it would be nice if it also worked with 1.23 :)
     

    raffe

    Portal Pro
    March 28, 2008
    259
    79
    I put the new DLL in C:\Program Files (x86)\Team MediaPortal\MediaPortal\plugins\Windows but is seems like I still have problems.
    M4O2Aw7.png

    First logs are from TV-Series crash when trying to get subtitles and the second is from MovingPictures
     

    Attachments

    • MediaPortalLogs_28_12_19__10_21.zip
      986.7 KB
    • MediaPortalLogs_28_12_19__10_30.zip
      1.4 MB

    raffe

    Portal Pro
    March 28, 2008
    259
    79

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,492
    10,369
    Kyiv
    Home Country
    Ukraine Ukraine
    and see if I get the same error there...
    Must be the same error. :):whistle::coffee:
    Code:
    28-Dec-2019 10:21:12.379 Error [       SubCentralGUI]: Error while downloading subtitles
    System.NullReferenceException: Object reference not set to an instance of an object.
       at SubtitleDownloader.Implementations.Podnapisi.PodnapisiDownloader.SaveSubtitle(Subtitle subtitle)
       at SubCentral.GUI.Retriever.DownloadSubtitleAsync(Object downloadDataObj)
     

    Users who are viewing this thread

    Top Bottom