Kodi instance no longer updating library upon request
#1
I currently have an instance of Kodi installed on a home server that runs 24/7. It's sole purpose is to be notified when something is downloaded, and to update and scrape the library. The library is stored on a centralized database that all Kodi client devices in my home connect.

Recently it has been having issues scanning and updating when a movie is added to the source folder.

If I go to http://192.168.1.3:8080/#browser/ to view my source files, I can see the folder containing the movies including the new ones which have yet to be added/scraped. This seems to rule out it not being able to see the proper source.

Here is the log file:
https://pastebin.com/raw/57H84sGk

Any ideas what could be causing this?
Reply
#2
I turned on debug log and noticed that it IS searching through the tv shows directory:

Code:
04:02:12.584 T:47275985876736  NOTICE: VideoInfoScanner: Starting scan ..
04:02:12.584 T:47275981596416   DEBUG: CAnnouncementManager - Announcement: OnScanStarted from xbmc
04:02:12.650 T:47275985876736   DEBUG: VideoInfoScanner: Skipping dir 'smb://TOWER/tv/Cosmos/' due to no change
...
...
04:02:12.986 T:47275985876736  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
04:02:12.986 T:47275981596416   DEBUG: CAnnouncementManager - Announcement: OnScanFinished from xbmc
For some reason it is not scanning through the movies directory.

I tripled checked the sources.xml file as well as the web interface:

sources.xml
Image

Web Interface
Image

As is seen in the above, the source has been added. And upon clicking, the movies are visible.

From the digging I've done, I should be good to go. But for some reason, the movie library is being overlooked.
Reply
#3
So after being patient and waiting 15 minutes, movies finally were searched!

Maybe part of the issue is the terribly long influx of JSON requests:

Code:
06:06:52.856 T:47504899983104   DEBUG: JSONRPC: Incoming request: [{"jsonrpc":"2.0","method":"Player.GetActivePlayers","params":{},"id":2747}]
06:06:52.856 T:47504904185600   DEBUG: JSONRPC: Incoming request: [{"jsonrpc":"2.0","method":"Player.GetActivePlayers","params":{},"id":2746}]
06:06:52.856 T:47504034793216   DEBUG: CWebServer[8080]: request received for /jsonrpc?Player.GetActivePlayers
06:06:52.856 T:47504034793216   DEBUG: JSONRPC: Incoming request: [{"jsonrpc":"2.0","method":"Player.GetActivePlayers","params":{},"id":2748}]
06:06:52.862 T:47504034793216   DEBUG: CWebServer[8080]: request received for /jsonrpc?Player.GetActivePlayers
06:06:52.862 T:47504034793216   DEBUG: JSONRPC: Incoming request: [{"jsonrpc":"2.0","method":"Player.GetActivePlayers","params":{},"id":2749}]
06:06:52.864 T:47504034793216   DEBUG: CWebServer[8080]: request received for /jsonrpc?Player.GetActivePlayers
06:06:52.864 T:47504034793216   DEBUG: JSONRPC: Incoming request: [{"jsonrpc":"2.0","method":"Player.GetActivePlayers","params":{},"id":2750}]
06:06:52.868 T:47504034793216   DEBUG: CWebServer[8080]: request received for /jsonrpc?Player.GetActivePlayers
06:06:52.868 T:47504034793216   DEBUG: JSONRPC: Incoming request: [{"jsonrpc":"2.0","method":"Player.GetActivePlayers","params":{},"id":2751}]
06:06:52.868 T:47504904185600   DEBUG: CWebServer[8080]: request received for /jsonrpc?Player.GetActivePlayers
06:06:52.868 T:47504904185600   DEBUG: JSONRPC: Incoming request: [{"jsonrpc":"2.0","method":"Player.GetActivePlayers","params":{},"id":2752}]
06:06:52.869 T:47504899983104   DEBUG: CWebServer[8080]: request received for /jsonrpc?Player.GetActivePlayers
06:06:52.869 T:47504899983104   DEBUG: JSONRPC: Incoming request: [{"jsonrpc":"2.0","method":"Player.GetActivePlayers","params":{},"id":2753}]
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi instance no longer updating library upon request0