IPTVSimple PVR-addon with XMLTV EGP
(2013-10-03, 17:41)exzessiv Wrote: Hello,

I could get IPTVSimple work.

I not used https://dl.dropboxusercontent.com/u/6902...-armv7.zip

Instead I have compiled a new version for my Rasperry PI running with Raspbmc

Here are the steps I had to do (if you want to try). You find my compiled version at the end of the post.

1. Connect to your Raspberry using Putty (user: "pi" password: "raspberry") and copy the following commands.
2. sudo apt-get install build-essential automake git libtool ca-certificates ( -> This install the libaries for compiling )
3. git clone https://github.com/afedchin/xbmc-addon-iptvsimple ( -> Get the sources of iptvsimple from gthub )
4. cd xbmc-addon-iptvsimple ( -> change the direcory where the sources have been downloaded )
5. git checkout frodo ( -> change to the branch for XMBC "frodo"
6. sh ./autogen.sh ( -> configs for the build process )
7. ./configure ( -> generates the make file )
8. sudo apt-get install zip unzip ( -> installs ZIP and UNZIP)
9. make dist-zip ( makes zip pvr.iptvsimple.1.6.1.zip
10. install the app via "Install from ZIP on your Raspbmc.
11. activate and configure the addon.

Here is my file: https://www.dropbox.com/s/x6382h2qqhfezk....1.6.1.zip

Ex.

great work. i've tried it on my raspbmc and it works fine ! post 1.8.1 when available Wink


Messages In This Thread
RE: IPTVSimple PVR-addon with XMLTV EGP - by baltras - 2013-10-05, 07:07
Problem with HLS - by san77 - 2013-10-31, 17:23
Channel Logo issues - by cdonnie - 2014-03-28, 09:21
Logout Mark Read Team Forum Stats Members Help
IPTVSimple PVR-addon with XMLTV EGP14