Posts by bjohv052
-
-
-
-
I suddenly got an error message from the Watchedlist add-on that "zip does not support dates older than 1980". Turned out some of the files belonging to the add-on had a modification time of Jan 1 1970. After some time I managed to track the error down to a restored backup and there were lots of other files with a modification time of 1 Jan 1970. Here is a test case to reproduce the error that shows that backups are either wrongly created or wrongly restored in LE 9.95.1. It works in 9.2.6. All tests were carried out on the same hardware, a Qotom Q150S.
Look at ~/.kodi/media and ~/.kodi/system below.
Code
Display MoreFreshly installed 9.95.1: ------------------------- LibreELEC:~/.kodi # ls -la total 28 drwxr-xr-x 7 root root 4096 Mar 28 18:13 . drwxr-xr-x 15 root root 4096 Mar 28 18:13 .. drwxr-xr-x 8 root root 4096 Mar 28 18:14 addons drwxr-xr-x 2 root root 4096 Mar 28 18:13 media drwxr-xr-x 2 root root 4096 Mar 28 18:13 system drwxr-xr-x 4 root root 4096 Mar 28 18:13 temp drwxr-xr-x 10 root root 4096 Mar 28 18:13 userdata Do backup of the same and restore it: ------------------------------------- LibreELEC:~/.kodi # ls -la total 28 drwxr-xr-x 7 root root 4096 Mar 28 18:18 . drwxr-xr-x 16 root root 4096 Mar 28 18:17 .. drwxr-xr-x 8 root root 4096 Mar 28 18:18 addons drwxr-xr-x 2 root root 4096 Jan 1 1970 media drwxr-xr-x 2 root root 4096 Jan 1 1970 system drwxr-xr-x 4 root root 4096 Mar 28 18:18 temp drwxr-xr-x 10 root root 4096 Mar 28 18:17 userdata Freshly installed 9.2.6: ------------------------ LibreELEC:~/.kodi # ls -la total 28 drwxr-xr-x 7 root root 4096 Mar 28 18:27 . drwxr-xr-x 15 root root 4096 Mar 28 18:27 .. drwxr-xr-x 14 root root 4096 Mar 28 18:28 addons drwxr-xr-x 2 root root 4096 Mar 28 18:27 media drwxr-xr-x 2 root root 4096 Mar 28 18:27 system drwxr-xr-x 4 root root 4096 Mar 28 18:27 temp drwxr-xr-x 10 root root 4096 Mar 28 18:27 userdata Do backup of the same and restore it: ------------------------------------- LibreELEC:~/.kodi # ls -la total 28 drwxr-xr-x 7 root root 4096 Mar 28 18:29 . drwxr-xr-x 16 root root 4096 Mar 28 18:29 .. drwxr-xr-x 14 root root 4096 Mar 28 18:29 addons drwxr-xr-x 2 root root 4096 Mar 28 18:27 media drwxr-xr-x 2 root root 4096 Mar 28 18:27 system drwxr-xr-x 4 root root 4096 Mar 28 18:29 temp drwxr-xr-x 10 root root 4096 Mar 28 18:29 userdata