tvshow scraper loads backdrop but no title
#1
Kodi 14.1 Git 38e4046 on Ubuntu Trusty

My tvshow.nfo has this URL only:
http://thetvdb.com/?tab=series&id=153241&lid=14

The scraper gets the backdrop and the poster, but the title for the show in the list of tv shows is empty.

When I tell kodi to manually scan for new content, I get this in ~/.kodi/temp/xbmc.log:

23:31:32 T:2803870528 NOTICE: Previous line repeats 8 times.
23:31:32 T:2803870528 NOTICE: Thread JobWorker start, auto delete: true
23:31:32 T:2946493248 NOTICE: Thread BackgroundLoader start, auto delete: false
23:31:47 T:2946493248 NOTICE: Previous line repeats 2 times.
23:31:47 T:2946493248 NOTICE: Thread VideoInfoScanner start, auto delete: false
23:31:47 T:2946493248 NOTICE: VideoInfoScanner: Starting scan ..
23:31:47 T:2946493248 NOTICE: CleanDatabase: Starting videodatabase cleanup ..
23:31:47 T:2946493248 NOTICE: CleanDatabase: Cleaning videodatabase done. Operation took 00:00
23:31:47 T:2946493248 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
23:31:47 T:2946493248 NOTICE: Thread BackgroundLoader start, auto delete: false
23:31:48 T:2873391936 NOTICE: Previous line repeats 1 times.
23:31:48 T:2873391936 NOTICE: service.libraryautoupdate-0.9.4 : update timers
23:31:48 T:2873391936 NOTICE: service.libraryautoupdate-0.9.4 : Creating timer for Video Library
23:31:58 T:2946493248 NOTICE: Thread JobWorker start, auto delete: true

Still, the show is not named "Die Sendung mit der Maus", the title is just empty.

When I hit "c" for the context menu and select "TV show information", it show me information it has scraped (like year and rating). When I hit "refresh", kodi asks me whether I want to use local information or refresh from the internet. If I say "no" (local), I keep what it has scraped without the title. If I say "yes" (refresh from interner), it asks for the TV show name, but no matter what I enter, "die-sendung-mit-der-maus" (which is the directory name) or "Die Sendung mit der Maus" (the show name I want), it keeps popping up the same "enter tv show name" dialog until I hit Esc.

The log only says it starts and finishes the scan, but I see no errors.

23:36:17 T:2946493248 NOTICE: Thread JobWorker start, auto delete: true
23:36:26 T:2803870528 NOTICE: Thread VideoInfoDownloader start, auto delete: false
23:36:27 T:2803870528 NOTICE: Thread JobWorker start, auto delete: true
23:36:32 T:2954885952 NOTICE: Thread BackgroundLoader start, auto delete: false

If I just remove the tvshow.nfo, I can refresh the show and still not enter the name, the window keeps popping up after I enter "Die Sendung mit der Maus" (as above).

In my ~/.kodi/userdata/guisettings.xml, I have
...
<scrapers>
<moviesdefault default="true">metadata.themoviedb.org</moviesdefault>
<musicvideosdefault default="true">metadata.musicvideos.theaudiodb.com</musicvideosdefaul
<tvshowsdefault default="true">metadata.tvdb.com</tvshowsdefault>
</scrapers>
...

I also got this warning in the log, but I am not sure if this is related:

22:57:13 T:2853878592 NOTICE: service.libraryautoupdate-0.9.4 : update timers
22:57:13 T:2853878592 NOTICE: service.libraryautoupdate-0.9.4 : Creating timer for Video Library
22:57:15 T:2368707392 WARNING: GetIcon - Unknown nodetype requested videodb://tvshows/titles/11/3/?tvshowid=11

I googled that message and only found some raspberry pi related posts.

What am I missing here?
How can I fix or troubleshoot this?

Thanks,

Robert
Reply

Logout Mark Read Team Forum Stats Members Help
tvshow scraper loads backdrop but no title0