openAtv 7.4 devel Images

There are 734 replies in this Thread which was already clicked 110,357 times. The last Post () by Mahmoud Hussein.

  • the ts player are in the vu drivers, you play live service or iptv channel ?
    live use ts player from driver

    iptv use gst or ffmpeq player depend of your settings and addons

    its IPTV stream/channel


    ffmpeg 6.0.2 - installed - come preinstalled from image

    GStreamer 1.22.6 - installed - come preinstalled from image

    gst player - not installed

    serviceapp - not installed


    ffmpeg are using only when serviceapp are acivated/installed - its right?


    no sure what player are using for iptvstream


    the ts player are in the vu drivers,

    now i know why sound from sattelite is different " low /poor quallity" oposite same channel from iptv provider


    do you think it will be possible to use the same drivers for satellite channels as for iptv?

    at least for VU Zero4K it will be a huge improvement

    VU Zero4k ATV7.3

    Edited once, last by sarsan ().

  • Update 7.3 and devel


    [LCDPicon/Renderer]

    * use ePicLoad to support 32 Bit picons for all Display types

    * text corrections for comments

    * improve resolution in channel name


    [Picon/Renderer]

    * text corrections for comments


    Fix MMI text conversion

    don't use inline convertDVBUTF8 function as it does

    implicit char* to string conversion which is a problem

    as the string can contain \0 in the character encoding

    (e.g. 0x10, 0x00, 0x01 for ISO/IEC 8859-1)


    [Nimmanager]

    * do not call autoconfig on startup


    [Harddisk]

    * improve enumerateNetworkMounts

    This change also prevents duplicate entries in partition list.


    [UsageConfig]

    * correct epgcache folder after reboot if not flash


    [servicedvb]

    * set scrambled to false for ts if there is no meta file


    [CI] Add ressources for CI+ 1.4 compability


    [CI] Operator profile

    don't send status request message right after session start as some modules

    open operator session, but don't seem to be able to handle operator messages

    as they just stop working after receiving the message(CANAL+ module).



    MultiBootManager update dreambox SDcard Slots

    FlashManager add support new dream rootfs name

  • Update Devel

    Softcam and CardServer Improvements


    - Refactor SoftcamSetup.py.

    - Separate Softcam and CardServer setup screens.

    - Combine and replace "config.oscaminfo.showInExtensions" and "config.cccaminfo.showInExtensions" with a new setting called "config.softcam.showInExtensions".

    - Update Softcam and CardServer methods in SystemInfo.py.

    - Update UsageConfig.py with updated Softcam and CardServer configurations.

    - Move CamControl.py module contents into SoftcamSetup.py module where it is used.

    - Add new AutoCam feature.

    - Add AutoCam configuration to StartEnigma.py.

    - Update ChannelSelection.py to use the new AutoCam feature.

    - Update InfoBarGenerics.py to use the new AutoCam feature.


    1.png


    Enable Autocam and define the default

    with Yellow add form Current Provider list a new channel , remove channel or change the cam

    2.png


    add current channel to autocam or remove

    add current provider to autocam or remove

    3.png


    list saved to /etc/enigma2/autocam

  • Devel Update


    [ConfigList.py] Add a way to suspend/resume the action maps

    Add a mechanism to suspend and resume the action maps in ConfigList so that code in Setup sub-classes can gain control of the action maps.


    * Refactor Opkg.py component and related code


    [Opkg.py]

    - Create a new multi-step command parser called "runCommand()".

    - Update, expand and better organize the CMD and EVENT data.

    - Create more events to better trace the actions of "opkg".

    - Rename the "Download" functions to "Install".

    - Improve variable names for better clarity.

    - Format the "opkg" command lines as documented in the "opkg" help syntax.

    - Enhance the "options" argument to allow for different options to be linked with different steps.

    - Use larger text buffers for all list based "opkg" commands.

    - Improve "opkg" output parsing and result evaluation.

    - Add a small sleep after the "clean" command to allow the file system to stabilize. This is required because running commands with steps is now significantly faster.

    - The old "startCmd()" will be removed when all code using it is updated.

    - Remove the "Force OPKG clean mode".


    [PluginBrowser.py]

    - Use the improved "Opkg.py" component library.

    - Enhance the capabilities of PluginProwser to allow it to replace other package management tools like PluginManager, PackageManager and Softcams. They will be further documented in later pull requests.

    - Add the "PACKAGE_CATEGORIES" dictionary to support replacement of PackageManager with PluginBrowser.

    - Rename the "Download" functions to "Install".

    - Use f-strings.

    - Improve some variable and method names.

    - Add a new option in the Setup screen to clear and reload the feed cache. This replaces the old "Force OPKG clean mode".

    - Use the non-blocking "Processing" screen rather than the spinner to show that something is being done in the background.

    - Rename "PluginAction()" class to "PackageAction()" to better reflect the expanded use of this class.


    [International.py]

    - Remove large dictionaries from the global variable space and move them to the International class.

    - Remove the repeated "UTF-8" text and use "" to represent UTF-8. Only specify encodings other than UTF-8.

    - Add a new field to specify the default keyboard mappings for each language. Only specify keyboards other than "qwerty".

    - Remove the buildISO3166() method as it and the associated module CountryCodes.py file are no longer required.

    - Use f-strings.

    - Re-sequence some of the methods and make some small optimizations of the code.

    - Remove the deleteLanguagePackages(), installLanguagePackages() and runPackageManager() methods and shift the functionality to LocaleSelection.py where a better interaction with the UI can be created.


    [LocaleSelection.py]

    - Use the streamlined International module import.

    - Remove unused imports.

    - Implement methods to add and remove locales / languages. These replace the methods previously in International.py.

    - Use Opkg.py component rather than directly accessing the opkg command, this no longer locks the UI while processing.

    - Use the Processing screen to show users when there is background processing to add or remove locales / languages.

    - Re-sequence some of the methods and make some small optimizations of the code.

    - Use "country" and "language" variable names to make the code easier to read.

    - Restore the Summary screen that got lost along the way.

    - Remove the unused selectKeys() method.


    [Satconfig.py] Use updated International.py

    - Use International.py to find the mapping from country codes to country names.

    - Remove reference to CountryCodes.py as this module has been removed.

    - Add comment regarding conflicting prompt and descriptions on two ConfigList strings.


    [CountryCodes.py]

    - Module removed as it is no longer needed.


    translation updates


    Displayskin (#3129)


    * rename screens from x_summary to xSummary

    * rename SimpleSummary -> ScreenSummary

    * fix title widget for ScreenSummay

    * fix PluginBrowserSummary

    * rename JobViewSummary -> TaskViewSummary


    [PliExtraInfo]

    * refactor part 2

    * remove pliExpertInfo Converter


    [Quickmenu]

    * replace PluginAction with PackageAction

    * replace ShowSoftcamPackages with PackageAction


    [menu]

    * replace PluginAction with PackageAction

    * replace PacketManager with PackageAction


    [SoftwareManager]

    * move setup to core setup.xml


    cleanup

    remove all meta files


    Information on the Update Package Update Manager

    under Software management -> Advanced options


    Screenshot 2023-11-20 211942.png


    now with oe-core categories from git


    Screenshot 2023-11-20 212214.png

  • the skin looks dirty

    [ePNG] couldn't open /usr/share/enigma2/Army_Touch_FHD/skin_default/ani/4.png

    [Skin] Error in screen 'InfoBar' widget 'widget' [Skin] Error: Converter 'ArBitrate2' not found!!


    and other plugin write strange infos


    13:59:58.2611 UNKNOW

    13:59:58.2613 UNKNOW

    13:59:58.2613 UNKNOW

    13:59:58.2630 READY_SLOT1

    13:59:58.2634 READY_SLOT1

    13:59:58.2699 AVC

    13:59:58.2701 AVC

    /dev/sda: open: No such file or directory

  • If that's from my crash not sure where the couldn't open /usr/share/enigma2/Army_Touch_FHD/skin_default/ani/4.png came from as I don't have that on my box..

    I've just removed slyk onyx to get it to boot up..

  • I don't have time at the moment to test this new build.

    But my skins have custom components. And some of the pngs are 24bit with no alpha so could actually be 8bit indexed.
    Don't know if that is causing any of the crashes mentioned in slyk onyx.
    At me in any bugs you find and I will have a look. I cant put this build on my boxes yet though. Too busy.

    ** A person who feels appreciated will always do more than what is expected **

  • I don't have time at the moment to test this new build.

    But my skins have custom components. And some of the pngs are 24bit with no alpha so could actually be 8bit indexed.
    Don't know if that is causing any of the crashes mentioned in slyk onyx.
    At me in any bugs you find and I will have a look. I cant put this build on my boxes yet though. Too busy.

    Just to update that it also enigma reboots on SlykQ but assume that would be expected if happening on onyx. Just FTP'ed to the box and deleted the SlykQ skin to get out of the loop. Hopefully can be fixed sometime in the future. Box is vu+ solo4k

    Attached Log file if it helps.


    20231120-145814-enigma2-crash.log

  • pasted-from-clipboard.png

    So from your more detailed log it looks like it doesn't like the pliextrainfo 2 lines
    This is in all my infobars so is going to crash on load in all my skins


    14:58:14.1068 File "/usr/lib/enigma2/python/Components/Converter/PliExtraInfo.py", line 505, in getText

    14:58:14.1076 TypeError: sequence item 2: expected str instance, int found

    ** A person who feels appreciated will always do more than what is expected **

OpenATV Team Images Support Forum ~ based on OE-Alliance

OpenATV Supported Models ~ Airdigital, Amiko, Anadol, Atemio, Atto, AX Technology, Axas, Beyonwiz, Dinobot, Dreambox, Edision, EVO, Ferguson, Formuler, Galaxy Innovations, Gigablue, Golden Interstar, HDBox, Hitube, James Donkey, IQON, Izibox, Jepssen, Maxdigital, Medialink, MaXytec, MediaArt, Megaset, Miraclebox, MK-Digital, Mut@nt, Novaler, Octagon, Odin, Optibox, Protek, PULSe, Qviart, Red-Eagle, Relook, Roxxs, SAB, Sezam, Sogno, Space, Spycat, Technomate, Telestar, Tiviar, T-Rex, Uclan, Venton Unibox, Vimastec, VisionNet, VU+, VUplus, World Vision, Vizyon, WWio, Xsarius, and Xtrend.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!