Plugin: MP2Extended (2 Viewers)

breese

Retired Team Member
  • Premium Supporter
  • July 11, 2011
    3,902
    770
    65
    Arlington Heights, Illinois
    Home Country
    United States of America United States of America
    I just installed the latest version from Post #1.
    Running the same I.E. command http://192.168.1.250:53461/MPExtended/MediaAccessService/json/GetPlaylistItems returned Error Page can't be displayed.

    As for Music and Playlists.... Here are current snapshots on step by step... (Way to many... )
    Also: @morpheus_xx Just adding items to a playlist Starts the Player...

    Adding All Music to a playlist
    PlayList_01.jpg

    First song starts to play and the Menu is expanded
    PlayList_02.jpg

    Clicking Show audio playlist
    PlayList_03.jpg

    Clicking Playlists button (Menu goes away)
    PlayList_04.jpg

    Open Menu brings up new items
    PlayList_05.jpg

    Now you can save the playlist
    PlayList_06.jpg
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    Every mediaItem implements
    public IList<string> Path { get; set; }
    How do you use this? I think this is important to get streaming working, right? Because AMPdroid doesn't give me the options to stream/play the file. But it doesn't request anything which is not implemented.
     

    johanj

    MP Donator
  • Premium Supporter
  • January 31, 2009
    781
    398
    46
    Home Country
    Sweden Sweden
    Are you talking about getExternalMediaInfo? I don't think I use that path information anywhere in Movies or Series. But the path to the media file is inside the obect that one get with getExternalMediaInfo.
     

    johanj

    MP Donator
  • Premium Supporter
  • January 31, 2009
    781
    398
    46
    Home Country
    Sweden Sweden
    Ok, but I don't use this information directly as far as I can see in Series. I can check how it looks like (in MPExt.) this evening if that helps
     

    breese

    Retired Team Member
  • Premium Supporter
  • July 11, 2011
    3,902
    770
    65
    Arlington Heights, Illinois
    Home Country
    United States of America United States of America
    I will be more than happy but so you know I found the issue... My Fault.
    After stopping and starting the MP2 server I forgot the plugin would change the PORT required to connect...
     

    FreakyJ

    Retired Team Member
  • Premium Supporter
  • July 25, 2010
    4,024
    1,420
    Home Country
    Germany Germany
    In WSS the function StartStream returns a WebString. Could you tell me what the content of this string is? :)
    I laready implemented GetMediaItem and it is working.^^

    Maybe the stream URL?
     

    Users who are viewing this thread

    Top Bottom