2019-11-11, 03:51
Thanks @sualfred
I have tested the ratings feature for movies, yet to test for TV Shows or look at the music changes.
1. Newly scraped movie
TMDB and IMDB rating existing. IMDB UniqueID available but not default.
IMDB- Rating updated. Votes updated but does not match the IMDB entry. Website shows 535,833 votes but scraped 531,255 votes
TMDB- Rating and votes updated.
Metacritic - Rating added and correct. No votes scraped
tomatometerallcritics- Rating added and correct. No votes scraped
Log here... https://paste.kodi.tv/emusuyodoy.kodi
Ratings from scraping
Ratings after running your add-on
Another issue I noticed is if there are no TV Shows when updating all library, then the add-on throws an error. Also shown in the above log.
I have tested the ratings feature for movies, yet to test for TV Shows or look at the music changes.
1. Newly scraped movie
TMDB and IMDB rating existing. IMDB UniqueID available but not default.
IMDB- Rating updated. Votes updated but does not match the IMDB entry. Website shows 535,833 votes but scraped 531,255 votes
TMDB- Rating and votes updated.
Metacritic - Rating added and correct. No votes scraped
tomatometerallcritics- Rating added and correct. No votes scraped
Log here... https://paste.kodi.tv/emusuyodoy.kodi
Ratings from scraping
xml:<ratings>
<rating name="imdb" max="10" default="true">
<value>7.900000</value>
<votes>535850</votes>
</rating>
<rating name="themoviedb" max="10">
<value>7.500000</value>
<votes>11046</votes>
</rating>
</ratings>
Ratings after running your add-on
xml:<ratings>
<rating name="imdb" max="10" default="true">
<value>7.900000</value>
<votes>531255</votes>
</rating>
<rating name="metacritic" max="10">
<value>8.100000</value>
<votes>0</votes>
</rating>
<rating name="themoviedb" max="10">
<value>7.500000</value>
<votes>11046</votes>
</rating>
<rating name="tomatometerallcritics" max="10">
<value>9.400000</value>
<votes>0</votes>
</rating>
</ratings>
Another issue I noticed is if there are no TV Shows when updating all library, then the add-on throws an error. Also shown in the above log.