MP-TVSeries v4.3.6 Release [2020-01-24] (4 Viewers)

ltfearme

Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    it says "wrong skin file" I think.
    Then you may need to re-install the skin, probably has nothing to do with the plugin.

    After installing the latest plugin, if you are still having the same problem, then switch to Ttian to confirm if it's a skin issue or not.
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    If I add an episode via the configurator everything is fine, but when an episode is added while MediaPortal is running the duration stays empty.

    upload_2019-12-4_23-6-47.png
     

    Attachments

    • upload_2019-12-4_23-6-21.png
      upload_2019-12-4_23-6-21.png
      352.9 KB

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    If I add an episode via the configurator everything is fine, but when an episode is added while MediaPortal is running the duration stays empty.
    What happens if you manually update MediaInfo for episode in GUI (F9 menu->Actions->Update MediaInfo)? If you got a debug log of the episode added, it should tell us if something went wrong with the MediaInfo scan. A bit odd it works okay in Configuration, maybe that was a concidence?
     

    RoChess

    Extension Developer
  • Premium Supporter
  • March 10, 2006
    4,434
    1,897
    If I add an episode via the configurator everything is fine, but when an episode is added while MediaPortal is running the duration stays empty.

    The new MediaPortal might put a lock on the MediaInfo.DLL so that MP-TVSeries is unable to share functionality and fails to process your media-file.

    What do your logs say? The full details on this error should be visible within, and if they are not, then you need to adjust your settings.
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    What happens if you manually update MediaInfo for episode in GUI (F9 menu->Actions->Update MediaInfo)? If you got a debug log of the episode added, it should tell us if something went wrong with the MediaInfo scan. A bit odd it works okay in Configuration, maybe that was a concidence?

    An update in the GUI changes nothing.
    No coincidence, same behavior for all episodes imported via MP or configuration

    The new MediaPortal might put a lock on the MediaInfo.DLL so that MP-TVSeries is unable to share functionality and fails to process your media-file.

    What do your logs say? The full details on this error should be visible within, and if they are not, then you need to adjust your settings.

    Logs are attached.


    I have to change my statement about the update of the information of the mediafie:
    - Before the update no inforamtion about the file was shown: no resoltion, no duration, no codec, ...
    - After the update only the duration is missing

    This is the log for an manuall update of the mediainfo in the GUI

    Code:
    2019-12-05 00:01:12.541 [DEBG][01]: Checking whether assembly SubCentral is available and loaded...
    2019-12-05 00:01:12.541 [DEBG][01]: Assembly SubCentral is available and loaded.
    2019-12-05 00:01:22.274 [DEBG][01]: Video Duration: 1800021
    2019-12-05 00:01:22.274 [DEBG][01]: Video Codec ID: avc1
    2019-12-05 00:01:22.290 [DEBG][01]: Video Format: AVC
    2019-12-05 00:01:22.290 [DEBG][01]: Video Format Profile: High@L3.2
    2019-12-05 00:01:22.290 [DEBG][01]: Video Bit Rate: 3583770
    2019-12-05 00:01:22.290 [DEBG][01]: Video Framerate: 50.000
    2019-12-05 00:01:22.290 [DEBG][01]: Video Width: 1280
    2019-12-05 00:01:22.290 [DEBG][01]: Video Height: 720
    2019-12-05 00:01:22.306 [DEBG][01]: Video Aspect Ratio: 1.778
    2019-12-05 00:01:22.306 [DEBG][01]: Video Colour Primaries: BT.709
    2019-12-05 00:01:22.306 [DEBG][01]: Video Format Commercial:
    2019-12-05 00:01:22.306 [DEBG][01]: Audio Codec ID: mp4a-40-2
    2019-12-05 00:01:22.306 [DEBG][01]: Audio Format: AAC
    2019-12-05 00:01:22.321 [DEBG][01]: Audio Format Profile:
    2019-12-05 00:01:22.321 [DEBG][01]: Audio Bit Rate: 192000
    2019-12-05 00:01:22.321 [DEBG][01]: Audio Channel Count [0]: 2
    2019-12-05 00:01:22.321 [DEBG][01]: Audio Stream Count: 1
    2019-12-05 00:01:22.321 [DEBG][01]: Audio Language: de
    2019-12-05 00:01:22.321 [DEBG][01]: Subtitle Count:
    2019-12-05 00:01:22.337 [DEBG][01]: Checking whether assembly SubCentral is available and loaded...
    2019-12-05 00:01:22.337 [DEBG][01]: Assembly SubCentral is available and loaded.
    2019-12-05 00:01:22.337 [DEBG][01]: Using SubCentral for checkHasSubtitles(), useMediaInfo = True, textCount = 0
    2019-12-05 00:01:22.337 [INFO][01]: 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.
    2019-12-05 00:01:22.337 [DEBG][01]: LoadFacade: ListLevel: Episode
    2019-12-05 00:01:22.337 [DEBG][100]: Begin Loading of Facade
     

    Attachments

    • MP-TVSeries.log
      106.4 KB
    • MediaPortal.log
      814.7 KB
    • MediaPortal-Error.log
      342.9 KB
    Last edited:

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    Can you please disable SubCentral plugin and repeat your test, based on your log it's throwing an exception in there.
     

    ltfearme

    Community Plugin Dev
  • Premium Supporter
  • June 10, 2007
    6,751
    7,196
    Sydney
    Home Country
    Australia Australia
    I put in some code so it does not barf because of SubCentral, you can test below.

    Based on your error, I suspect that SubCentral needs an update for MP 1.23 MediaInfo handling.
     

    fischy667

    Super User
  • Team MediaPortal
  • Super User
  • May 5, 2010
    958
    283
    41
    Rostock
    Home Country
    Germany Germany
    This does not work.
    The file version of the dll is 4.3.3.6 ? Maybe you attached a wrong file.
     

    Users who are viewing this thread

    Top Bottom