Page 1 of 1

ChocholousekPicons Updater (E2 plugin)

Posted: 26 Jun 2024, 14:34
by sugar
5.0.240626

Minor improvement:

- although the use of SNP picons is not very popular, due to their partial support in the plugin, it was necessary to change the search algorithm of all available satellite packages

- picon designer chocholousek will now be able to add some other SNP picon packs to the database (but they are still not primarily used in the plugin)

thanks s3n0

Re: ChocholousekPicons Updater (E2 plugin)

Posted: 27 Jun 2024, 05:03
by sugar
for those who want these are the telnet commands to remove the old version and install the new one but be careful it resets the profile


Code: Select all

wget -qO- --no-check-certificate "https://github.com/s3n0/e2plugins/raw/master/ChocholousekPicons/online-setup" | bash -s uninstall
wget -qO- --no-check-certificate "https://github.com/s3n0/e2plugins/raw/master/ChocholousekPicons/online-setup" | bash -s install

Re: ChocholousekPicons Updater (E2 plugin)

Posted: 03 Sep 2024, 17:26
by Hannibal_Lecter
5.0.240903

Minor improvement:

- in case of a problem receiving an HTML file instead of a 7zip file, the found HTML title from the file will be displayed

- fixed wrong resolution, in case of alternate image "image_not_found.png"

Re: ChocholousekPicons Updater (E2 plugin)

Posted: 03 Sep 2024, 17:28
by Hannibal_Lecter
5.0.240904

BUG fix:

----

File "/usr/lib/enigma2/python/Components/ScrollLabel.py", line 58, in setText

TypeError: in method 'eLabel_setText', argument 2 of type 'std::string const &'

----

- this was a string conversion issue between C++ and Python, in Enigma2 - Gemini Project 4.2

- thx to Warder for the BUG report and for testing the BUG fix in Gemini