Kodi not updating after switch from local to NFS
#1
Hi Everyone,

I've recently set my kodi up to use mysql for a multiroom setup. On my master kodi I had my sources set to local files as kodi runs on the same box but i've since changed this now to NFS.

I have the Library Auto updater set to run every 15 minutes and update the library but since switching to mysql nfs the library no longer updates.

I have checked the strpath for my movie dir and this is is set correctly with strcontent as movies and strscraper as metadata.themoviedb.org.

Looking at the debugs it seems as if kodi is picking up the movie, scanning it via themoviedb but still not adding it to the library. I've attached a snippet of the logs for this.

Code:
09:00:05 T:3849321280   DEBUG: VideoInfoScanner: Scanning dir 'nfs://192.168.0.2/Multimedia/Videos/Movies/Chappie (2015)/' as not in the database
09:00:05 T:3849321280   DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'nfs://192.168.0.2/Multimedia/Videos/Movies/Chappie (2015)/Chappie (2015).mkv'
09:00:05 T:3849321280   DEBUG: FindMovie: Searching for 'Chappie' using The Movie Database scraper (path: '/root/.kodi/addons/metadata.themoviedb.org', content: 'movies', version: '3.8.0')
09:00:05 T:3849321280   DEBUG: scraper: CreateSearchUrl returned <url>http://api.tmdb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&amp;query=Chappie&amp;year=2015&amp;language=en</url>
09:00:05 T:3849321280   DEBUG: CurlFile::Open(0xef977508) http://api.tmdb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&query=Chappie&year=2015&language=en
09:00:05 T:3849321280    INFO: easy_aquire - Created session to http://api.tmdb.org
09:00:05 T:3849321280   DEBUG: Get: Using "UTF-8" charset for "http://api.tmdb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&query=Chappie&year=2015&language=en"
09:00:05 T:3849321280   DEBUG: scraper: GetSearchResults returned <results></results>
09:00:05 T:3849321280   DEBUG: FindMovie: Searching for 'Chappie' using The Movie Database scraper (path: '/root/.kodi/addons/metadata.themoviedb.org', content: 'movies', version: '3.8.0')
09:00:05 T:3849321280   DEBUG: scraper: CreateSearchUrl returned <url>http://api.tmdb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&amp;query=Chappie&amp;year=2015&amp;language=en</url>
09:00:05 T:3849321280   DEBUG: CurlFile::Open(0xef977508) http://api.tmdb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&query=Chappie&year=2015&language=en
09:00:05 T:3849321280   DEBUG: Get: Using "UTF-8" charset for "http://api.tmdb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&query=Chappie&year=2015&language=en"
09:00:05 T:3849321280   DEBUG: scraper: GetSearchResults returned <results></results>
09:00:05 T:3849321280 WARNING: No information found for item 'nfs://192.168.0.2/Multimedia/Videos/Movies/Chappie (2015)/Chappie (2015).mkv', it won't be added to the library.
09:00:05 T:3849321280   DEBUG: VideoInfoScanner: No (new) information was found in dir nfs://192.168.0.2/Multimedia/Videos/Movies/Chappie (2015)/

Does anybody have any ideas why this is happening?[/php]
Reply
#2
Resolved by switching to Universal Movie Scraper.
Reply
#3
You may have co-incided your move to NFS with a breakage in the movie database scraper -now fixed but it was not working for maybe 2 days (less I think).
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi not updating after switch from local to NFS0