Display More
Regarding setting up cron to temporarily replace awiouy provided service.webgrabplus, this is what I did and works for me :-1. Disabled WebGrab+Plus service addon via Kodi UI (Fully disables addon, but currently believe does not fully disable service?)
2. Disabled service via ssh and command line (systemctl stop service.webgrabplus "then" systemctl disable service.webgrabplus)
3. Utilised a cron job to run awiouy webgrabplus.start automatically and only once a day at 03:00Added following line within root file /.cache/cron/crontabs/root (via ssh and using crontab -e command)
0 3 * * * /.kodi/addons/service.webgrabplus/bin/webgrabplus.start
Above will ensure job is run at 03:00 every day as Cron is enabled by default in LibreELEC on my RPi2, so simply re-booting device ensures that cron job(s) runs at set time every day.
Note: Above still utilises the webgrabplus addon via mono as provided by awiouy (Thanks so much)
not even need reboot. unless this is RPi related.. but I don't see how , I set a cronjob to run 5 minutes from when I set it and it run webgrabplus.start (i see in ps ax)
so don't need reboot =] good to know u can disable addon. the binary provided and mono work well