Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
janvda committed Apr 28, 2019
1 parent 2d3a8cd commit 63391a5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
14 changes: 0 additions & 14 deletions Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,9 @@ RUN apt-get clean && apt-get update && apt-get install -y \
wget \
curl


# see https://www.makeuseof.com/tag/netflix-amazon-video-plex-raspberry-pi/

# 2. wget sandmann79 plugins repository (needed to install amazon VOD plug-in)
RUN wget https://github.com/Sandmann79/xbmc/releases/download/v1.0.2/repository.sandmann79.plugins-1.0.2.zip

# 2.Add Kodi-18 apt source (see https://www.raspberrypi.org/forums/viewtopic.php?t=222954)
#RUN echo "deb http://pipplware.pplware.pt/pipplware/dists/unstable/main/binary /" > /etc/apt/sources.list.d/pipplware_unstable.list

# 2.Add Kodi-17 apt source
#RUN echo "deb http://pipplware.pplware.pt/pipplware/dists/jessie/main/binary /" \
#>> /etc/apt/sources.list.d/pipplware_jessie.list && \
#wget -O - http://pipplware.pplware.pt/pipplware/key.asc | sudo apt-key add -

# 3. WTF is going on with httpredir from debian? removing it the dirty way
#RUN sed -i "[email protected]@`curl -s -D - http://httpredir.debian.org/demo/debian/ | awk '/^Link:/ { print $2 }' | sed -e 's@<http://\(.*\)/debian/>;@\1@g'`@" /etc/apt/sources.list

# Install apt deps
RUN apt-get clean && apt-get update && apt-get upgrade -y && apt-get install -y \
apt-utils \
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# balena-kodi
A boilerplate for getting up and running with [Kodi](https://kodi.tv/)
A boilerplate for getting up and running with [Kodi](https://kodi.tv/) v18.1
open source home theatre on your balena-enabled [Raspberry Pi](https://www.raspberrypi.org/).

Also the nessary things are installed to watch amazon prime movies and series. For this you need an amazon prime account !

Moreover it should be relatively easy to extend this repository so that it also supports netflix (for this have a look at https://www.makeuseof.com/tag/netflix-amazon-video-plex-raspberry-pi/ )

## Evnvironment variables

Set these environment variables in the application's dashboard on balena.
Expand Down Expand Up @@ -56,6 +60,12 @@ Set this in the Device Service Variables panel.

In order to assure that the raspberry pi is able to properly play videos you must enable **Allow hardware acceleration - OMXPlayer** from the **Settings > Player Settings** menu.

# Post Installation Configuration for Amazon prime videos

Follow the instructions specified in section _"Install and Configure Amazon Video on Raspberry Pi"_ of https://www.makeuseof.com/tag/netflix-amazon-video-plex-raspberry-pi/

Note that you don't need to download `repository.sandmann79.plugins-1.0.2.zip`. This file is already downloaded. It can be found in the root folder (= `\`)

## License

Copyright 2016 Rulemotion Ltd.
Expand Down

0 comments on commit 63391a5

Please sign in to comment.