Rotten Tomatoes Scraper

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
redtapemedia Offline
UMM Project
Posts: 544
Joined: Mar 2009
Post: #31
olympia Wrote:I see slight chance we would approve this in the official scrapers(IMDb, tmdb). I mean going out and grab the rating from somewhere else (eg. RT).

Not even as a preference?

If not, may just have to do the reverse and get additional information from IMDB or TMDB using common.
(This post was last modified: 2010-10-25 08:57 by redtapemedia.)
find quote
olympia Online
Team-XBMC Member
Posts: 2,379
Joined: May 2008
Reputation: 30
Post: #32
No, we already have an option in tmdb to grab imdb rating.
We can't have that for all the sites.

Vice versa might be a good idea.
find quote
booker88 Offline
Junior Member
Posts: 30
Joined: Jul 2009
Reputation: 14
Location: Philippines
Post: #33
redtapemedia Wrote:Not even as a preference?

If not, may just have to do the reverse and get additional information from IMDB or TMDB using common.


Have you ever thought about re-purposing this as a script/plugin/whatever that will scrape the RT rating for an existing library?

i.e. main movie collection has already populated with IMDB/moviedb info, script runs and just does a replace with RT ratings.
find quote
redtapemedia Offline
UMM Project
Posts: 544
Joined: Mar 2009
Post: #34
booker88 Wrote:Have you ever thought about re-purposing this as a script/plugin/whatever that will scrape the RT rating for an existing library?

i.e. main movie collection has already populated with IMDB/moviedb info, script runs and just does a replace with RT ratings.

I think that'd confuse users unnecessarily. There are already common IMDB/TMDB scraper components for other scrapers to leverage, it's just a matter of me finding the time to finish this off properly. Making a script instead of a scraper just makes the whole thing murky and requires two steps instead of one. Scrape the movie, THEN run a script? Why not just scrape once and be done with it?
find quote
booker88 Offline
Junior Member
Posts: 30
Joined: Jul 2009
Reputation: 14
Location: Philippines
Post: #35
redtapemedia Wrote:I think that'd confuse users unnecessarily. There are already common IMDB/TMDB scraper components for other scrapers to leverage, it's just a matter of me finding the time to finish this off properly. Making a script instead of a scraper just makes the whole thing murky and requires two steps instead of one. Scrape the movie, THEN run a script? Why not just scrape once and be done with it?

Oh I agree. I was just scared that you weren't going to update the scraper at all anymore. And thought a 'partial' update would be better than none at all.

Please continue, there are a lot of us that want to see a return of useful ratings.
find quote
mortstar Offline
Senior Member
Posts: 249
Joined: Aug 2010
Reputation: 3
Post: #36
Good news....

http://forum.xbmc.org/showthread.php?p=7...post764317

[Image: watched-clearlogo.jpg]
find quote
Flicker Offline
Junior Member
Posts: 45
Joined: Mar 2004
Reputation: 0
Post: #37
FYI
http://developer.rottentomatoes.com/
find quote
NotShorty Offline
Fan
Posts: 348
Joined: Feb 2007
Reputation: 0
Post: #38
The two threads above mine are pretty exciting Smile
find quote
redtapemedia Offline
UMM Project
Posts: 544
Joined: Mar 2009
Post: #39
NotShorty Wrote:The two threads above mine are pretty exciting Smile

The API is limited in the number of requests per API Key per 24 hours. I think off the top of my head 500 requests per day, but to look up a movie requires more than on request, because you need the list of movies, then the movie itself, etc.
I don't think I will be developing this any longer, Mortstar's scraper is along the same lines as what I was looking to evolve to. I had some work completed but RT changed the site layout again and broke it, and there is not a full set of reliable information for every movie; for example not all movies have writing credits or classification information, so the scraper "hooks" are a moving target. Better to supplement existing information with RT ratings, the same as Mortstar has done.
find quote
sourbob Offline
Member
Posts: 67
Joined: Jun 2011
Reputation: 0
Post: #40
This is probably a stupid question (but then, I'm new, so what other kind of question could I ask) but...

I have this add-on working and I love it. Thing is, I'm using Aeon65 as my skin, and when I look at the RT ratings in many of the views, they're still coming up labelled as "IMDB: _____" How do I edit the skin and/or language files so that it says, say, "Rotten Tomatoes" or "Tomato Meter" instead of "IMDB" next to the rating?
find quote
Post Reply