I installed Kodi into Raspbian, from the official repository. But here, the Netflix plugin didn't work.
You need to do these steps:
- Install the current OSMC release [Now it's OSMC_TGT_rbp2_20191118.img].
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install python-pip python-crypto build-essential -y
sudo apt-get install python-all-dev python-setuptools python-wheel -y
sudo apt-get install python-crypto-dbg python-crypto-doc python-pip-whl -y
pip install pycryptodomex
sudo ln -s /usr/lib/python2.7/dist-packages/Crypto /usr/lib/python2.7/dist-packages/Cryptodome
- Connect to your OSMC by SSH (Username and password is osmc)
- Download with
wget <URL>
the last release from here. sudo reboot
- Now install the plugin you downloaded: Kodi Menu > Settings > Add-on browser > Install from Zip File [Open
/home/osmc/<file_version>.zip
]. - You have the plugin installed, now you have to enabled it: Settings > Add-on browser > Install from repository > Netflix Addon Repository Video add-ons > Netflix > Select Install
- Enable InputStream: Settings > Add-on browser > My add-ons > VideoPlayer InputStream > InputStream Adaptive
It's done!