My Netflix 1.4 for MP 1.2 (1 Viewer)

WileECoyote

MP Donator
  • Premium Supporter
  • October 14, 2008
    1,156
    220
    Cary, NC
    Home Country
    United States of America United States of America
    Hello All,
    I'm sorry to say, but myReelTalk and the My Netflix 2.0 plugin development have been halted. myReelTalk.com will be decommissioned shortly (within the week.) All of the develpment work for My Netflix 2.0 plugin was based on the myReelTalk site, so no code will be released. Sorry.

    This decision was due to many things, work, many other projects, facebook and Netflix constantly changing their API's, and mostly because I no longer use MediaPortal. Way too much for one person to keep up (and have a family life.) It's because of these things I have stopped development.

    I apologize to all the people that use and have supported the plugin. I hope someone will take over the 1.4 development and continue to serve you.

    Wizard43 has the latest code, hopefully he still has a working copy.

    Take care,
    Wile E.
     

    octessence

    Portal Pro
    May 8, 2012
    76
    10
    Germany
    Home Country
    United Kingdom United Kingdom
    Ah, thanks for the heads up. That will save me wasting my time with 2.0 then.

    I'd still like to play around with 1.4 if Wizard43 has it.
     

    LoLander

    Portal Member
    January 8, 2012
    20
    0
    Home Country
    United Kingdom United Kingdom
    Hi WileECoyte,

    First off, thanks for the plugin. Sad about myreeltalk. I tried various options, and most of the modded browsers doesn't work well with my dualscreen setup. Of all the choices, the best working I get is the 1.4.1 plugin using IE or Firefox. I can get IE loading and Netfilx starts steaming pefectly (Netflix API must be working still). IE starts maximized, but I can only controle the Netflix player if I click on the screen with the mouse. I bit anoying, but I think this will take a Silverlight/Netflix player hack to get around.

    I would however like to play with the Queries and remove the DVD menu's, etc. I use Instant only. I checked the google code and can only find v2 alpha. Is the v1.4.1 code available? I'm no big programmer, but I'll release my mods if I can get my head around the code.

    Thanks again,

    Zener
     

    MightyPolo

    Portal Pro
    October 24, 2007
    181
    80
    Home Country
    Czech Republic Czech Republic
    Hi Zener!

    Iam right now working on replacement for NetflixViewer.
    Iam able to play/pause and FF and RW.

    Now iam working on subtitles, so if you are interested i will give you alpha version as soon as I have it.
    Hi WileECoyte,

    First off, thanks for the plugin. Sad about myreeltalk. I tried various options, and most of the modded browsers doesn't work well with my dualscreen setup. Of all the choices, the best working I get is the 1.4.1 plugin using IE or Firefox. I can get IE loading and Netfilx starts steaming pefectly (Netflix API must be working still). IE starts maximized, but I can only controle the Netflix player if I click on the screen with the mouse. I bit anoying, but I think this will take a Silverlight/Netflix player hack to get around.
    Zener

    Also octessence, I would also like to participate on maintanance of plugin code.
    Iam very happy with it.

    Some function are not working, such as remove from instant queue but that doesnt metter :)

    Please let me know, if you are able to get source from wizard.
    If not, we can start from version 1.3 which is on git hub, I was in touch with WileECoyte.

    Iam glad that there are people who still want to use it :)https://forum.team-mediaportal.com/members/octessence.124150/
     

    LoLander

    Portal Member
    January 8, 2012
    20
    0
    Home Country
    United Kingdom United Kingdom
    Hi MightyPolo,

    Firstly see my post here: https://forum.team-mediaportal.com/threads/using-my-netflix-in-uk-or-ireland.104596/page-2
    Most of my issues seem to be around dualscreen support and I seem to have a working solution now! "AutoHotkey" :D

    I'm also interested to assist in the Plugin's development. I'm going to see if the 1.3 source compiles and how it compares to 1.4.1.

    Just for some clarity, you're working on a replacement for the Standalone viewer called "Netflix Viewer", but you'd also be willing to work on MyNetflix plugin? o_O

    LoLander/Zener
     

    LoLander

    Portal Member
    January 8, 2012
    20
    0
    Home Country
    United Kingdom United Kingdom
    I might be looking in the wrong place, but I can only find the svn for ver 2Aplha? Anyone have a link to either ver 1.3.0 or 1.4.1 source code?

    Lolander
     

    MightyPolo

    Portal Pro
    October 24, 2007
    181
    80
    Home Country
    Czech Republic Czech Republic
    Ho LoLander.
    Iam using US Netflix account, thou being in europe. Netflix is not available in my country, yet.

    Yes I would like to participate on Plugin development also, but I wasnt able to get latest source.

    At this time Iam working on standalone NetflixViewer because after player upgrade (SilverLight), it looses focus so the AHK based solution doesnt work.

    Have a good day.
     

    LoLander

    Portal Member
    January 8, 2012
    20
    0
    Home Country
    United Kingdom United Kingdom
    The silverlight maximize issue was easy to solve with AHK. I mapped a remote button with mceremote.exe to Ctrl+Alt+n and used the following AHK script:
    ^!::
    Click 2400, 500
    Send f

    This does a mouse click on silverlight and I can then send “f” to go into fullscreen. From here I can control Netflix player with my left and right arrow keys and the OK button pauses it. I then have a Atl-F4 remote mapping to kill it.

    Lolander
     

    MightyPolo

    Portal Pro
    October 24, 2007
    181
    80
    Home Country
    Czech Republic Czech Republic
    HI LO!
    Basically I show webrowser component and assure that it always has focus on player.
    Eitherway by selecting DOM element or by mouseclick.

    The next thing what I do is that I define in configuration file key codes for remote buttons.
    Iam able to play pause using play pause buttons and FF and RW with according buttons on remote.

    I also want to enable subtitles by mouse clicking on player menus.

    If it works, than all you need to do is to replace original NetflixViewer file.

    And also I use Microsoft MCE remote.

    MP.
     

    Users who are viewing this thread

    Top Bottom