Beta Metadata Editor - Update library + .nfo informations
#46
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
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.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply


Messages In This Thread
RE: Metadata Editor - Update library + .nfo informations - by Karellen - 2019-11-11, 03:51
Metadata editor error - by BartZorn - 2023-02-23, 10:02
Logout Mark Read Team Forum Stats Members Help
Metadata Editor - Update library + .nfo informations0