Posts by biko

    ❀❀❀ How to remove Transponder frequency from the device ❀❀❀


    Not provided by panel yet


    The easiest way to remove all channels on (the desired frequency) from the device is through the Channel List with the Remove Entry option.

    Noting that if you leave one of them and turn it on, the device may retrieve what was removed using the background search feature if it was activated.


    00.gif


    You can also delete any frequency manually from lamedb.

    Each frequency is defined in the file by 3 lines as shown in the image.

    The process is as follows:


    0++.png


    1- Run the command

    Code
    init 4


    2- Open a file:

    Code
    etc/enigma2/lamedb

    And remove every 3 lines of the required frequency from, making sure that it is related to the intended moon.


    3- command

    Code
    init 3


    Result:

    The channel names will appear in gray and will not work.

    You can delete it and it won't come back automatically.


    00.gif


    If you want the frequency to disappear from the search page, it can also be removed from the satellites.xml file.

    But it may come back when the image is updated.

    I have a NOVALER demo but I have never used this command.

    How to directly delete an image by this command.

    Thanks very much

    chattr

    The code about give permission to file owner and the group

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


    To clarify in Linux, file attributes **attributes** are metadata properties that describe the behavior of the file. The attribute can indicate whether the file can be deleted or not.


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


    That not about remove image !!

    Extraevent do not choose the dir


    So it's useless to use the skin if you don't make it work .... useless to put last extraevent if it doesn't work on py3


    1.jpg 2.jpg

    This issue you faced not from skin it from image, notice opatv 7.x have this problem


    fix

    use code , after entering your api keys and adjusting the correct settings for the plugins, make a backup from the settings to use it on any other images


    Backup (xtraEvent)

    Code
    WORD='xtraEvent'; BACKUP='/tmp/settings_backup_xtraEvent'; grep $WORD '/etc/enigma2/settings' > $BACKUP

    The bacab file you will find in the tmp path, transfer it and keep it on the hard disk to restore it to any image


    Restore (xtraEvent)

    Code
    WORD='xtraEvent'; BACKUP='/hdd/xtraEvent_Backup/settings_backup_xtraEvent'; SETF='/etc/enigma2/settings'; TF='/tmp/tmpFile'; grep -v $WORD $SETF > $TF && cat $BACKUP >> $TF && init 4 && sleep 3 && mv -f $TF $SETF && init 3

    Create a folder on the HDD with the name (xtraEvent_Backup) and put the file in it

    The code is set by default to recover from the hard disk (hdd), if you have a flash memory and not a hard disk, replace the recovery code with the word (hdd) with the word (usb)

    On my box the plugin doesn't installed by default , you can't find TN plugin on plugin browser but you can only on GUi setting , on GUI SKIN there you find DesertFHD but there you can only choose your desired skin . posters doesn't show like in your skin preview pictures above. hope there can be a solution for that.

    what image used, please reinstall from telnet via putty and copy installation progress then send it here to me to see

    v8.3.0 .. 2023-01-01


    :christmas tree: :christmas tree: Happy New year ❤❤ 2023 ❤❤   :christmas tree: :christmas tree:


    Added Network option to Main Page to handle network functions.

    ••• Added Network and Port Scanner options.

    Moved the option "Check Internet Connection" to the new Network option.



    2.png


    Added FTP File Browser (remote File Manager on network devices) with the following features:

    Transfer files between local and remote storage.

    Play remote movies (if streaming is active on remote devices).

    View remote picture files.

    Create directories and Rename/Delete files/directories on remote device.

    Tested on network attached devices such as NAS, Receivers, Laptops/PCs and Router USBs.


    00.jpg


    3.png


    4.png


    Improved portal handling to access more portal servers versions.

    TeamNitro skin is provide Skin DesertFHD BY New design, touches ☆ 2023 ☆ from the designer Ahmed Al-Iraqi and the scripts of the developer @kimo1987


    :christmas tree: :christmas tree: Happy New year 2023 to all the management staff and members :christmas tree: :christmas tree:



    Thanks to our distinguished developers for the continuous and continuous support of the Nitro Team so that the works come out with the lowest errors and the greatest compatibility as we wish full combatable with all open source images


    fairbird for developing, compatible and upgrading the components to work properly on the latest versions of the image python and is credited with making the weather work through the first version of nitro plugins.

    LinuxCode My brother Bahaa for the continued development, promotion and updates of the two plugins

    @RedouaneTM My brother, on the compatibility of components to work on different images, and he intends to show the update for versions in the plugin

    And of course, basically developer digiteng who provide us the xtraEvent and developed posterX component so that we can enjoy the aesthetics of skins

    And I hope that we do not forget all the credit from all the developers, and they are many in developing the components of the skins in the first place ....

    As they are open source components, they have been added and modified by the team to meet the requirements of the designs service on the team’s skins.


    T.png


    The skin contains gradual additions and changes to the colors & depend on both xtraevent at first and poster-x as second

    The default skin is (Desert FHD) inspired by the golden color of the desert sands -- the rest of the skins can be accessed through TeamNitro plugin


    ღ (Blue Navy)ღ Inspired by the colors of the navy uniform, with a gradient and a mixture of blue

    ღ (Dream Night)ღ Gradient combination of brown with black

    ღ(Moon Surface)ღ Inspired by the surface of the moon

    ღ(Forest Night)ღ Inspired by the night of the forest with a mixture of pink and black colors


    ◈ Each skin has a different fingerprint with its design, colors, location of the coding data and channel data

    ◈ The weather has been added to the info bar as a standalone .... It does not require installing the two weather plugins and only needs to make the settings by choosing your city through the two plugins


    By following the steps:

    Login to the TeamNitro plugin, then go to the MSNweather weather feature

    Menu button - blue

    Find your city location at the bottom

    Select Yes to send the converter to its path

    Press the green button to save


    After restarting, you will find the weather showing correctly on the info bar


    Screenshots


    Respectively

    Desert FHD ▷▶▷▶▷▶▷ Blue Navy ▶▷▶▷▶▷▶▷ Dream Night ▶▷▶▷▶▷▶▷ Moon Surface ▶▷▶▷▶▷▶▷ Forest Night


    Infobar


    infobar.png


    The second infobar


    2_infobar.png


    Channel selection list


    channel selection.png


    main menu


    munu.png


    Vertical EPG


    v-epg.png


    Quick EPG


    Q_epg.png


    Telnet link for download

    Code
    wget https://raw.githubusercontent.com/biko-73/TeamNitro/main/script/installerDs.sh -O - | /bin/sh

    Thank you bro for the simple clarification. and no solution to that i guess?

    It is a combination of the video format and the media player on your device.


    Although the players on the devices are great, they are not the best players out there and they may fail to play some media files.


    If you download the movie and check it on your PC, you will most probably notice that it works on some.

    v8.2.0 .. 2022-12-16


    - File Manager:

    .. Added Multi-Select to Archive/Copy/Move/Delete user selected files and directories.

    .. Improved file deletion to force delete some undeletable files.

    .. Fixed shortcuts (showing search-by-typing instead of selecting the options).

    .. Fixed properties (for empty directories).


    - Improved portal handling for more portal servers (including very servers versions).


    - Added option to Server Browser (Poster Mode) to use the selected poster for a Local Media file.


    - Added "0" key to Movies/Poster/PIcons Browsers to jump to first/last item in the listed items.


    - Added "Help (Keys)" menu option to Movies/Poster Browsers.


    - Added menu to IPTV Page to delete Favourite Server Menu Option.


    - Improved tables to show green column title (if sorted in ascending order) and blue (if descending order).


    - Fixed Tables not sorting the same column in ascending after sorting it in descending order.

    aj panel working very fine on most portal

    but some portal not open they error either then other program they work

    hope when next update will come it fixed


    over all very good plugin

    There is a lot of servers provide many portal, any mention from any user to one not working ...

    we checked and if it new or not work from panel before we add it to next version

    developer are listens carefully to any constructive suggestions

    note :

    we test a lot of portal servers and still test but of course if any users netted that one of the portals does not work.

    he can sent to a pm to try it, As long as it works in the first place