Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 28

Thread: Chocholousek Picons Updater (E2 plugin)

  1. #11
    Administrator WaRp's Avatar
    Join Date
    16-08-2015
    Posts
    7,731
    Uploads
    8,927
    Likes
    26,125

    Re: ChocholousekPicons Updater (E2 plugin)

    NEW Update


    chocholousek-picons_3.1.201103


    Added support for non-standard userbouquet files (lowercase) in Enigma, after using the DreamSet application:
    - unfortunately, DreamSet uploads userbouquet files with lowercase characters to the set-top box and therefore no matching service reference codes are found
    - the process of comparing service reference codes from userbouquet files will no longer be case sensitive

  2. Advertise Here
  3. #12
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,792

    Re: ChocholousekPicons Updater (E2 plugin)

    Chocholousek-picons_4-0-210129l

    Source code modified to support both versions of Python 2 and 3 at the same time (oATV 6.5).
    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)

  4. #13
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,792

    Re: ChocholousekPicons Updater (E2 plugin)

    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.

  5. #14
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,792

    Re: ChocholousekPicons Updater (E2 plugin)

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

  6. #15
    Administrator WaRp's Avatar
    Join Date
    16-08-2015
    Posts
    7,731
    Uploads
    8,927
    Likes
    26,125

    Re: ChocholousekPicons Updater (E2 plugin)

    4.0.210429
    Fixed typo: "XPpicons" to "XPicons"


    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

  7. #16
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,792

    Re: ChocholousekPicons Updater (E2 plugin)

    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:
    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 Peter Pan needs:
    
    /media/ppmedia/picon
    
    /media/ppmedia/picon_50x30
    
    /data/picon
    
    /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 

  8. #17
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,792

    Re: ChocholousekPicons Updater (E2 plugin)

    5.0.210523

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

  9. #18
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,792

    Re: ChocholousekPicons Updater (E2 plugin)

    Chocholousek-picons_5.0.210701

    - after a 7zip archiver error occurred, the plugin algorithm continued to execute, despite the error

  10. #19
    Sat-tv te@m dreams@t's Avatar
    Join Date
    15-04-2006
    Location
    FunFiles City
    Posts
    11,330
    Uploads
    6,437
    Likes
    31,792

    Re: ChocholousekPicons Updater (E2 plugin)

    Chocholousek-picons_5.0.210820


    - Minor corrections in Polish translation -

    Thx @lareq

  11. #20
    Super Moderator Mafia_DZ's Avatar
    Join Date
    20-11-2008
    Location
    the justice of god
    Posts
    5,987
    Uploads
    8,600
    Likes
    18,599

    Re: Chocholousek Picons Updater (E2 plugin)

    NEW Update extensions-chocholousek-picons-5.1 19.10.2021


    ChocholousekPicons Updater (E2 plugin) v5.1 (.ipk) - 19.10.2021

    Added a simple function: the 7-zip error ''Can't allocate required memory!'' may occur on some devices with 256MB or less of RAM installed - from now, free RAM is checked before downloading packages from the internet, then if possible, if necessary, s

Page 2 of 3 FirstFirst 123 LastLast
Advertise Here

Similar Threads

  1. Picons by chocholousek
    By WaRp in forum Enigma2 Picons
    Replies: 8
    Last Post: 23-01-2020, 22:34:08
  2. New enigma2-plugin-extensions-afn key updater
    By vahiné in forum Enigma2 Plugins
    Replies: 0
    Last Post: 11-07-2018, 20:04:26
  3. Enigma2-plugin-extensions-iptv-list-updater
    By wahid in forum Enigma2 Plugins
    Replies: 0
    Last Post: 15-06-2013, 19:15:04
  4. Replies: 1
    Last Post: 10-06-2012, 21:55:16
  5. New Den's Updater v6.9
    By deporte in forum DVB Emulators
    Replies: 0
    Last Post: 09-10-2008, 16:18:23

Posting Permissions

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