(2020-01-19, 23:55)melons2 Wrote: I have to agree if we, the users, want to keep an add-on alive even if not perfect..........we should not have to fight it being marked "broken". It works, just not automatically.....neither is anything else using the TVDb API.
That's my 2 cents!
Thanks, hopefully enough people will agree and they will keep things as they are now. Until someone fixes all the addon features or creates a better addon, I am happy with the way things are working. On my systems with the default skin deleting the database file once a day it seems to be working .
On my Liberelec system that is on 24/7 I activated cron in the services menu and added
10 1 * * * rm -f /storage/.kodi/userdata/addon_data/script.tv.show.next.aired/next.aired.db
using crontab -e via a ssh session - to delete the file at 1:10 am daily
The following morning when I select the tv.next.aired addon it downloads the information
On my Ubuntu system that is not on 24/7 I set up cron a little differently
0 */4 * * * rm -f /home/user_name/.kodi/userdata/addon_data/script.tv.show.next.aired/next.aired.db
which deletes the file every 4 hours. Upon starting Kodi it creates a new database file
I do not use the "RESET ALL DATA" option and I currently have the Download tv information in the background set to 24 hours, but I think
setting it to manually may work better.