Advertise Here
Advertise Here
Advertise Here
Advertise Here
Results 1 to 5 of 5

Thread: OpenATV Image Updates and Changelogs

  1. #1
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,060

    Thumbs up OpenATV Image Updates and Changelogs

    openATV 7.3 Based on oe-a 5.3 (OE 4.2 Mickledore)


    Build refresh libs and python addons
    like e.g.
    openssl 3.1
    python 3.11.2
    gstreamer 1.22
    glibc 2.3.7
    samba4 4.15.13
    ffmpeg 6.0


    openatv-7.3

    PHP Code:
    http://images.mynonpublic.com/openatv/7.3/ 

  2. Advertise Here
  3. #2
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,060

    Re: OpenATV Image Updates and Changelogs

    openAtv 7.4 devel Images

    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

    now with oe-core categories from git

    Thanks Captain and OpenATV TEAM

  4. #3
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,060

    Re: OpenATV Image Updates and Changelogs

    Update devel und 7.3


    * CI fix VU FBC Tuner 9-16
    * CI fix decrambler issue ci 1.4

  5. #4
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,060

    Re: OpenATV Image Updates and Changelogs

    Update devel

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

    [StreamRelay]
    * improve isPlayable in ChannelSelection

    [Navigation]
    * disable Streamrelay zap delay
    This needs to be implemented differently.

  6. #5
    Super Moderator mehmetkarahanlı's Avatar
    Join Date
    29-12-2017
    Location
    bursa
    Posts
    28,011
    Uploads
    107
    Likes
    17,060

    Re: OpenATV Image Updates and Changelogs

    Update Devel

    [StreamRelay]
    * fix zap delay
    * add adjustable value

Advertise Here

Similar Threads

  1. Amiko Viper 4k OPENATV 7.1 image
    By dreams@t in forum Amiko Images
    Replies: 0
    Last Post: 29-01-2022, 18:59:32
  2. OpenATV Vu+ ZERO Image
    By dreams@t in forum Vu+ Zero Images
    Replies: 0
    Last Post: 27-11-2021, 19:20:35
  3. Full BackUP Image OpenATV-6.4- OpenATV-6.4-DM920UHD-08-05-2021
    By dreams@t in forum Dreambox DM 920 UHD Images
    Replies: 0
    Last Post: 08-05-2021, 15:11:32
  4. New NETFLIX OK on OCTAGON SF 8008 E2 ( openATV image )
    By sami noor in forum Octagon Guides / Information / Tutorials
    Replies: 5
    Last Post: 14-12-2020, 19:47:05
  5. DreamTwo : OpenATV 6.4 by SB 20201006 Alpha image
    By toysoft in forum Dreambox One 4K Images
    Replies: 0
    Last Post: 07-10-2020, 00:07:00

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •