Jump to content

Sort By Critic Rating not working?


Go to solution Solved by ebr,

Recommended Posts

Chiefmas
Posted

I just tried sorting my movies library by critic rating, and it just seems to be doing the Title alpha sort. I'm assuming it's a bug? The other sorts seem to be working ok.

 

Happy2Play
Posted

Not that it helps but I am not having a issue with this sorting in 4.6 or 4.7.

Is this in a specific client/app?  Devs may need to see server log.

  • Solution
Posted

Hi.  Do your movies have critic ratings?  These would be the Rotten Tomatoes ones.

Chiefmas
Posted
12 hours ago, ebr said:

Hi.  Do your movies have critic ratings?  These would be the Rotten Tomatoes ones.

Ah, perhaps not. I probably have to add a plugin for that? I had assumed (apparently incorrectly) that it was the 10 point scale number directly under the title in the detail view for any given entry.

 

  • Agree 1
Happy2Play
Posted
3 minutes ago, Chiefmas said:

Ah, perhaps not. I probably have to add a plugin for that? I had assumed (apparently incorrectly) that it was the 10 point scale number directly under the title in the detail view for any given entry.

 

You have to have the OMDB fetcher enabled for metadata.

critic.thumb.jpg.7f8c12d70aec702200db02bac1144bd3.jpg

Chiefmas
Posted

Ah ok. So what's the score next to the Rotten Tomatoes score? I assume that's not sortable?

 

Happy2Play
Posted (edited)
2 minutes ago, Chiefmas said:

Ah ok. So what's the score next to the Rotten Tomatoes score? I assume that's not sortable?

 

IMDB score gotten via OMDB/TMDB score if OMDB is not enabled.  Sortable via IMDB rating sort option.

Edited by Happy2Play
Chiefmas
Posted

Ok, thanks. I'll enable the OMDB fetcher if I decide I want that sort to work. 

Thanks!

 

  • Thanks 1
justinrh
Posted

Help.  This issue is so confusing but it should be elementary.  I get confused about this every time.  There are too many *Db's that have to be mapped (and it is a secret except on this forum).  So, what provider gives what score?  RT score is not mentioned in the above reply, yet it seems to answer the RT question??

I don't understand the above info based on the "Mr. Brooks" example.

OMDb = https://private.omdbapi.com/?apikey=fe53f97e&plot=full&r=json&y=2007&s=mr.+brooks&type=movie
-> No scoring seen but it is said that "You have to have the OMDB fetcher enabled for metadata".  Is scoring part of metadata?  (If not then the reply doesn't make sense.)

TMDb = https://api.themoviedb.org/3/search/movie?api_key=f6bd687ffa63cd282b6ff2c6877f2669&query=mr.+brooks&language=en
-> popularity and vote count are given, neither can be mapped to the Emby output

If I do not have the OMDb provider on, then will I get anything about the movie?  (According to above, I won't.)

Is there a KB that boils this (the critic ratings data) down?

Posted

You can leave them all enabled but just order them as your preference if you have a reason to change them from the defaults.

That will gather you the most information.

Happy2Play
Posted

You obviously get TMDB rating from TMDB (similar to IMDB rating) ie <rating>.

Now if OMDB is enabled also you could be using IMDBrating for <rating> and possibly get RT criticrating if present.  Keyword here if present.

Spoiler

https://private.omdbapi.com/?apikey=fe53f97e&i=tt6654210&plot=short&tomatoes=true&r=json

{
    "Title": "Infinite",
    "Year": "2021",
    "Rated": "N/A",
    "Released": "01 Jun 2021",
    "Runtime": "N/A",
    "Genre": "Sci-Fi, Thriller",
    "Director": "Antoine Fuqua",
    "Writer": "Ian Shorr (screenplay), Todd Stein (screen story), D. Eric Maikranz (book)",
    "Actors": "Sophie Cookson, Mark Wahlberg, Dylan O'Brien, Jason Mantzoukas",
    "Plot": "A man discovers that his hallucinations are actually visions from past lives.",
    "Language": "English",
    "Country": "USA",
    "Awards": "N/A",
    "Poster": "https://m.media-amazon.com/images/M/MV5BM2U3NTU4ZTQtNTE0Ny00M2NmLWFhODUtNjYxMDZkZTY3ODZhXkEyXkFqcGdeQXVyODgyODk3MzU@._V1_SX300.jpg",
    "Ratings": [{
            "Source": "Rotten Tomatoes",
            "Value": "21%"
        }
    ],
    "Metascore": "N/A",
    "imdbRating": "N/A",
    "imdbVotes": "N/A",
    "imdbID": "tt6654210",
    "Type": "movie",
    "tomatoMeter": "N/A",
    "tomatoImage": "N/A",
    "tomatoRating": "N/A",
    "tomatoReviews": "N/A",
    "tomatoFresh": "N/A",
    "tomatoRotten": "N/A",
    "tomatoConsensus": "N/A",
    "tomatoUserMeter": "N/A",
    "tomatoUserRating": "N/A",
    "tomatoUserReviews": "N/A",
    "tomatoURL": "https://rottentomatoes.com/m/infinite",
    "DVD": "10 Jun 2021",
    "BoxOffice": "N/A",
    "Production": "N/A",
    "Website": "N/A",
    "Response": "True"
}
 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...