andrewleech / plugin.video.netflixbmc

NetfliXBMC - Unofficial Netflix Add-on (Win/OSX/Linux)
http://forum.kodi.tv/showthread.php?tid=211574
GNU General Public License v2.0
56 stars 29 forks source link

New Addon #72

Open RasPsykk opened 6 years ago

RasPsykk commented 6 years ago

Hi,

I can see that you have skills with webdriver in python. I'm working on a new addon but I'm a little bit lost. The website I want to propose is Mycanal.fr.

Could you help me a little with it?

Thanks for your answer

andrewleech commented 6 years ago

Unfortunately everything I tried to do with webdriver / chrome ended up very slow and unreliable due to the python model in Kodi where every action requires the script start from scratch; there's no real background threads/data/actions.

They were also really bad to use the website isn't set up for keyboard navigation, required switching to keyboard and mouse.

The only add-ons I've used that are worthwhile all reverse engineer the website's API by watching the network activity in the chrome inspector when using the website then replicating that in code. That's assuming they can find the video stream in a format that Kodi can play.

I haven't really done any of this though since this plugin stopped working due to Netflix API changes and I couldn't fix it.

RasPsykk commented 6 years ago

Thanks you for your response, without going so far, I'm blocked on a website, do you agree to just see with me how we can do? I'm using inputstream.adaptive for DRM problems but now I want to find the right way to the stream.

If you want to join us on discord : https://discord.gg/6rRbRn5

We really need your advices.

Thanks again