Posts by biko

    This makes me happy and honored ... @zelda77


    @@DrAgOn friend and I have already modified it and changed the renderers and converters to suit the Python 3 environment.

    And it works great .... We Enjoyed it so much,

    also your ex skin KIII-PRO mod for py2

    It was only for personal use and was not published anywhere


    Your designs for skins are wonderful, as well as a choice of funky colors

    Other than black and gray

    I always wait for new from you... My greetings and best wishes to you forever

    good morning my brother BASSIM could i use it with DM 800 SE

    Good morning Samir,


    Tuners not tested unstable beta NEOBOOT

    Thanks @gutosie


    New update 9.49 fix all python problem on openatv 7.1 py 3.10.2 & Egami 10.1 py 3.10.1


    8dfcf607c00e62.jpg


    tests have been added for the Dreambox MIPS receiver

    OpenPLi recommended in flash.

    For dreambox only openpli-based images work.

    To install NeoBOOT on a receiver with a small amount of flash memory, such as the DM500HD, you need to free up some space by uninstalling the plugins.


    hello, i have install new version but in channels browser i have this

    home root kodiaddons plugin.....

    home root samsungtvplus.m3u

    No others server

    My image is openpli8.1

    Sorry not clear your question,

    The panel is for a lot of function for enigma2 STB. - one of them play iptv from playlist, portal, m3u and send ch. to bouquet and have ability to download picons & epg if server support, Servers not included

    plugin independent of any other plugin - you have 3 way to Fitch file (playlist - portal or stalker - m3u or m3u8)

    Thanks @Caught


    The code, is constantly updated

    Through a smart script, which explore the image py2 - py3 and file ipk or deb file and compatible file will installed

    just copy and paste via telnet

    Code
    wget https://raw.githubusercontent.com/biko-73/TheWeather/main/installer.sh -O - | /bin/sh

    v4.1.1 .. 2022-02-19


    - Fixed some issues with some Portal Servers access.

    - More filtering to remove IPTV Channel Name prefix.


    For download and installation

    1 - The traditional method is to manually download the file for the device, which is attached with the transfer to the tmp folder and installation by telnet
    Or use the File Manager or Terminal in AJPanel
    2 - The installation code through telnet without downloading or manual installation

    order to install

    Code
    wget https://raw.githubusercontent.com/biko-73/AjPanel/main/installer.sh -O - | /bin/sh

    3 - Update from within the plugin manually from the panel

    are you have Barry Allen installed

    in installation script for separate plugin py2,py3 ipk,deb we use as

    could you help please

    how to start open new project?

    Attached to the previous post for version 2.6.1 is only the program file and the language file, but the rest of the folders are not attached

    You must loaded The original version and then replaced by the new versions

    after that to use just copy the skin folder you want to edit in folder skin and click the program icon

    when start open your skin

    that's it

    v4.1.0 .. 2022-02-17


    - Added a new IPTV option to browse channels from M3U/M3U8 files with the following features:

    .. Play a channel from within the table.

    .. Add a group of channels or all channels to bouquets

    .. Download PIcons for a group of channels or all channels.

    .. Files can be opened from IPTV Menu and File Manager.

    - Added "Download Movie Poster" to Download Manager.

    - Added Green Button to Playlist URLs Table to "Download M3U File" from the server.

    - Added "Install Package (force overwrite)" option to packages menu.

    - Improved the option "Remove IPTV Channel Name Prefix (|EN| , |AR|Drama|)" to remove more prefixes.

    - Improved Channel "Info" for Local Recordings to show local poster (if exists)

    - Improved handling of some Portal servers.

    - General improvements and fixes.


    780d9a99f69b.jpg


    bb58adca0c0d7f678929c9a.jpg


    e4d4925c600b539b9dd2.jpg


    7526f3fac6c30a31823b287ea.jpg

    dear@biko


    Code
    There is the possibility to choose the stalker portal as m3u, but there is no d.box as a file, it seems to be for instant use only. Is it possible to make this option permanent? thanks

    It all depends on the server you are connecting to.


    Some servers will allow permanent connection, some will open it only for a short period, and some will require new authentication on every access attempt.

    hello I on linux used the rm command :) I just wanted to tell you that with your command I was able to delete the file but unfortunately I ruined other plug-ins because that is a system file but thanks again I learned a new thing

    Glade to here you succeeded to delete the file

    about you said "unfortunately I ruined other plug-ins because that is a system file" it's very strange because command give permission for specific file "plugin.py - plugin.pyo" in specific root usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/

    I had uninstalled the plugin but the folder with a file.py inside cannot be deleted I have formatted my box thanks for your support I have looked for something but I think it is not good for me

    No Need to formatted your box


    How to delete neobot plugin file with extension **py – pyo**


    The file has a validity of 644, which is a permission that grants the right to read only to others other than the owner and the group


    To be clear in Linux, file attributes **attributes** are metadata properties that describe the behavior of a file and an attribute can indicate whether or not a file can be deleted


    Here, there is no authority to delete the two files, so you must use a command in Linux called chattr, which in short gives the right to change the validity of the file and so it can be deleted


    By Next command you can delete file and have permission

    Code
    chattr -i /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/plugin.py
    chattr -i /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/plugin.pyo