Sonarr not updating XBMC

Hi,

I’ve been using drone for a few months now (Win7, x64). It was working well, but for the last few weeks I’ve noticed that it is not updating my XBMC library. I’ve turned passwords off, and it still doesn’t work. A manual update of XBMC picks up the shows right away. The “test” button sends a test message properly.

Here are my connect settings:

Sonarr did not give any errors or warnings. I’m running v2.0.0.2272 develop

Thanks

Not updating at all? Or not updating when you get an upgraded file (replacing HDTV 720p with WEBDL 720p)?

Debug logs of the import and subsequent notification processing will be required.

It won’t update XBMC for me at all when a new TV show downloads (it won’t notice replacements, they’re named the same). I’ll turn it to debug and process a show now

This is my debug log for life story 1x05. It searched, downloaded, renamed, moved and sent a pushbullet properly, but did not update XBMC. Thanks

(I have it set to update 2 XBMC hosts)

http://pastebin.com/Pw8pWR3c

Looks like your series in XBMC are scanned in with IMDB, not TVDB, which won’t work since its not able to convert the IMDB ID to a TVDB ID.

14-11-20 17:29:04.5|Debug|JsonApiProvider|Could not convert string to integer: tt0863046. Path 'result.tvshows[23].imdbnumber', line 1, position 2271.

XBMC, lIkely for backwards compatibility stores the TVDB ID in the imdbnumber field, instead of its own field.

I have the “content” for those TV sources set as the TVDB. Is that what you mean? How do I fix this?

Removing and then rescanning is the only way that I can think of.

The only way I can see this happening is if IMDB was used as the source and then later changed to TVDB.

Ok, I will give it a try. I briefly had it to use local info only, but then I switched it back to scraping from the tvdb. It’s odd because this show in particular was added by Sonarr, so I’m not sure how IMDB was ever scraped in the first place.

Thank you very much for the help