What's new

IPTV Player

stk1uk

Newbie
Does anyone have the iptv player download so I can ftp it in to my box . I can't find it in plugins or anywhere online.

Cheers
 
I don't have the download but if you are ok using telnet you can install the current version direct from source with these commands

Code:
opkg update && opkg install python-html python-textutils
rm -rf /usr/lib/enigma2/python/Plugins/Extensions/IPTVPlayer
wget -O - http://iptvplayer.vline.pl/download/update/latest.pythonX.X.tar.gz | tar xzf - -C /tmp
cp -r /tmp/iptvplayer-for-e2.git/IPTVPlayer /usr/lib/enigma2/python/Plugins/Extensions
rm -r /tmp/iptvplayer-for-e2.git
sync
killall -9 enigma2
 
Hi,
This is an ipk file that i managed to get on the internet, once you install the ipk file it is version 47.
Easy enough to update, open iptv player and then scroll to the botton and you will see update, select the latest version and it will update for you.

Download and FTP the file to this location:

/var/volatile/tmp

Then:

Menu > setup > VIX > Install local Extention


 

Attachments

I've got iptv player installed but a lot of the apps on it are in a foreign language. Is there anyway to change this to English and to reduce the apps that I don't use. Even gold movies and WWE have a foreign language in parts where on whooshys build they are in English
 
you can go in to the settings and disable any of the services you don't want, Wooshbuild does this for you automatically and is maintained/updated via their plugin
 
Back
Top