Re: [plugin] "My NetFlix" Plugin with Watch Now Support
My experimentation was stalled last night thanks to netflix being down - I thought I had managed to break something in the plugin until I checked the website. I did manage to get everything sort of working, I have to send the fullscreen command after a defined period of time, so if the movie buffers too long then you have to send it manually, which is easy to do, but not ideal. I also want to create a key for starting right at the beginning of a movie, as rewinding all the way to the beginning reminds me of the old VHS days.
The main difficulty is that I have to put all the commands in the irremote.ini default section as I don't know what the process is called when netflix is fullscreen, which also means I can't use winwaitclose to kill the script, and have to run a batch file on exit to kill it. Its possible ifwinactive might work if I use the mediaportal window. Once I have it all optimized I will upload it for any hauppauge users to use, although it may need to be modified for resolutions other than 1080p.
My experimentation was stalled last night thanks to netflix being down - I thought I had managed to break something in the plugin until I checked the website. I did manage to get everything sort of working, I have to send the fullscreen command after a defined period of time, so if the movie buffers too long then you have to send it manually, which is easy to do, but not ideal. I also want to create a key for starting right at the beginning of a movie, as rewinding all the way to the beginning reminds me of the old VHS days.
The main difficulty is that I have to put all the commands in the irremote.ini default section as I don't know what the process is called when netflix is fullscreen, which also means I can't use winwaitclose to kill the script, and have to run a batch file on exit to kill it. Its possible ifwinactive might work if I use the mediaportal window. Once I have it all optimized I will upload it for any hauppauge users to use, although it may need to be modified for resolutions other than 1080p.