Posts by mfaraj57

    torrentPlayer 1.0

    Transmission has been known for longtime as the only enigma2 torrent search engine and the known old plugin eMission based on this engine.
    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.
    Libtorrents needs some requirements latest versions of libc6 and openssl but no worries these libraries are available in last versions of openatv,pure2,openvision,openspa.

    Libtorrent will not run in outdated environments like blackhole,vti and dreamos images.
    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

    Code
    opkg install /tmp/*.ipk


    or by using this script in the telnet

    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


    Warning:

    downloading and viewing torrents could be illegal in your country,check for that or use safely vpn service

    @kostik250972

    you can convert this image to png format with same size but save as .jpg extension

    Code
    /usr/lib/enigma2/python/Plugins/Extensions/LiveFootBall/interface/picons/menufhd.jpg

    and this for normal skin

    Code
    usr/lib/enigma2/python/Plugins/Extensions/LiveFootBall/interface/picons/menu.jpg

    No can be used but without torrents.

    in general performance of streaming plugins are limited in dreamos images because dream multimedia are restrictive and still using old stable python packages while opensource images like pure2,openatv and other are always updated.Also dream multimedia do not care with compatibility of dreamos system with plugins designed for opensource images

    hello

    Yes the problem of logo image because faulty management of image to display jpg images while no problems with png

    png is better in resolution but for large size image i do no use it because also has large size which exhaust the memory,so use jpg

    however if get small size for the logo png file may use it.

    regarding font appears ok.

    Hello

    Thanks for feedback

    as you said libtorrent is no compatible with dreamos images like newnigma due to lack of important python packages needs to run.

    no solution until dreamos upgrades to python 3.

    Thank you

    No obvious error in the crash log but may be related to font and skin

    however i changed some code

    try version 8.5 from here and if you see crash log again upload to me


    Code
    wget http://tunisia-dreambox.info/TSplugins/LiveFootBall/installer.sh -O - | /bin/sh

    Tunein Radio 3.1

    slide show from https://pixabay.com/

    The most popular internet radio,listen to your favorite music and radio anywhere.Slideshow of more than million of high quality wallpapers.

    The only enigma plugin for tunein radio.




    Features:

    -All world internet radio stations,including your local radios while enjoying slideshow from pixabay wallpepers

    -Include search by using the new virtual keyboard

    -Possibility to record your radio

    -Favorites

    -Add your stations and more features



    setup:

    copy and paste this script to telnet software(dcc,putty) after opening connection with your box


    Code
    wget http://tunisia-dreambox.info/TSplugins/TuneinRadio/installer.sh -O - | /bin/sh

    or

    Code
    opkg install http://tunisia-dreambox.info/TSplugins/TuneinRadio/enigma2-plugin-extensions-tuneinradio_3.1_all.ipk










    screenshot-298.png



    1.png1.png



    3.png



    6.png


    Thanks for pixabay for allowing to use pixabay wallpaper api



    people-5365324__480.jpg

    Thanks for feedback

    in fact i didnot test with vti because not installed in my boxes but it is known that vti,blackhole and dreamos image(e.g merlin) are causing problems with many plugins because their python packages are not updated,i fixed problems with dreamos images in version 8.4 but you have to send for me crashlog with vti image may i able to fix the errors

    however livefootball is running smoothly with may good images like pure2,openatv,openspa,openvix.

    Libtorrent is new external library and the only image include this library in feed is pure2 image but i install the torrent library when TSmedia installed to other images.

    may be the feed contains other torrent packages but all are not applied to enigma and depends on running of torrent client in pc but libtorrent is standalone,light for enigma2 and the value of this library to download any movie ,series or music from internet with high quality with very fast speed as 10gb movies may be downloaded with 10 minutes,also feature of this library you can start watching movie after downloading small portion from and no need to wait antil download completed.

    The older version of libtorrent (python-libtorrent-rasterbar_1.2.0-git0-5018d91bb8) needs at least lib6c 2.28 while the later version 1.2.4 needs at least lib6c 2.32

    you can install it by this TSmedia setup script

    Code
    wget http://tunisia-dreambox.info/TSmedia/software_official/installer.sh -O - | /bin/sh

    or alone by this script


    Code
    wget http://tunisia-dreambox.info/TSmedia/software_official/libtorrent/installer.sh -O - | /bin/sh


    and you can check if it is installed or not or there is error by

    telnet

    Code
    python
    import libtorrent

    answer

    Code
    root@dm820:~# python
    Python 2.7.13 (default, Sep 21 2019, 12:16:05)
    [GCC 6.3.0] on linux2
    
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import libtorrent
    Traceback (most recent call last):
      File "", line 1, in
    ImportError: /lib/libssl.so.1.0.2: version `OPENSSL_1.0.0' not found (required by /usr/lib/python2.7/site-packages/libtorrent.so)

    python requests is popular and used by many plugins to download data from internet and in all images is already installed except openpli

    we can install it by

    opkg update

    opkg install python-requests


    but this is unacceptable to ask user to install commonly used library

    screenshot-273.png

    sorry i mean 2.25 and this is old

    openatv,openvision, pure2 include lib6c version 2.32