Hi,
Got to make a fresh installation of Kodi and then got a weird issue: a lot of my localy stored movies do not show in library
What already come to my mind:
– corrupted files: remade some of my rip did not solve issue
– HDD issue: put files on another HDD did not solve issue
– skin issue: fresh install of kodi with no other addons did not solve issue
As an exemple, we will take “The hobbit: The desolation of Smaug”
First, here is the folder structure:
The folder “Movies” being set as source
And here are the scrapper settings:
And a proof that tmdb as french data about this movie:
This setup works since I use kodi, but today i got issues: this movie (and some other one) does not show!
As you can see, the movie is missing
And kodi log tells that the scrapper did not find info for this movie
15:45:21.868 T:11136 DEBUG: VideoInfoScanner: Scanning dir 'E:\Movies\Le Hobbit La désolation de Smaug (2013)\' as not in the database
15:45:21.871 T:11136 DEBUG: VideoInfoScanner: No NFO file found. Using title search for 'E:\Movies\Le Hobbit La désolation de Smaug (2013)\Le Hobbit La désolation de Smaug (2013).mkv'
15:45:21.871 T:11136 DEBUG: ADDON::CScraper::FindMovie: Searching for 'Le Hobbit La désolation de Smaug' using The Movie Database scraper (path: 'C:\Users\Cardo\AppData\Roaming\Kodi\addons\metadata.themoviedb.org', content: 'movies', version: '3.9.3')
15:45:21.875 T:11136 DEBUG: scraper: CreateSearchUrl returned <url>http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&query=Le%20Hobbit%20La%20d%c3%a9solation%20de%20Smaug&year=2013&language=fr</url>
15:45:21.875 T:11136 DEBUG: CurlFile::Open(00000232C5604D00) http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&query=Le%20Hobbit%20La%20d%c3%a9solation%20de%20Smaug&year=2013&language=fr
15:45:21.939 T:8124 DEBUG: CCurlFile::GetMimeType - http://image.tmdb.org/t/p/original/AstZev5dERXgfuxVGJeiygq0C9f.jpg -> image/jpeg
15:45:21.939 T:8124 DEBUG: CurlFile::Open(00000232C1376F00) http://image.tmdb.org/t/p/original/AstZev5dERXgfuxVGJeiygq0C9f.jpg
15:45:21.941 T:11844 DEBUG: Skin Helper Service --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnUpdate - data: {"item":{"id":11,"type":"movie"},"transaction":true}
15:45:21.948 T:6840 DEBUG: Skin Helper Widgets --> Kodi_Monitor: sender xbmc - method: VideoLibrary.OnUpdate - data: {"item":{"id":11,"type":"movie"},"transaction":true}
15:45:21.948 T:6840 DEBUG: Skin Helper Widgets --> Video database changed - type: movie - refreshing widgets....
15:45:21.972 T:11136 DEBUG: CScraperUrl::Get: Using "UTF-8" charset for "http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&query=Le%20Hobbit%20La%20d%c3%a9solation%20de%20Smaug&year=2013&language=fr"
15:45:21.972 T:11136 DEBUG: scraper: GetSearchResults returned <results></results>
15:45:21.972 T:11136 DEBUG: ADDON::CScraper::FindMovie: Searching for 'Le Hobbit La désolation de Smaug' using The Movie Database scraper (path: 'C:\Users\Cardo\AppData\Roaming\Kodi\addons\metadata.themoviedb.org', content: 'movies', version: '3.9.3')
15:45:21.972 T:11136 DEBUG: scraper: CreateSearchUrl returned <url>http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&query=Le%20Hobbit%20La%20d%c3%a9solation%20de%20Smaug&year=&language=fr</url>
15:45:21.972 T:11136 DEBUG: CurlFile::Open(00000232C5604D00) http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&query=Le%20Hobbit%20La%20d%c3%a9solation%20de%20Smaug&year=&language=fr
15:45:22.023 T:11136 DEBUG: CScraperUrl::Get: Using "UTF-8" charset for "http://api.tmdb.org/3/search/movie?api_key=f7f51775877e0bb6703520952b3c7840&query=Le%20Hobbit%20La%20d%c3%a9solation%20de%20Smaug&year=&language=fr"
15:45:22.023 T:11136 DEBUG: scraper: GetSearchResults returned <results></results>
15:45:22.023 T:11136 WARNING: No information found for item 'E:\Movies\Le Hobbit La désolation de Smaug (2013)\Le Hobbit La désolation de Smaug (2013).mkv', it won't be added to the library.
15:45:22.023 T:11136 DEBUG: VideoInfoScanner: No (new) information was found in dir E:\Movies\Le Hobbit La désolation de Smaug (2013)\
Full log: https://drive.google.com/open?id=0B8FpSB…XBjdHRBMDQ (sorry log was too big for pastebin.com)
Hope someone will find where the issue could be…