Seite 5 von 5 ErsteErste ... 345
Ergebnis 41 bis 46 von 46
  1. #41
    Avatar von Captain
    Registriert seit
    03.04.2013
    Beiträge
    14.704
    Thanks (gegeben)
    748
    Thanks (bekommen)
    20820
    Themenstarter
    Total Downloaded
    162,47 MB
    Total Downloaded
    162,47 MB
    ReceiverDanke
    Update 7.3 Images
    fix crash U41,U42;U43;U45 Models connect to 4K TV


    openATV we are open Source

    Boykott GPL violator

  2. Thanks Mr.Servo, aouamed bedankten sich
    •   Alt Advertising

       

  3. #42
    Avatar von Captain
    Registriert seit
    03.04.2013
    Beiträge
    14.704
    Thanks (gegeben)
    748
    Thanks (bekommen)
    20820
    Themenstarter
    Total Downloaded
    162,47 MB
    Total Downloaded
    162,47 MB
    ReceiverDanke
    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.

    openATV 7.3 Changes-1.png

    Enable Autocam and define the default
    with Yellow add form Current Provider list a new channel , remove channel or change the cam

    openATV 7.3 Changes-2.png

    add current channel to autocam or remove
    add current provider to autocam or remove

    openATV 7.3 Changes-3.png


    list saved to /etc/enigma2/autocam


    openATV we are open Source

    Boykott GPL violator

  4. Thanks ser6, Makumbo, aouamed, pesat1995, airforce and 2 others bedankten sich
  5. #43
    Avatar von Captain
    Registriert seit
    03.04.2013
    Beiträge
    14.704
    Thanks (gegeben)
    748
    Thanks (bekommen)
    20820
    Themenstarter
    Total Downloaded
    162,47 MB
    Total Downloaded
    162,47 MB
    ReceiverDanke
    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

    openATV 7.3 Changes-screenshot-2023-11-20-211942.png

    now with oe-core categories from git

    openATV 7.3 Changes-screenshot-2023-11-20-212214.png


    openATV we are open Source

    Boykott GPL violator

  6. Thanks pamonbla, africatwin, mellie.w, Makumbo, ser6 and 7 others bedankten sich
  7. #44
    Avatar von Captain
    Registriert seit
    03.04.2013
    Beiträge
    14.704
    Thanks (gegeben)
    748
    Thanks (bekommen)
    20820
    Themenstarter
    Total Downloaded
    162,47 MB
    Total Downloaded
    162,47 MB
    ReceiverDanke
    Update devel und 7.3

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


    openATV we are open Source

    Boykott GPL violator

  8. Thanks ser6, jorgo, Melgas, Mr.Servo, africatwin bedankten sich
  9. #45
    Avatar von Captain
    Registriert seit
    03.04.2013
    Beiträge
    14.704
    Thanks (gegeben)
    748
    Thanks (bekommen)
    20820
    Themenstarter
    Total Downloaded
    162,47 MB
    Total Downloaded
    162,47 MB
    ReceiverDanke
    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.

    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

    [StreamRelay]
    * fix zap delay
    * add adjustable value


    openATV we are open Source

    Boykott GPL violator

  10. Thanks ser6, DelthaBuegel, Melgas, blackbox, Makumbo bedankten sich
  11. #46
    Avatar von Captain
    Registriert seit
    03.04.2013
    Beiträge
    14.704
    Thanks (gegeben)
    748
    Thanks (bekommen)
    20820
    Themenstarter
    Total Downloaded
    162,47 MB
    Total Downloaded
    162,47 MB
    ReceiverDanke
    Update Devel

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

    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.

    Network
    add NordVPN DNS Server

    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

    openATV 7.3 Changes-sr1.jpg
    openATV 7.3 Changes-sr2.png

    Tip: add Channels: Channel Liste -> Provider Press Menu and add all Channels from one Provider with one click


    openATV we are open Source

    Boykott GPL violator

  12. Thanks osianese, Papi2000, Jogibär, montilla, ser6 and 7 others bedankten sich

Seite 5 von 5 ErsteErste ... 345

Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 22:12 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2023 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,26%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com