Kodi Community Forum

Full Version: Scraper problems after switching from Local to TVDB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using a SQL db for my library I decided to stop using nfo files and let Kodi Helix scrapers do the work for me. I edited my sources to make this change. (I also moved from running Kodi on Windows to OpenELEC).

New movies are being found and added to the library. However, new episodes are not being picked up. Here's a portion of the log file

Code:
11:25:59 T:140291222767360   DEBUG: CNFSFile::Open - opened volume1/video/TV/Show Title/tvshow.nfo
11:25:59 T:140291222767360   DEBUG: CNFSFile::Close closing file volume1/video/TV/Show Title/tvshow.nfo
11:25:59 T:140291222767360   DEBUG: FindMovie: Searching for 'Show Title' using Local information only scraper (path: '/usr/share/kodi/addons/metadata.local', content: 'tvshows', version: '1.0.0')
11:25:59 T:140291222767360   DEBUG: Previous line repeats 1 times.
11:25:59 T:140291222767360 WARNING: No information found for item 'nfs://192.168.1.100/volume1/video/TV/Show Title/', it won't be added to the library.

Things I tried:

1. I went into my share where the TV Shows are stored and deleted nfo and art files. This did not help.
2. I created an nfo file with the TVDB link to the show. This also did not work. tvshow.nfo: http://thetvdb.com/index.php?tab=series&id=xxxxxx

Thanks.