Amazon Prime Germany? (1 Viewer)

Ministerk

Super User
  • Team MediaPortal
  • Super User
  • November 28, 2007
    970
    826
    Uppsala
    Home Country
    Sweden Sweden
    You might want to ping @Jason Pyke, he's the author of Amazon Prime and he can easily add this site. Otherwise you (@JSurf ) need to produce your own OnlineVideo site dll, add a site node in your OnlineVideosSites.xml and maybe add an icon and banner and then publish the site to web from online videos configuration.

    Edit: and of course a new util name
     
    Last edited:

    JSurf

    Portal Pro
    November 27, 2011
    115
    115
    46
    Home Country
    Germany Germany
    Got in contact with Jason, Prime De support will be officially added to the next release. He just merged the changes to the official svn repo

    I will continue to work on watchlist support
     

    VectraGT84

    Portal Member
    December 26, 2012
    6
    0
    40
    Home Country
    Germany Germany
    have also described how everything set up on Page 2 in this post.
    In MediaPortal me the choice of films / series DE version of Amazon is displayed
    But when I try to play a movie, MP only once briefly jumps back and forth and I'm back on the selection page in MP
    Username and password I entered in the Configs
    If I read that correctly, but MP is to open the browser and enter the film again right ??
    MP or should play the movie itself?

    Because I can possibly. Someone help?

    Thank you very much
     

    netexplorer

    MP Donator
  • Premium Supporter
  • January 21, 2009
    736
    104
    Home Country
    Germany Germany
    Hi,
    i have tested your version and it works so far.
    But player controlling isn't possible. Only "Esc" work to stop playing.
    Do you think it's possible to implement the basic keyboard shortcuts?
    As far as I know the silverlight player supports following commands:
    Space=Pause/Play
    Left/Right=seek back/forward
    Up/Down=Volume Up/Down
     

    JSurf

    Portal Pro
    November 27, 2011
    115
    115
    46
    Home Country
    Germany Germany
    @VectraGT84 you might have the same issue i had with my HTPC, i needed to change a timeout value in the code before it started working but this change is not in the installer posted here. Currently i don't have a stable codebase to build a new installer.

    If you compiled the installetr from source, you can try to change the timeout value in code:
    See: https://github.com/JSurf/mediaportal-onlinevideos/commit/f743a4c100db75d43233cec6fa3f34b2f165ade1[DOUBLEPOST=1420541834][/DOUBLEPOST]@netexplorer At this point you would be better of asking @Jason Pyke about the support of buttons.
    I think there is already some code to support keyboard shortcuts, but at this point i had no detailed look at it.
     

    Jason Pyke

    Portal Pro
    April 12, 2013
    96
    38
    Home Country
    Great Britain (UK) Great Britain (UK)
    There is remote support within the browser host, but it'll depend on which version you're using and which files are updated as to how robust the remote handling is. I think the version @JSurf supplied is up to date enough.

    I don't know that those shortcut keys are a standard in Silverlight, they certainly don't work in Sky Go. When I wrote the original Amazon code it looked for the play/pause button and clicked it, if you're sure those shortcut keys do work in Amazon I could potentially change the code. It's possible the German play/pause button is different to the UK one.

    Unfortunately I don't have a prime subscription to be able to test this out or do any extra work on it.

    I think @TheBatfink uses Amazon Prime in the UK, hopefully he can test the play/pause and let us know if it currently works for him. Also, @ThBatfink, if you get a chance would you be able to see if the shortcut keys (space/left/right) work for controlling the play/pause/step forward/back within a standard browser (not in MePo).
     

    TheBatfink

    MP Donator
  • Premium Supporter
  • June 11, 2007
    1,288
    221
    Nottingham
    Home Country
    United Kingdom United Kingdom
    Hey Jason. Of course I can test things out for you no problem. I'm working out the country for two weeks right now. If I can get remote desktop working I'll have a play.
     

    netexplorer

    MP Donator
  • Premium Supporter
  • January 21, 2009
    736
    104
    Home Country
    Germany Germany
    Yesterday i tested the keyboard commands and i can confirm they are working.
    Space pause/resume the playing and Left/Right jumps backward/foreward.
    It's may be a problem that MP haven't focus?
    Which process is startet to playing the movie?
    I'm using iMon to control MP and the keystrokes are process related. So if MP isn't active the remote don't work.
     

    Jason Pyke

    Portal Pro
    April 12, 2013
    96
    38
    Home Country
    Great Britain (UK) Great Britain (UK)
    MP doesn't handle the actual capturing of keystrokes, the BrowserHost does - it then sends the command to MP to translate (in case there are custom mappings) and the action is sent back. The current implementation of Amazon Prime looks for the play/pause button and tries to click it, but if those keyboard shortcuts work I can change it to use those instead. Hopefully the UK Amazon Prime works in the same way (I'll assume it does).
     

    Users who are viewing this thread

    Similar threads

    • Sticky
    Software Developer C# The MediaPortal 2 team is seeking committed people to strengthen its developer basis Are you interested in driving the development of an advanced HTPC software? Would you like new features get implemented faster? Well, then join us! What we offer: Almost unlimited creative leeway The possibility to closely...
    Software Developer C# The MediaPortal 2 team is seeking committed people to strengthen its developer basis Are you interested in...
    Software Developer C# The MediaPortal 2 team is seeking committed people to strengthen its developer basis Are you interested in...
    Replies
    0
    Views
    5K
    @Brownard another logs of failed installations. I'll take a look into the user management. Edit: I can confirm user management is completey broken with NET4 and NET6 :( Neither an existing profile can be selected nor a new one can be created.
    @Brownard another logs of failed installations. I'll take a look into the user management. Edit: I can confirm user management is...
    Description: Hi there. First of all, I appreciate all the effort in MediaPortal 2 release 2.5 - visible changes look great (eg...
    Replies
    1
    Views
    554
    Still working on it, although a bit slowly. Only one major thing I need to add: reliably sending keypresses to the webview2 (need that for netflix's skip 15sec. etc) after that it's time for testing
    Still working on it, although a bit slowly. Only one major thing I need to add: reliably sending keypresses to the webview2 (need...
    Hi, Not sure whether this is really "off topic" or not as this is really about the abilities of MP, but couldn't think where else...
    Replies
    15
    Views
    3K
    Good. I am pleased that that is now working for you. :) If you have ever looked at MP debug log files, you may have noticed that apparent errors are not rare, but these are "errors" that do not affect the functioning of the product. (It is not desirable to have these errors in the log file, as it misleads users, testers, and...
    Good. I am pleased that that is now working for you. :) If you have ever looked at MP debug log files, you may have noticed that...
    Hi, I am reinstalling MediaPortal 1.13 on a new W10 64Bit computer. In need to use this old version because of TVWishlist. So my...
    Replies
    10
    Views
    1K
    Thanks for the replies. Looks like I'll have to do a bit of work then! Of course the other option is to have a mini PC connected to the TV and use MP2 on that instead of via Kodi. Something for the future perhaps.
    Thanks for the replies. Looks like I'll have to do a bit of work then! Of course the other option is to have a mini PC connected...
    I'm running MP2 on my PC and Kodi 19 with the MP client on my Amazon Fire TV box, and this works fine for playing anything from the...
    Replies
    3
    Views
    3K
    Top Bottom