Torrent player plugin - Enigma2

Dev

Dream4Ever
ADMIN
Afternoon all and a nice plugin as another way of streaming free films/series/music ect. Been tested on mips and arm based enigma2 and can confirm it works. For anyone who uses it just make sure you have plenty of memory available on your box because it downloads the streams.

torrentPlayer 1.0

Transmission has been known for longtime as the only enigma2 torrent search engine and the known plugin eMission based on this library.
Although transmission has many good points like extensive,easy to setup and has webinterface but unfortunately has bad points in the enigma2 environment ,it is heavy with slow performance ,consumes memory and more than that has not sequential download property which able us to watch torrent movie after downloading small percentage.
In the late years developers succeeded to bind bittorrent c+ library to python as libtorrent.so,libtorrent is light,easy to manage and more than that has sequential download property which make us watching the movie after downloading small percentage.
Many when hear word torrents think about illegality and viruses but this is not the case in most of the times.Torrents is high technology to download large files with high speed without exhausting web servers.Movies and series now have very high quality and 4k quality but with large size ,which mean that normal streaming and classical downloading methods are unable to cope with this development ,so torrents streaming is the proper choice in this case.
I made torrentPlayer as first player depends and connects with libtorrent with reference to known and popular torrent websites like rarbg,ytlst and thepiratesbay.
It is fantastic entertainment experience as you can watch 4k movies and very high quality movies and tvshows instantly without waiting long time to download then watch.

setup:
download this ipk package and move it to /tmp directory and install by telnet
PHP Code:
opkg install /tmp/*.ipk
or by using this script in the telnet
PHP Code:
wget http://tunisia-dreambox.info/TSplugins/torrentPlayer/installer.sh -O - | /bin/sh
Features:
-extract data from known popular safe torrent sites.
-Built in subssupport for subtitles
-Include powerful search by using new virtualkeyboard with windows interface supported by history and google suggestions and available with any language
-Use of imdb search engine to display movies data as well as movie trailer
-Player with support for exteplayer3,gstplayer in addition to defualt image player.
-Attractive simple interface.
-And much more...




menu.jpg





search.jpg





1.jpg






2.jpg





6.jpg





7.jpg





8.jpg



torrentPlayer 1.1
fixed some bugs in first version

for setup by telnet copy and paste this script:

Code:
wget http://tunisia-dreambox.info/TSplugins/torrentPlayer/installer.sh -O - | /bin/sh
or move this ipk package to tmp and apply this command in telnet
Code:
opkg install /tmp/*.ipk
The plugin needs libtorrent c++ library,the above script install the library to your stb either arm or mipsel but other some stb processors architecture may be not accept libtorrent.
also libtorrent needs some image requirement as updated lib6c library and openssl ,so in some outdated images may fail.
however the plugin tested with openvix,openatv and pure2 and all are updated and no problem with installing libtorrent.
if you have setup problem send the telnet setup log to the coder.
 
Back
Top