Plugin: MP2Extended (1 Viewer)

johanj

MP Donator
  • Premium Supporter
  • January 31, 2009
    781
    398
    47
    Home Country
    Sweden Sweden
    Series are much faster now, thanks.

    I got a few a few fanart images in movies now, no in series. But I suspect you actually use the wrong ones since they have wrong initial aspect and looks strange when resized.

    I got further in the streming than before but the final url didnt seem to work.

    I will post more details when I get a chance to debug.
     

    Attachments

    • image.png
      image.png
      4.7 MB

    johanj

    MP Donator
  • Premium Supporter
  • January 31, 2009
    781
    398
    47
    Home Country
    Sweden Sweden
    So a lot of things are working right now, e.g Year now works fine(y). I will list the things I see for now in Movies that don't work:

    Fanart for movies wrong aspect ratio, see post above and earlier post for the url I use.

    I can't get mediainfo, that is used for small mediainfo icons shown in details for a movie. Fails with InternalServerError: Failed to proccess! - Exception: {0}
    http://192.168.1.87:49968/MPExtende...0&itemid=6e5266d1-9aa1-45ef-a783-539175a4e7d9

    All three iOS streaming profiles seems to have the same bandwidth(2280), is that correct? ObjectBandwidth: 2280Description: "iOS (High Quality)

    Start stream request fails with InternalServerError: Failed to proccess! - Exception: {0}
    http://admin:admin@192.168.1.87:499...69ec8db3264&profileName=iOSHQ&startPosition=0

    The IMDB id (data.ExternalId[0].Id) is not the same format as in MPExt1. We use that directly to form an url for the movie:
    http://www.imdb.com/title/tt1392190/
     
    Last edited:

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    I am not at home right now, but can you make sure that debug logging is activated and post the server.log for these calls? Would be helpful :)
    Especially for the streming.
     

    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
    Sense installing the update from post #1, My client cannot access TV channels
    Error:
    [2015-10-17 09:14:09,583] [388322 ] [47 ] [ERROR] - Warn.: DvArgument: Error serializing argument value
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    @johanj
    First of all: Thank you for the logs, these were really helpfu (y)

    I can't get mediainfo, that is used for small mediainfo icons shown in details for a movie. Fails with InternalServerError: Failed to proccess! - Exception: {0}
    http://192.168.1.87:49968/MPExtende...0&itemid=6e5266d1-9aa1-45ef-a783-539175a4e7d9
    It is case sensitive again...
    must be: itemId
    I don't like how this is because it leads to some nasty problems. Will see how I can fix that :)

    All three iOS streaming profiles seems to have the same bandwidth(2280), is that correct?
    It is hardcoded^^ MPExtended has the value just inside the xml file for the profiles, I haven't bothered implementing this, yet. It was not taht important to me to pass a more or less useless value from the xml file to the client^^

    Start stream request fails with InternalServerError: Failed to proccess! - Exception: {0}
    http://admin:admin@192.168.1.87:499...69ec8db3264&profileName=iOSHQ&startPosition=0
    In the documentation it doesn't say that the audioId can be Null. That's why I check it and return:
    HttpServer.Exceptions.BadRequestException: BadRequest: StartStreamWithStreamSelection: audioId is null

    But I guess I can change that :)

    The IMDB id (data.ExternalId[0].Id) is not the same format as in MPExt1. We use that directly to form an url for the movie:
    http://www.imdb.com/title/tt1392190/
    And that format is?
    MP2Extended returns:
    {"Site":"IMDB","Id":"tt1924435"}
    looks pretty much the same as above :)
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    Sense installing the update from post #1, My client cannot access TV channels
    Error:
    [2015-10-17 09:14:09,583] [388322 ] [47 ] [ERROR] - Warn.: DvArgument: Error serializing argument value
    I think your error starts here:
    [2015-10-17 09:08:27,987] [46725 ] [18 ] [ERROR] - SlimTvService: Failed to start TV service thread within 10 seconds.

    Probably you should restart the server and try again. Probably it had much to do during the first startup?! I don't know.
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    I got a few a few fanart images in movies now, no in series. But I suspect you actually use the wrong ones since they have wrong initial aspect and looks strange when resized.
    I need the URL to check :) Maybe my mapping is not fully right yet^^
     

    Users who are viewing this thread

    Top Bottom