2022-01-11, 15:24
TL;DR - rebuilding library from RPi4 (LibreElec) to MariaDB on Syno 920.
Long version:
I had an old library I imported to MariaDB when I got my NAS. Previously MySQL on Ubuntu. For reasons, I decided to rebuild my library. Exported the NFO files, removed and reinstalled MariaDB, started up Kodi. Had to assign content to the videos, but once I did, it started updating the library. It would take 10-15 seconds per file it seemed. Currently working on my shows, which is 5K files. And it's 12 hours and counting. I enabled debugging in the middle of one of the updates to provide context.
https://paste.kodi.tv/eqanolibif.kodi
I'm not sure if it's because I'm using an RPi, or something on my MariaDB settings. Everything is wired, so there isn't a delay from that. 200/200 on FIOS, so not ISP blocking. I've noticed a slight lag as well from moving through menus.
my Mariadb my.conf file:
Long version:
I had an old library I imported to MariaDB when I got my NAS. Previously MySQL on Ubuntu. For reasons, I decided to rebuild my library. Exported the NFO files, removed and reinstalled MariaDB, started up Kodi. Had to assign content to the videos, but once I did, it started updating the library. It would take 10-15 seconds per file it seemed. Currently working on my shows, which is 5K files. And it's 12 hours and counting. I enabled debugging in the middle of one of the updates to provide context.
https://paste.kodi.tv/eqanolibif.kodi
I'm not sure if it's because I'm using an RPi, or something on my MariaDB settings. Everything is wired, so there isn't a delay from that. 200/200 on FIOS, so not ISP blocking. I've noticed a slight lag as well from moving through menus.
my Mariadb my.conf file:
Quote:[mysqld]
skip-networking=0
skip-bind-address
skip-name-resolve
optimizer_search_depth=0