Have you tried with the latest version of tmdb helper from github? I think it might be the same bug as the person info one which I fixed.
Yes, I'm using the latest tmdb helper.
Yes, I'm using the latest tmdb helper.
Got a debug log? It is working fine for me:


it's been a long time since done a debug log. I will try 馃檪
I hope this is right
I can see the issue -- the library scraper you are using is putting the TMDb ID in the IMDbNumber field. Obviously that is the wrong IMDb ID so there's nothing to lookup.
I've added a work around in the skin that will hopefully capture these instances -- luckily IMDb puts a tt at the front of all their IDs, so I can check to see if it starts with tt to confirm it is actually an IMDb ID.
Can you test latest version of the skin (v0.2.36) and confirm if it is now working properly for you?
working 馃榾
Thank you
Most helpful comment
I can see the issue -- the library scraper you are using is putting the TMDb ID in the IMDbNumber field. Obviously that is the wrong IMDb ID so there's nothing to lookup.
I've added a work around in the skin that will hopefully capture these instances -- luckily IMDb puts a
ttat the front of all their IDs, so I can check to see if it starts withttto confirm it is actually an IMDb ID.Can you test latest version of the skin (v0.2.36) and confirm if it is now working properly for you?