Page 4 of 6 FirstFirst 123456 LastLast
Results 31 to 40 of 57

Thread: ChocholousekPicons updater Enigma2 plugin by s3n0 OE 2.0

  1. #31

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,784
    Rep Power
    2484984

    Απ: ChocholousekPicons updater Enigma2 plugin by s3n0 OE 2.0

    NEW Update

    chocholousek-picons_4.0.210129


    4.0.210129

    Source code modified to support both versions of Python 2 and 3 at the same time.

    Fixed description for the plugin:

    - picons are supported mainly for satellite positions from Europe

    - other satellite positions are less supported ... such as satellites in Russia (not all satellites from Russia are supported)

    DOWNLOAD

  2. #32

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,784
    Rep Power
    2484984

    Απ: ChocholousekPicons updater Enigma2 plugin by s3n0 OE 2.0

    NEW Update

    chocholousek-picons_4.0.210130


    For the needs of OpenATV-6.5 alpha version (based on Python 3.8.x), ".py" files are inserted into the installation package instead of ".pyo" files.



    DOWNLOAD

  3. #33

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,784
    Rep Power
    2484984

    Απ: ChocholousekPicons updater Enigma2 plugin by s3n0 OE 2.0

    NEW Update

    chocholousek-picons_4.0.210214


    Add log output to the file "/tmp/chocholousek-picons.log", while updating picons.
    Added testing of the connection to the server, which contains picon packages, after testing the internet connection.
    Minor syntax modification according to PEP8 E251.
    Renaming some functions (source code) to make them clearer.



    DOWNLOAD

  4. #34

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,784
    Rep Power
    2484984

    Απ: ChocholousekPicons updater Enigma2 plugin by s3n0 OE 2.0

    NEW Update

    chocholousek-picons_4.0.210301


    Improved Lithuanian as of February 16, 2021 (thanks @Adga).
    Fixed a small bug in sorting database files in a folder:
    - the error could theoretically lead to a freeze updating the database of available picons
    - files are now sorted by algorithm in alphabetical order, and not by creation date
    Created and added new bb recipe to OpenATV feeds (thanks @Nicker):
    https://github.com/oe-alliance/oe-al...usek-picons.bb
    https://github.com/oe-alliance/oe-al...enatv-feeds.bb
    https://github.com/nickersk/oe-allia...d724713dad54b9



    DOWNLOAD

  5. #35

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,784
    Rep Power
    2484984

    Απ: ChocholousekPicons updater Enigma2 plugin by s3n0 OE 2.0

    NEW Update

    chocholousek-picons_4.0.210427


    Fixed a minor bug in the list of picons loaded from local disk:
    - the list of file names on the local disk was created incorrectly, including SRN file names
    - the plugin only works with SRC file names, so deleting "unnecessary" SRN file names is undesirable
    - the plugin from this version or later will completely ignore files named as SRN
    - thx to manuel06

    DOWNLOAD

  6. #36

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,784
    Rep Power
    2484984

    Απ: ChocholousekPicons updater Enigma2 plugin by s3n0 OE 2.0

    NEW Update

    chocholousek-picons_4.0.210428


    Fixed path to non-traditional picons directories:

    - the letter "s" was missing at the end of the "ZZPicon" and "XPicon" directory names

    - in the case of the "/media/hdd" and "/media/usb" subdirectories

    - thx to @steiff

    DOWNLOAD

  7. #37

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,784
    Rep Power
    2484984

    Απ: ChocholousekPicons updater Enigma2 plugin by s3n0 OE 2.0

    NEW Update

    chocholousek-picons_4.0.210429


    Fixed typo: "XPpicons" to "XPicons"


    DOWNLOAD

  8. #38

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,784
    Rep Power
    2484984

    Απ: ChocholousekPicons updater Enigma2 plugin by s3n0 OE 2.0

    NEW Update

    chocholousek-picons_5.0.210501


    Added multiple configuration profiles:
    - since there has also been a change in the system file "/etc/enigma2/settings",
    it is recommended to delete "chocholousekpicons" old configuration entries, for example using an online script:

    Code:
    wget -qO- --no-check-certificate "https://github.com/s3n0/e2plugins/raw/master/ChocholousekPicons/online-setup" | bash -s del-config
    The ability to check and save the plugin configuration is removed:
    - the plugin configuration is SAVED AUTOMATICALLY and immediately after each change
    - the red "Exit" button has been replaced by "Profile reset" for this purpose
    - the green button is used to exit the plugin

    New option to add default picon directories, for Enigma2 administrators and developers:
    - create a text file "/etc/enigma2/chocholousekpicons.cfg" (Unix/Linux newlines)
    - insert the configuration section [picon_dir] into the file and insert the required directories to the picons below it (one line = one directory)
    - note: this file will also be used instead of the original file "/etc/enigma2/3rd_party_picons.ini",
    which was intended for downloading external archives 7z with picons (for example SRN picons) - only under configuration profile number 1 !!!,
    just add a configuration section named [picon_url]
    - comments are allowed with a "#" sign at the beginning of the line
    - example file content:

    Code:
    # Chocholousek picons - Enigma2 plugin (https://github.com/s3n0)
    # The file contents example (/etc/enigma2/chocholousekpicons.cfg)
    [picon_dir]
    ### picon directories - for PurE2 needs:
    /media/ppmedia/picon
    /media/ppmedia/picon_50x30
    /data/picon_100x60
    ### picon directories - for Ellano.sk needs:
    /usr/share/enigma2/hdg17_files/picon
    #[picon_url]
    #http://download.test.net/files/my_picons.7z
    #http://example.com/files/iptv-special-picons.7z

    DOWNLOAD

  9. #39

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,784
    Rep Power
    2484984

    Απ: ChocholousekPicons updater Enigma2 plugin by s3n0 OE 2.0

    NEW Update

    chocholousek-picons_5.0.210523


    -Minor fix when displaying information (MessageBox) after running plugin update




    DOWNLOAD

  10. #40

    korn's Avatar
    Join Date
    Dec 2010
    Location
    SatDreamGr
    Posts
    51,784
    Rep Power
    2484984

    Απ: ChocholousekPicons updater Enigma2 plugin by s3n0 OE 2.0

    NEW Update

    chocholousek-picons_5.0 02.06.2021


    When downloading 7z archives with picons via VPN, there is always an error. From now on, this will be reported as a specific error.





    DOWNLOAD

Page 4 of 6 FirstFirst 123456 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. ChocholousekPicons updater Enigma2 plugin by s3n0 ΟΕ 2.2
    By korn in forum Enigma2 Plugins ΟΕ 2.2
    Replies: 51
    Last Post: 26-12-23, 09:23
  2. Replies: 21
    Last Post: 15-06-20, 19:49
  3. m3u to enigma2 plugin?
    By tomgr in forum SatDreamGr Images Chat
    Replies: 0
    Last Post: 07-12-16, 19:00
  4. Replies: 0
    Last Post: 31-10-14, 21:10
  5. SettingsMaker 2.2 Enigma2 Plugin
    By nikos21 in forum Enigma2 Plugins ΟΕ 2.2
    Replies: 0
    Last Post: 18-10-14, 17:43

Posting Permissions

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