2017-03-30, 10:39 PM
I just noticed today that NextPVR doesn't populate Star Rating for movies from SD JSON, I have my own utility that does this this in so it was masking the problem Could this value be populated if possible?
For background http://forums.schedulesdirect.org/viewto...f=8&t=2532 shows it is in the movies block where you get the year ie movie.qualityRating[0].rating
I didn't find any that actually have an array in my sample they were all TMS (Tribune) so the first one should be ok when it is not null.
Thanks.
Martin
For background http://forums.schedulesdirect.org/viewto...f=8&t=2532 shows it is in the movies block where you get the year ie movie.qualityRating[0].rating
Code:
"movie": {
"duration": 7260,
"qualityRating": [{
"increment": ".5",
"ratingsBody": "TMS",
"maxRating": "4",
"rating": "4",
"minRating": "1"
}],
"year": "1976"
},
I didn't find any that actually have an array in my sample they were all TMS (Tribune) so the first one should be ok when it is not null.
Thanks.
Martin