1st Question
Hi , can someone telll me if its intended that Rating Labels just work Correct in VideoInfos Screen but not in View Types ?
I get correct results with List.Item.Rating(**) and RatingAndVotes(**) in videoinfo window but not in the viewtype windows, theres always a fall back to default ratings.
(Skinhelper Works in booth)
2nd Question
I got correct Scraped Media Files, but some Random Items ( MOSTLY TV SHOWS) dont Show IMDb Ratings in Viewtypes and get a fallback to default.
The Correct and dependig to the RatingSource Values just showing up in VideoInfo.
Sorry if im wrong here, but i dont which is the right thread for that.
Its not the scrapper, cause i get Results in Video Info and Labels working correct.
If someone want to test, heres the label test i created to use
Tested with TitanMod and EstuaryMod
Scrapped but random missing IMDb Rating in ViewTypes but Correct Values (in ViedoInfo)
![Full sized picture Image]()
![Full sized picture Image]()
![Full sized picture Image]()
![Full sized picture Image]()
![Full sized picture Image]()
![Full sized picture Image]()
![Full sized picture Image]()
Hi , can someone telll me if its intended that Rating Labels just work Correct in VideoInfos Screen but not in View Types ?
I get correct results with List.Item.Rating(**) and RatingAndVotes(**) in videoinfo window but not in the viewtype windows, theres always a fall back to default ratings.
(Skinhelper Works in booth)
2nd Question
I got correct Scraped Media Files, but some Random Items ( MOSTLY TV SHOWS) dont Show IMDb Ratings in Viewtypes and get a fallback to default.
The Correct and dependig to the RatingSource Values just showing up in VideoInfo.
Sorry if im wrong here, but i dont which is the right thread for that.
Its not the scrapper, cause i get Results in Video Info and Labels working correct.
If someone want to test, heres the label test i created to use
<label>$INFO[ListItem.Rating] = ListItemRating / $INFO[ListItem.RatingAndVotes] = ListItemRatingAndVotes[CR]$INFO[ListItem.Rating(imdb),,]$INFO[ListItem.Votes(imdb), (, $LOCALIZE[205]] = ListItem.Rating(imdb) + ListItem.Votes(imdb)[CR]$INFO[ListItem.RatingAndVotes(imdb)] = ListItemRatingAndVotes(imdb)[CR][CR]$INFO[ListItem.Rating(tvdb)]$INFO[ListItem.Votes(tvdb), (, $LOCALIZE[205]] = ListItem.Rating(tvdb)[CR]$INFO[ListItem.Rating[(imdb)],, TEST][CR]$INFO[ListItem.Rating(themoviedb)] = ListItem.Rating(themoviedb)[CR]$INFO[ListItem.Rating(themoviedb)]$INFO[ListItem.Votes(themoviedb), (, $LOCALIZE[205])] = ListItem.Rating(themoviedb)[CR][CR]$INFO[ListItem.Rating(tmdb)] = ListItem.Rating(tmdb)[CR]$INFO[ListItem.Rating(tmdb)]$INFO[ListItem.Votes(tmdb), (, $LOCALIZE[205])] = ListItem.Rating(tmdb)[CR][CR][COLOR =red]$INFO[ListItem.Rating(typo gets fallback)] = ListItem.Rating(typo gets fallback)[CR]$INFO[ListItem.Rating(typo gets fallback)]$INFO[ListItem.Votes(typo gets fallback), (, $LOCALIZE[205])] = ListItem.RatingAndVotes(typo gets fallback)[CR][CR]$INFO[ListItem.Rating(default)]$INFO[ListItem.Votes(default), (, $LOCALIZE[205])] = ListItem.Rating(default)[/COLOR] [CR][CR] [COLOR =pink] - S K I N H E L P E R -[CR]$INFO[Window(home).Property(SkinHelper.ListItem.Rating.TMDB), ,]$INFO[Window(home).Property(SkinHelper.ListItem.Votes.TMDB), (, $LOCALIZE[205])] = SkinHelper.ListItem.Rating.TMDB + Property(SkinHelper.ListItem.Votes.TMDB[CR][CR]$INFO[Window(home).Property(SkinHelper.ListItem.Rating.TVDB), ,]$INFO[Window(home).Property(SkinHelper.ListItem.Votes.TVDB), (, $LOCALIZE[205])] = SkinHelper.ListItem.Rating.TVDB + SkinHelper.ListItem.Votes.TVDB)[CR][CR]$INFO[Window(home).Property(SkinHelper.ListItem.Rating.IMDB), ,]$INFO[Window(home).Property(SkinHelper.ListItem.Votes.IMDB), (, $LOCALIZE[205])] = SkinHelper.ListItem.Rating.IMDB+SkinHelper.ListItem.Votes.IMDB)[/COLOR]</label>
Tested with TitanMod and EstuaryMod
Scrapped but random missing IMDb Rating in ViewTypes but Correct Values (in ViedoInfo)







