OpenATV 7.3 Python 3.11 Images

There are 184 replies in this Thread which was already clicked 50,149 times. The last Post () by Azzurra.

  • Captain


    Is it possible to see automatic translation for txt or dvb files attached to channels?


    Currently pure2 7.3 support this feature (i.e translation of txt) for limited devices, actually this feature is quite import to users who want to watch TV programs in languages different than what they know.


    Also background schedule update with user's timer, till this moment, user have to check system update manually which requires time each time. I think it easy to add this function to keep the system automatically check/install updates based on schedule set by user.


    Is it possible to add channel status by default 4K, HD, SD... etc as icon same like crypto icon or sat icon in channels list?...

  • Hi Captain, I wanted to point out that by updating the SF4008 octagon box with the latest build of 11/17/2023, 08:14:19 the conax nCAMD cam for the canal+ channels does not work, the ciplushelper_5.4-r0 plugin is installed on the box, even by updating it to ciplushelper version 5.7 or 5.8 from the common interface menu, the CAM is not detected and does not clarify the channels relating to the subscription.

    Coincidentally I am surprised to discover that by uninstalling the ciplushelper plugin the cam is detected and the channels relating to the subscription are decoded.

    Is this behavior correct?

  • If you means a screenshot,you can make it with WebIF.

    Dall'inizio del 2024 chiudo la mia attività per quanto riguarda E2 per problemi di salute.

    Ab Anfang 2024 werde ich meine aktivität bezüglich E2 aus gesundheitlichen Gründen beenden.

  • Update 7.3


    [LCDPicon/Renderer]

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

    * text corrections for comments


    [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)


    [Picon,LcdPicon/Renderer]

    * improve resolution in channel name


    MultiBootManager update dreambox SDcard Slots

    FlashManager add support new dream rootfs name


    [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] Fix URI_VERSIONS

    [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).


    [Hardddisk]

    * correction of addMountedPartition/removeMountedPartition ( called by AutoMount in Networkbrowser )

    * correction of net mount description


    [AVControl]

    * define static videomode_choices for boxes based on USE_VIDEO_MODE_HD



    [SoftcamSetup]

    * improve yellow/blue key for autocam

    * fix yellow button text

    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.


    [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.


    [UsageConfig.py]

    - Remove the "Force OPKG clean mode" config item.


    [setup.xml]

    - Remove the "Force OPKG clean mode" option.


    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


    [PluginBrowser]

    * fix crash:

    16:36:26.6954 File "/usr/lib/enigma2/python/Screens/PluginBrowser.py", line 1116, in keyGreenCallback

    16:36:26.6964 NameError: cannot access free variable 'package' where it is not associated with a value in enclosing scope


    [SoftwareManager]

    * move setup to core setup.xml


    Meta (#3139)

    * cleanup meta

    * clean Makefile.am


    [International]

    * fix getNIMCountries


    PluginBrowser.py] Small corrections and optimizations

    After investigating the cause of the recent crash it was decided to further refactor and optimise the code. This change removes the cause of the crash (which was caused by trying to manipulate a variable from the parent method) and further streamlines the code.


    [InstantRecord] fixes (#3143)

    * [InstantRecord] fixes

    fix #3130

    fix #2800 completely



    [PliExtraInfo/Converter]

    * fix TransponderInfo2line


    [LocaleSelection] Fixed selectKeys in LocaleWizard


    [SoftcamSetup]

    * improve save

    * add callback to stop and restart current service

    * add processing screen


    [LocaleSelection] Fixed selectKeys in LocaleWizard


    [SoftcamSetup]

    * improve save

    * add callback to stop and restart current service

    * add processing screen



    [PluginBrowser.py] Rework categories

    - Rework the package and plugin categories to simplify the categories listed to users.

    - Add an ability to recategorize packages with inappropriate or malformed categories that are not managed or fixable by openATV developers.


    [InstallWizard.py] Refactor code

    - Sort imports.

    - Use the Python tar library rather than forking a shell to run tar.

    - Use the new Opkg.py library.

    - Fix and improve variable names.

    - Add help text to the screen.

    - Clean up and optimize the code.

    - Use match rather than if/elif/else blocks.

    - PEP8 clean the code.

    - Use f-strings.


    [CI] Improve logging

    especially when 2 modules are used


    [CI] Set proper routing

    Change routing only once during initialization of CI module

    and revert back if CA manager hasn't set up routing in the

    meantime.


    [CI] Add Critical Security Update Version protocol

    from CI+ v1.4.3 spec


    [CI] Fix not working second VU FBC tuner

    by using VU ioctl only for second FBC tuner.

    Special drivers are needed.


    [ChannelSelection]

    * try to fix grayed out services while stream relay active



    [International.py] Correct keyboard index definition



    StreamRelay (#3153)


    * add zap delay if stream relay active to prevent "no free tuner".

    * show correct provider, namespace, transponder and frontend info for stream relay services

    * show recording indicator in channel selection for stream relay services


    PLEASE NOTE!!

    All of this will only work if you use whitelist_streamrelay.


    Some parts are taken from openVix.

    Thanks to DimitarCC


    [StreamRelay]

    * improve isPlayable in ChannelSelection


    [Navigation]

    * disable Streamrelay zap delay

    This needs to be implemented differently.


    Automate and enhance keyboard keymap selection (#3155)


    * Automate and enhance keyboard keymap selection


    [InputDevice.py]

    - Refactor the Keyboard class.

    - Use "keyboards.xml" rather than separate "*.info" text files to describe the keymaps.

    - Sort imports.

    - Use join rather than string manipulation to create pathnames.

    - Use consistent quotation marks.

    - Use f-strings.

    - Clean up a few comments.


    [InputDeviceSetup.py]

    - Add "KeyboardSelection" class to handle keymap selection.

    - Remove redundant "layoutFinished()" method.

    - Sort imports.

    - Use consistent quotation marks.

    - Use f-strings.

    - Clean up a few comments.


    [keymaps]

    - Use more logical naming for keymaps. The names directly map to the keyboard field in the "International.py" data.

    - Remove all the "*.info" files and use a single "keyboards.xml" file instead.


    [menu.xml]

    - Update the "Keyboard Settings" menu item to use the new validation code.


    [setup.xml]

    - Update the "Keyboard" config item to use the new setting.


    [StartEnigma.py]

    - Remove defunct keyboard code


    include elistboxservicecontent.h interface in python


    [StreamRelay]

    * fix zap delay

    * add adjustable value


    NetworkSetup.py add NordVPN DNS


    [Infobar]

    * fix CH+/- zap in for active stream relay service


    Show eg. Wed 29 Nov instead of 29 Nov 2023

    This change uses `date.dayshort` instead of `date.long`.


    EPG data is pretty much guaranteed to be less than a year ahead.

    Even if further than a year away, that would be inferred by overlapping months.


    [FrontendData/Converter]

    * update Tunerinfo for stream relay channels


    [FrontendInfo]

    * fix service scan crash


    [eStreamServer]

    * add getConnectedClientDetails to provide frontend and transponder info for the stream clients



    Stream relay (#3162)


    [InfoBarStreamRelay]

    * fix add provider to StreamRelay

    * remove empty items

    * provide new StreamRelaySetup


    [StreamRelaySetup]

    * provide add/remove StreamRelay services

    * move StreamRelay setting to new setup screen


    [MessageBox.py] Correct summary display

    - The summary screen was looking at itself rather than the parent to see if the "list" widget exists. It now correctly looks at the parent.

    - Use f-strings.


    [eDVBService]

    * correction of isPlayable return for Stream Relay


    Autocam (#3167)

    * support Stream Relay



    [MessageBox.py] Restore unused widget definitions

    The dummy widget has been restored as some skins do not check if the "list" widget actually exists before manipulating it. The widget is optional and code should be checking that the widget is available *BEFORE* trying to manipulate it. This hack has been restored to give skinners more time to correctly fix their skins!


    [SoftwareUpdate]

    * use new ampel


    [InfoBarInstantRecord]

    * rename callback functions

    * fix empty duration crash

    * correction of margin for duration change


    [ChannelSelection]

    * move call setHideNumberMarker to ServiceList


    Workaround for #3006 (pressing 0 no longer goes to first channel in…

    … Multi-channel EPG) (#3175)

    * Workaround for #3006 (pressing `0` no longer goes to first channel in Multi-channel EPG)

    * Workaround (tweaked) for #3006 (pressing `0` in Multi-channel EPG)


    [FlasManager/MultiBootManager/ImageBackup]

    * show multiboot type


    [Information/About]

    * show VU+ Multiboot if active


    [AutocamSetup,StreamRelaySetup]

    * show orbital position (idea taken from openVix)

    * sort channels (taken from openVix)


    [InfoBarAutoCam]

    * use toCompareString for serviceref compare


    [InfoBarStreamRelay]

    * use toCompareString for serviceref compare

    * add sanitizer (idea taken from openVix)

    * make some functions/ivars private


    [eListboxPythonServiceContent]

    * add isFolder flag to setBuildArgs

    * add missing setHideNumberMarker

  • Captain


    I wanted to install the mediastream plugin that was updated to the latest version from feed. The plugin searches for newer versions of libatomic1 , libgcc1 and libstdc+6 v. (> =12.2.0 ). Where to find libraries with newer versions and if you can attach them here. Thank you.

  • opkg list libatomic1* show me libatomic1 - 12.2.0-r0

    opkg list libgcc1* show me libgcc1 - 12.2.0-r0

    opkg list libstdc+* show me libstdc++6 - 12.2.0-r0

    for me looks ok

    check

    opkg update output you use 7.3 feed ?

  • Thank you for reply. Image is ATV 7.3 with patched version for DM800SE. I checked opkg lists for libraries

    wih telnet. Image is updated yesterday with Software update , 82 packages.


    opkg list libatomic1 show me 10.2.0-r0

    opkg list libgcc1 show me 10.2.0-r0

    opkg list libstdc++6 show me 10.2.0-r0


    All three libraries are up to date . How to upgrade it ?

  • Captain

    Avrei una domanda da fare. Ho un dreambox dm920 con installato tuner FBC BCM45308X con due ingressi fisici e otto demodulatori virtuali, ed un tuner dtt sempre con due ingressi. Il decoder è collegato a un impianto d'antenna condominiale, per cui sono costretto ad utlizzare il tuner FBC come un normale twinsat, senza sfruttare la modalità avanzata per gli 8 demodulatori. Il problema che ho è che, mentre con immagine DreamOS configuro i due ingressi sat come --> semplice --> singolo --> hotbird 13e e posso utilizzare i due ingressi a cui sono collegate due discese separate, con la OpenATV sia 7.3 che 7.4 se tento di utilizzare i due tuner la visione si interrompe. Nella configurazione mi compaiono gli otto tuner virtuali da configurare e ho provato le seguenti modalità: Semplice --> Singolo --> Hotbird 13e su tuner A e B, lasciando non configurati gli altri, oppure tuner A ed E e gli altri non collegati, oppure tutti collegati. In nessuna delle modalità riesco ad utilizzare il secondo ingresso del tuner. Ho provato a porre la domanda nella sezione italiana del forum OpenATV, ma non ho avuto al momento risposta.

    Potresti aiutarmi a risolvere il problema? Grazie


    I have a question to ask. I have a dreambox dm920 with FBC BCM45308X tuner installed with two physical inputs and eight virtual demodulators, and a dtt tuner also with two inputs. The decoder is connected to a condominium antenna system, so I am forced to use the FBC tuner like a normal twinsat, without taking advantage of the advanced mode for the 8 demodulators. The problem I have is that, while with DreamOS image I configure the two sat inputs as --> simple --> single --> hotbird 13e and I can use the two inputs to which two separate descents are connected, with the OpenATV both 7.3 and 7.4 if I try to use the two tuners the vision stops. The eight virtual tuners to configure appear in the configuration and I tried the following modes: Simple --> Single --> Hotbird 13e on tuner A and B, leaving the others unconfigured, or tuner A and E and the others not connected, or all connected. In none of the modes I can use the second tuner input. I tried to ask the question in the Italian section of the OpenATV forum, but I haven't had an answer at the moment.

    Could you help me solve the problem? Thank you

  • you have only one sat position 13E and two cable both cable connect to a single lnb no switch nothing
    A+B as single is correct its works now like a normal twin sat Receiver, we dont have the secrets from dreamos , i have not test your config, i use unicable, with openatv e2 see the tuner as 8 normal tuner not as a virtuell, we have no other option for your
    only with dreamos you can use the rest as virtual, but unfortunately that doesn't work well, it's just not a vu

  • Update 7.3 and Devel


    [FileCommander]

    * start movie playback via InfoBar

    * remove unused FileCommanderMoviePlayer


    [InfoBar]

    * change PVR key action for MoviePlayer started via FileCommander


    [Renderer/LcdPicon]

    * improve path search

    Prefer piconlcd if exists but only if not empty.


    [InfoBarGenerics]

    * small text changes

    * small refactor of instantRecord


    [LCD]

    * correction of power led settings


    Update ServiceName2.py

    "TRK UKRAINE" - doesn't exist anymore


    [Harddisk]

    * don't add if device already in the list


    [Actionmap]

    * use f-string

    * include screen name in debug output


    [Timeshift]

    * use HelpableActionMap


    [InfoBarGenerics]

    * remove unused ActionMap and NumberActionMap


    [VideoMode]

    * use f-string

    * use HelpableActionMap


    [Standby]

    * use HelpableActionMap


    [EpgSelection]

    * small code changes


    [QuickMenu]

    * use HelpableActionMap


    [BoxPortal]

    * use HelpableActionMap


    [DisplaySkins]

    * remove duplicate EMCSelectionSummary

    * fix GraphicalEPGPIGSummary

    * fix EPGSelectionSummary


    [SimpleSummary]

    * add new summary name support


    [StartEnigma.py] Update Summary screen and profile tags

    - Replace the old and defunct SimpleSummary screen with the newer ScreenSummary screen and logic.

    - Improve the profile tag strings and add a few more tags to make the startup counter more granular.


    [ChoiceList]

    * make dash line non selectable


    [bsod]

    * tweak message text / remove config.crash.debug_text


    [setup.xml]

    * show REC Symbol settings only if display skin exists


    [EpgSelection]

    * add workaround for #3006


    [Skin]

    * add new SkinContextVertical, SkinContextHorizontal


    [EpgSelection]

    * fix typo


    [LCD]

    * remove unused and duplicate mini tv settings


    translation update

  • must be praised for it runs really well openatv-7.3-dm920-2023 12 22


    tips


    how to open atv to 4 record programs in progress


    common interface and CI allocation must be switched off completely




    if you use 2 Norlys TV modules


    then you don't need softcam

    Dreambox DM920 - BlackHole 10.3 - Norlys Tv - Danmark - DVB-T2 :goodluck:


    :Morning Coffee:

  • Is there any hope from the team to check vpn manager plugin (openvpn) from the feeds?

    It was working OK with my CyberGhost vpn subscription only until version 7.2

    It stopped working on versions 7.3 & 7.4

    Thank you.

    octagon sf8008 4K combo

  • Hola buenas tardes. He comprado un receptor de la marca cloud ibox II plus y no sé cómo instalarle los canales para ver el fútbol. Podeis ayudarme? Me lo han dado reseteado y no sé ni por dónde empezar

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!