-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: repurpose Rotten Tomatoes reviews #86
Comments
Sounds interesting. I'll look into it the next weeks and come back to you. |
Had some free time so I started poking around on this for a bit. I'll document here as I learn more. It looks like Plex stores the reviews in the
There's a lot of other types of rows in this table, but here's what a sample review row looks like:
Corresponding rendered review: Inferred mapping:
Url decoded example: Further investigation to do:
|
Confirmed that this is the timestamp of when the review is inserted into the database (local time) |
No surprise,
The corresponding row to the example above:
When joined with the |
Unfortunately, these images appear to be rendered by each client instead of served as an image from the server. So I don't think there's a reliable way to add / rename images. The only two built-in However, image keys look similar to
So here's the image keys that should be used. Basically the two default
Where the web app fails to render the image, it does seem to degrade gracefully: |
@burkasaurusrex This is some very good insight! Especially regarding the rating images which I always speculated over but never verified how they are actually implemented. I'll try to reply to you with a longer text over the next weeks as right now I'm kinda busy with other things =) |
I'm not sure how long ago Plex added it, but it looks like the new metadata agent is adding individual critic reviews from Rotten Tomatoes to media. I generally think a random smattering of the critic reviews is kind of worthless, but it would be cool to repurpose them for something useful. Given that this tool does an awesome job interfacing directly with the Plex DB, I thought it might be a natural home.
Some ideas:
I haven't done any research on if Plex is already storing Rotten Tomatoes IDs / slugs or if Rotten Tomatoes does a daily dump like you've leveraged from IMDb. If it's interesting, happy to start looking into it. Thanks again for the great tool.
The text was updated successfully, but these errors were encountered: