XBMC: Difference between revisions

 
Line 266:
* Reboot
<br>
 
== Netflix Addon ==
 
*Install Netflix Addon in Kodi:
https://troypoint.com/netflix-kodi/
 
*If you get Cryptodome.Random missing Error [https://github.com/CastagnaIT/plugin.video.netflix/issues/669]:
pip install pycryptodome
 
*If you get Incorrect Password error [https://github.com/CastagnaIT/plugin.video.netflix/wiki/Login-with-Authentication-key]:
pip3 install pycryptodomex
pip3 install websocket-client
 
Download the NFAuthenticationKey.py file:
https://www.dropbox.com/sh/ls3veptflvneub1/AABz9Tt3EqKUb90PQXNarNxga?dl=0
 
Run the script and follow the instructions:
python3 NFAuthenticationKey.py
 
SCP the file into Kodi's home dir and enter the PIN & Password.
 
= Patch for MPEG2 & VC1 Codecs =