-
-
Notifications
You must be signed in to change notification settings - Fork 263
How install the addon
- A devices compatible with Kodi (Apple iOS/tvOS are not supported)
- Suggested Kodi 19 or above (for Kodi 18 read below)
- InputStream Adaptive add-on *1 *2
- Pycryptodome python library *1 *2
- InputStream Helper add-on *2
- Widevine CDM library *2
- For Linux operative systems, Python version 3.7 or higher is required (warning python 3.10.3 / 3.10.4 is bugged)
*2 Automatically installed
Due to some changes in the website (about new anti-bot protections) the login with E-Mail/Password could cause "Incorrect password" error, even when the credentials are correct. We provide an alternative to the standard login, please read Login with Authentication key page.
This add-on not support Mobile plan.
The Kodi 18 version is end-of-life. This add-on is compatible but will only receive maintenance fixes, no support will be provided. Due to recent Netflix changes the Kodi 18 version may no longer support 1080P and 4K and this cannot be fixed, we highly recommend the upgrade to Kodi 19 or above.
This add-on works with most Netflix certified android devices, but video playback is not guaranteed on all models of android devices, causing playback errors.
How to installing on: Windows / MacOS / Android / LibreELEC / CoreELEC [click to expand]
Download the Repository zip file repository.castagnait-2.0.x.zip
from the GitHub Readme
If you are using an external device: copy this file to an USB flash drive or memory card and connect it to the device
- Now open Kodi and in the Add-ons browser, choose Install from zip file
- Navigate in to the Home/downloads folder (or USB flash drive/memory card if you use an external device)
then install the repository filerepository.castagnait-2.0.x.zip
- Return to the add-ons browser and choose Install from repository
then select CastagnaIT repository and install Netflix add-on
How to installing on: Linux distributions [click to expand]
On some linux distributions additional components are needed, so in the terminal run these commands:
FOR KODI 18 LEIA: sudo apt install build-essential python-pip pip install --user pycryptodomex FOR KODI 19 MATRIX: sudo apt install build-essential python3-pip pip3 install --user pycryptodomex TO INSTALL INPUTSTREAM ADAPTIVE ADD-ON: sudo apt install kodi-inputstream-adaptive
Now download the Repository zip file repository.castagnait-2.0.x.zip
from the GitHub Readme
If you are using an external device: copy this file to an USB flash drive or memory card and connect it to the device
- Now open Kodi and in the Add-ons browser, choose Install from zip file
- Navigate in to the Home/downloads folder (or USB flash drive/memory card if you use an external device)
then install the repository filerepository.castagnait-2.0.x.zip
- Return to the add-ons browser and choose Install from repository
then select CastagnaIT repository and install Netflix add-on
How to installing on: OSMC [click to expand]
After installing OSMC and completing the configuration of the first boot, you must connect from the computer with a terminal software that support SSH connection type.
On MacOS you can use Terminal app, on Windows Putty, on Linux use the “ssh” command.
You can find some detailed instruction on OSMC WIKI To connect to OSMC, you need the IP address of device and user/password (default credentials on OSMC WIKI)
After establishing the connection with a terminal:
- In the terminal run these commands:
FOR KODI 18 LEIA: sudo apt-get update sudo apt-get install build-essential python-pip python-crypto libnss3 sudo pip install pycryptodomex FOR KODI 19 MATRIX: sudo apt-get update sudo apt-get install build-essential python3-pip python3-crypto libnss3 sudo pip3 install setuptools wheel sudo pip3 install pycryptodomex
- In the terminal run these commands to download the Repository zip:
wget https://github.com/castagnait/repository.castagnait/raw/kodi/repository.castagnait-2.0.0.zip
- Now open Kodi and in the Add-ons browser, choose Install from zip file
- Navigate in to the Home folder
then install the repository filerepository.castagnait-2.0.x.zip
- Return to the add-ons browser and choose Install from repository
then select CastagnaIT repository and install Netflix add-on
How to installing on: Raspbian (Raspberry system) [click to expand]
Download the Repository zip file repository.castagnait-2.0.x.zip
from the GitHub Readme
- Open Raspberry Terminal app and run these commands:
FOR KODI 18 LEIA: sudo apt update sudo apt install build-essential python-pip libnss3 kodi-inputstream-adaptive sudo pip install pycryptodomex FOR KODI 19 MATRIX: sudo apt update sudo apt install build-essential python3-pip libnss3 kodi-inputstream-adaptive sudo pip3 install pycryptodomex
- Now open Kodi and follow the menu:
Add-ons browser
>My add-ons
>VideoPlayer InputStream
so click onInpuStream Adaptive
and enable it. - Return to the Add-ons browser, choose Install from zip file
- Navigate in to the Home/downloads folder
then install the repository filerepository.castagnait-2.0.x.zip
- Return to the add-ons browser and choose Install from repository
then select CastagnaIT repository and install Netflix add-on
How to installing on: RetroPie (Raspberry system) [click to expand]
Download the Repository zip file repository.castagnait-2.0.x.zip
from the GitHub Readme
Copy this file to an USB flash drive or memory card and connect it to the device
- Open RetroPie shell and run these commands:
FOR KODI 18 LEIA: sudo apt update sudo apt install build-essential python-setuptools python-pip libnss3 sudo pip install wheel pycryptodomex
- Now open Kodi and in the Add-ons browser, choose Install from zip file
- Navigate in to the USB flash drive/memory card
then install the repository filerepository.castagnait-2.0.x.zip
- Return to the add-ons browser and choose Install from repository
then select CastagnaIT repository and install Netflix add-on
How to installing on: QNAP - HD Station [click to expand]
PREREQUISITE: Mandatory HD Station app installed.
PREREQUISITE for KODI 19 only: Verify that the installed version of Python is equal to or greater than 3.7 otherwise you need update it from the QNAP Store.
-
Connect to QNAP with a terminal (ssh or telnet) as admin
Instructions: https://www.qnap.com/en/how-to/knowledge-base/article/how-to-access-qnap-nas-by-ssh -
In the terminal run the following commands
Run this to locate the root OS folder
getcfg SHARE_DEF defVolMP -f /etc/config/def_share.info
Will be shown a path e.g.: /share/CACHEDEV1_DATA (depending on the model and OS version the path may be different)
Now open the path on screen like:
cd /share/CACHEDEV1_DATA
and then open this sub-folder:
cd /.qpkg/HD_Station
Now that you are in the HD_Station folder, run:
chroot . FOR KODI 18 LEIA: apt install python-pycryptodome FOR KODI 19 MATRIX: apt install python3-pycryptodome
Download the Repository zip file repository.castagnait-2.0.x.zip
from the GitHub Readme
Copy this file to an USB flash drive or memory card and connect it to the device
- Now open Kodi and in the Add-ons browser, choose Install from zip file
- Navigate in to the Home folder
then install the repository filerepository.castagnait-2.0.x.zip
- Return to the add-ons browser and choose Install from repository
then select CastagnaIT repository and install Netflix add-on
User Documentation
- How install the addon
- Login with Authentication key
- Sync of watched status with Netflix
- FAQ (Audio, Video, Subtitle, Other)
- FAQ (Errors)
- Library settings
- Expert settings
- How to export and sync tv shows and movies in Kodi library
- Share STRM library with multiple devices
- List of 1080P 4k Android tested devices
- My credentials are safe?
- VPN and Proxy
- Key mapping
Development
- Dev. guidelines and philosophy
- Dev. documentation
- Dev. basic info
- Dev. unresolved issues
- Dev. Add-on versioning
- Dev. PyCrypto packages
About