2018-10-23, 04:09
Hi, I've used local files (nfo files) for my movies and some people helped me out how to change this info
https://github.com/marcelveldt/script.sk...ideo-items
to this:
ListItem.Ratings(metacritic)
ListItem.Votes(metacritic)
ListItem.Ratings(imdb)
ListItem.Votes(imdb)
ListItem.Ratings(themoviedb)
ListItem.Votes(themoviedb)
ListItem.Ratings(metacritic)
ListItem.Votes(metacritic)
ListItem.Ratings(tomatometerallcritics)
ListItem.Votes(tomatometerallcritics)
ListItem.Ratings(tomatometerallaudience)
ListItem.Votes(tomatometerallaudience)
ListItem.Ratings(anidb)
ListItem.Votes(anidb)
To show the ratings and scores for rotten tomatoes, themoviedb, imdb and metacritic, by using movie.nfo files. However, for themoviedb, rotten tomatoes, metacritic it shows the score as a decibel points instead of whole numbers with a percent sign.
![Full sized picture Image](https://i.imgur.com/dh1CvFC.jpg)
I want for rotten tomatoes critic rating to show 80% instead of 8.0, for rotten tomatoes audience rating 74% intead of 7.4, for metacritic 82 instead of 8.2, themoviedb 72% instead of 7.2 and so on and forth. Is there a way to edit DialogVideoInfo.xml so that it displays my movie.nfo info correctly? or if I have to edit some other xml file instead of DialogVideoInfo.xml so that the ratings display correctly?
https://github.com/marcelveldt/script.sk...ideo-items
to this:
ListItem.Ratings(metacritic)
ListItem.Votes(metacritic)
ListItem.Ratings(imdb)
ListItem.Votes(imdb)
ListItem.Ratings(themoviedb)
ListItem.Votes(themoviedb)
ListItem.Ratings(metacritic)
ListItem.Votes(metacritic)
ListItem.Ratings(tomatometerallcritics)
ListItem.Votes(tomatometerallcritics)
ListItem.Ratings(tomatometerallaudience)
ListItem.Votes(tomatometerallaudience)
ListItem.Ratings(anidb)
ListItem.Votes(anidb)
To show the ratings and scores for rotten tomatoes, themoviedb, imdb and metacritic, by using movie.nfo files. However, for themoviedb, rotten tomatoes, metacritic it shows the score as a decibel points instead of whole numbers with a percent sign.
![Full sized picture Image](https://i.imgur.com/dh1CvFC.jpg)
I want for rotten tomatoes critic rating to show 80% instead of 8.0, for rotten tomatoes audience rating 74% intead of 7.4, for metacritic 82 instead of 8.2, themoviedb 72% instead of 7.2 and so on and forth. Is there a way to edit DialogVideoInfo.xml so that it displays my movie.nfo info correctly? or if I have to edit some other xml file instead of DialogVideoInfo.xml so that the ratings display correctly?