XBMC: Difference between revisions

 
(2 intermediate revisions by the same user not shown)
Line 195:
*Install Raspberry Pi Tools from CLI:
sudo apt update
sudo apt install pythonpython3-pip pythonpython3-dev gcc pythonpython3-setuptools
pipsudo pip3 install wheel
pipsudo pip3 install rpi.gpio
 
* Create shutdown script:
Line 203:
 
<syntaxhighlight lang="python">
#!/usr/bin/pythonpython3
import RPi.GPIO as GPIO
import time
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 =