2020-12-04, 01:37
Dear kodi / mariadb experts
I browsed for answers to my predicament - no luck.
I need your help.
Prequel:
I am kodi user for two years (my setup: two rpi boxes for tvs, mac os for scanning etc, android phones for the move),
I ran happily with a MariaDB (mysql) on central server.
Breakdown:
Disk on server broke down.
Did not backup library nor DB
DB reinstallation and scrape
I did a clean reinstall of MariaDB on server.
I updated kodi to 18,.9 on Mac.
I did a one-hour scrape / scan from on Mac-kodi (kodi seemed to progress normally).
After scan I saw this on server (from mariaDB shell):
MariaDB [(none)]> SHOW DATABASES;
+--------------------+
| Database |
+--------------------+
| MyMusic72 |
| MyVideos116 | < This one appeared after kodi scan
| information_schema |
| mysql |
| performance_schema |
| test |
+--------------------+
6 rows in set (0.001 sec)
MariaDB [(none)]> select count(*) from MyVideos116.movie;
+----------+
| count(*) |
+----------+
| 297 |
+----------+
1 row in set (0.000 sec)
Problem
I have next-to-no knowledge of MariaDB, but I figure from above, that kodi scan did populate DB with movie meta data.
However, when I enter kodi library I only see an empty movies (Film in danish) section, cf screendump below:
(I changed the Categories icons).
Normally this screen is filled with movies.
I see the same empty screen, when I enter a category.
I see the same empty screen, if I enter kodi (18.2) on a rpi.
I hope I have made a trivial error somewhere
Questions
-Niels
I browsed for answers to my predicament - no luck.
I need your help.
Prequel:
I am kodi user for two years (my setup: two rpi boxes for tvs, mac os for scanning etc, android phones for the move),
I ran happily with a MariaDB (mysql) on central server.
Breakdown:
Disk on server broke down.
Did not backup library nor DB
DB reinstallation and scrape
I did a clean reinstall of MariaDB on server.
I updated kodi to 18,.9 on Mac.
I did a one-hour scrape / scan from on Mac-kodi (kodi seemed to progress normally).
After scan I saw this on server (from mariaDB shell):
MariaDB [(none)]> SHOW DATABASES;
+--------------------+
| Database |
+--------------------+
| MyMusic72 |
| MyVideos116 | < This one appeared after kodi scan
| information_schema |
| mysql |
| performance_schema |
| test |
+--------------------+
6 rows in set (0.001 sec)
MariaDB [(none)]> select count(*) from MyVideos116.movie;
+----------+
| count(*) |
+----------+
| 297 |
+----------+
1 row in set (0.000 sec)
Problem
I have next-to-no knowledge of MariaDB, but I figure from above, that kodi scan did populate DB with movie meta data.
However, when I enter kodi library I only see an empty movies (Film in danish) section, cf screendump below:
(I changed the Categories icons).
Normally this screen is filled with movies.
I see the same empty screen, when I enter a category.
I see the same empty screen, if I enter kodi (18.2) on a rpi.
I hope I have made a trivial error somewhere
Questions
- Do I need to supply more info... maybe do a fresh rescan while doing a kodi log file?
- Any suggestions for fixing or analysing this problem?
-Niels