Hi,
i have written a script (in english language) with that you can install e2iplayer from git, it is for use with hotkey designated, and you can use this script also for updating e2iplayer.
it is only working from openpli-8.0 upwards, because it needs the program p7zip, and this isn't available before openpli-8.0 (it works also in openatv and openatv-7.x (python 3)).
so that e2iplayer and the script works it needs first the plugins (they are on feed);
enigma2-plugin-extensions-e2iplayer-deps
enigma2-plugin-extensions-ppanel
and the package (also on feed from openpli-8.0 upwards);
p7zip
if necessary the script installed this plugin{s}/package automatically, so it is nothing to do for users.
ok, so that the script works the following is to do (configuration);
1.) put the extracted script with name "e2iplayer_install_update_en.hidden.sh" on your box to the directory /usr/script (if this directory didn't exists create it first).
2.) make it executable with the following telnet/ssh command;
chmod 755 /usr/script/e2iplayer_install_update_en.hidden.sh
3.) put it on a button to your choice for hotkey, -> that's it.
please do not rename this script, because it needs .hidden in the name so that it works correct with hotkey in background.
now you can start the script with hotkey.
What did this script doing ?
it installed e2iplayer from git, out of the box it is configured for the e2iplayer from @zadmario, if users want to install instead
the e2iplayer version from @maxbambi they must change the line 13 in the script from that;
#FILE_ADRESS=https://gitlab.com/maxbambi/e2iplayer/-/archive/master/e2iplayer-master.zip
to that;
FILE_ADRESS=https://gitlab.com/maxbambi/e2iplayer/-/archive/master/e2iplayer-master.zip
and line 15 from that;
FILE_ADRESS=https://gitlab.com/zadmario/e2iplayer/-/archive/master/e2iplayer-master.zip
to that;
#FILE_ADRESS=https://gitlab.com/zadmario/e2iplayer/-/archive/master/e2iplayer-master.zip
but edit the script only wih a unix-compatble editor as example with notepad++
but at the moment the e2iplayer from @zadmario is much better i think, so better you didn't change the lines above.
if you start the script now,(as i already said) it installed the e2iplayer, thereby you can see messages to this job on the osd from your tv
so that you know what is matter, and also it creates a logfile which you can found on your box in /tmp it is named _e2iplayer_install.log.
you can have a look in this logfile if the script didn't makes the job correct, but in this case you become also a message on the osd.
if the install from the e2iplayer is then ready. it needs a enigma2-gui restart, the script does this also automatically, but
if records are running at this time the script displaces the enigma2-gui restart to 10 minutes later, and this repeating until then till nothing record is running.
please note:
if you use (install) the e2iplayer version from @zadmario then after start from e2iplayer it comes a error as you can see in the following picture
(but this error is only a cosmetic problem because this e2iplayer still works good in openpli-8.0.
openssl_error.jpg 59.08KB 45 downloads
This is the first file.
e2iplayer_install_script_en_for_hotkey.zip 2.01KB 123 downloads
Here is the latest script
e2iplayer_install_script_de_for_hotkey_vers-5.zip 4.24KB 45 downloads
regards
Pike
Edited by 40H3X, 1 October 2023 - 16:45.