Skip to content

Instantly share code, notes, and snippets.

@dieechtenilente
Last active July 23, 2017 15:09
Show Gist options
  • Save dieechtenilente/77dffb9a2063d601320618fce568cffd to your computer and use it in GitHub Desktop.
Save dieechtenilente/77dffb9a2063d601320618fce568cffd to your computer and use it in GitHub Desktop.

Netflix on a Raspberry Pi 2/3

  1. Add following to /.kodi/userdata/addon_data/service.libreelec.settings/oe_settings.xml (see this link)
<system>
  <CustomChannel1>http://milhouse.libreelec.tv/builds/master/RPi2</CustomChannel1>
</system>
  1. Select the LibreElec-App, the new Millhouse Update Channel and perform a update to the latest version (currently #0718)

  2. Install the Netflix-Addon from https://github.com/asciidisco/plugin.video.netflix/releases with wget url

  3. Install widevine with curl -Ls http://nmacleod.com/public/libreelec/getwidevine.sh -o /tmp/getwidevine.sh && sh /tmp/getwidevine.sh

  4. Restart and Netflix & chill

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment