milaq / kodi-headless

A headless, dockerized Kodi instance for a shared MySQL database
48 stars 15 forks source link

Library doesn't update #16

Closed BrettWa closed 4 years ago

BrettWa commented 4 years ago

I'm not sure if it's something I'm doing wrong - my MySQL db doesn't seem to be updating. 1.) Running the latest versioun of leia 2.) Video is stored on NFS shares 3.) MySQL db on same same server as kodi-headless in docekr container.

I can see the db and previously added shows using the kodi-headless interface. So MySQL access is working.

In the file scan - its accuratetly picking up folders which no longer exist - so scanning the NFS should be working? e.g. 2020-03-16 06:55:44.754 T:139674651703040 WARNING: Process directory 'nfs://192.168.137.4/mnt/array1/media/Series/(DELETED SHOW A)/' does not exist - skipping scan. 2020-03-16 06:55:44.863 T:139674651703040 WARNING: Process directory 'nfs://192.168.137.4/mnt/array1/media/Series/(DELETED SHOW B)/' does not exist - skipping scan.

But it's not adding any newly downloaded content - no other errors in the logs, is there somewhere else I can check?

The only other warning in the log is: 2020-03-16 07:00:47.309 T:139675886262016 WARNING: CActiveAE::StateMachine - signal: 22 from port: timer not handled for state: 1

No errors.

I also get this at the end of the scan, which seems unusually fast for the library: 2020-03-16 07:05:48.727 T:139674651703040 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:02

BrettWa commented 4 years ago

Found an alterntive.