Plugin: MP2Extended (1 Viewer)

henso

Development Group
  • Team MediaPortal
  • February 16, 2012
    2,341
    832
    Home Country
    Denmark Denmark

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    And in that same thread you say that you cannot install it... :rolleyes:
    really? :D Oh sorry about that, just remembered the thread not the rest^^

    Hmmm... Any tips on how to do that?
    The DVB Viewer recording Service does support that. I don't know what your spare hardware is. I use an old PC with a Tv Card for TVE testing. And I have a SAT>IP Device so I can use TVE3.5 with this.

    Otherwise I would just try the Virtual Tv Card in TVE. Loop a file with VLC or FFMPeg and add it as DVB-IP.
     

    henso

    Development Group
  • Team MediaPortal
  • February 16, 2012
    2,341
    832
    Home Country
    Denmark Denmark
    Some failed though and it seems to be the movies that had partial missing media info
    The following files seem to cause problems:
    Code:
    The day the earth stood still - TV4 - 2014-02-16_1.ts: Invalid data found when processing input
    Pappa på burk - TV4 - 2014-02-02_1.ts: Invalid data found when processing input
    Heroes_S03E24_I Am Sylar.mp4: Invalid data found when processing input (moov atom not found)
     

    pünktchen

    Portal Pro
    October 26, 2010
    537
    201
    Home Country
    Germany Germany
    New installer :)
    http://tinyurl.com/pyw9rz9

    I guess the problem is programInfo.GetProgram. With a unknown id it cannot return anything and throws an error.
    Nice finding :D Right now I develop MP2Ext even if I only have like 10 min I try to fix something, so forgive me if some things slip through...

    No need to apologize. We are all more than thankful for your and henso's hard work!!!

    Genre -> Fixed!
    Exception -> Fixed in your code! (waiting for testing)
     
    Last edited:

    johanj

    MP Donator
  • Premium Supporter
  • January 31, 2009
    781
    398
    46
    Home Country
    Sweden Sweden
    No, one need dev version of MPiV since I missed some case in commands. MPExt dont care a out case but MP2EXT do. E.g. ItemId vs itemid
     
    Last edited:

    henso

    Development Group
  • Team MediaPortal
  • February 16, 2012
    2,341
    832
    Home Country
    Denmark Denmark
    @johanj
    For these 2 files below could you try the following command line: ffprobe -i "file path"
    1. The day the earth stood still - TV4 - 2014-02-16_1.ts: Invalid data found when processing input
    2. Pappa på burk - TV4 - 2014-02-02_1.ts: Invalid data found when processing input
    Check if the console output indicates any problems.

    Check if you can playback the file below.
    1. Heroes_S03E24_I Am Sylar.mp4: Invalid data found when processing input (moov atom not found)
    If yes, then there might be a small corruption in the media container, that makes it unreadable by ffmpeg / ffprobe.
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    Were you not talking about fixing that a while back? Just wondering... :whistle:
    I didn't want to change the behavior of our WebServer and also didn't want to implement a hack. Also the demand wasn't that huge. The API Calls are already changed, Ampdroid doesn't need a change so in the end everything will work :) And If one creates a new App he will learn to stick to the casing very fast :D
    Also there are still wishes in the long run to go to linux with .Net Core or so. And Linus is also case sensitive. And.......

    Anything else to add? If you have a good reason I will change it. :)
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    @MrTechno
    Any news on the merge? Can I help you somehow? Because my hands are kind of tied until this merge is done :( I implemented almost all non MIA related functions and need the rework to fix some of the issues and to implement the missing MAS functions especially for pictures and Music
     

    Users who are viewing this thread

    Top Bottom