(2019-01-10, 04:55)Karellen Wrote: Hello @axlt2002
Happy New Year to you also
Thank you for the update as it prompted me to install it on my main HTPC (17.6 on Win10) and run it on my full library. It installed ok, but can't figure out the following.
I have been running it on individual shows via the Context Menu. So far I have come across a couple of shows that refuse to update.
The log... https://paste.kodi.tv/tosuqafina.kodi
I updated two shows for the log...
Any idea what the problem could be?
Hi @
Karellen!
I'm really proud that you have installed my add-on on your main HTPC!
The situation is the following. Eureka has the following IDs for the TV Show:
Code:
(IMDb ID: tt0796264, TVDB ID: 79334, TMDB ID: n/a)
while, for example, Eureka 1x02 has:
Code:
(IMDb ID: None, TVDB ID: None, TMDB ID: 335229)
When the add-on starts to process the episodes, it first searches the IMDb ID on TVDB site using the related ID. For Eureka 1x02 the TVDB ID is not available so, as a second option, it searches the IMDb using the TMDB ID and...here is the tricky point! Unfortunately, the API of TMDB is based on the TV Show ID even for retrieving the information of a single episode (see
this page); in other words, the TMDB ID of an episode is useless for the purpose of searching the IMDB ID. The point is that the Eureka TV Show TMDB ID is not available (may be the media manager you are using didn't find it...) and therefore there is no way to have the ratings from the IMDB site. For information, the Light IMDb Ratings Update log you can find in the add-on folder says:
Code:
--> Rating(s) update for movie/TV show/season/episode
Eureka 1x02:
Method get_IMDb_ID_from_theTVDB: Missing TVDB ID
Method get_IMDb_ID_from_TMDb: Missing TMDB ID
which, may be in a not clear way, raises the issue I have described above.
A very quick solution is to manually enter the TMDB ID for the Eureka TV Show (i.e. 4620) through the Context Menu (and this is why I have implemented it; to manage the particular cases such as this one). I can check a possible alternative way to retrieve all the episodes IMDb IDs from the IMDB ID of the TV Show, but I have to take a look to the IMDb API; I anyway think that context menu is a good compromise. Please report me back if you will successfully update the ratings for Eureka.
Hope I was clear in my explaination and wish you a good day!
Alex