themoviedb scraper now partly broken

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Benjie Offline
Junior Member
Posts: 4
Joined: Mar 2010
Reputation: 0
Post: #31
Not working for me as of 5 minutes ago, picking up maybe 5-10% of thumbnails and cant find any more thumbnails when adding individually.

Major pain, is there any other way to reliably scrape the info?
find quote
Tsuris Offline
Junior Member
Posts: 31
Joined: Jan 2007
Reputation: 0
Location: Texas
Post: #32
The info should be updated as of 24hrs of the correction, according to the time it was actually updated (see here for the last post where travis bell says)

Quote:Update was just deployed. In approx. 24 hours, as the cached items get refresh things should start working again.
as of
5/03/2010 01:49:08
(never did much like waiting myself but thanks to everyone helping with the fix Smile )

4 Xbox1's 500GB WD HD with XBMC-9.04.1-FIXED-BABYLON-T3CH (was PM3.HD 1080i but streaming larger files...PMIII in 720P)
2 Acer Revo 1600s 2gb ram 1.6 Ghz (yes, 1.6 single...sigh) -> Linux 2.6.31-16-generic #53-Ubuntu XBMC 9.11 R26018 (Influence 1080P)
Just started with DDS, one word, awesome!
.bat files for windows dds creating here (must have nvcompress installed)
find quote
WeirdH Offline
Fan
Posts: 326
Joined: Jul 2006
Reputation: 1
Post: #33
Confirmed working again for Xbox, made my day. Thanks to those involved!
find quote
AaronD Offline
Senior Member
Posts: 252
Joined: Jan 2007
Reputation: 0
Location: Dubai, United Arab Emirates
Post: #34
Cast is now having a similar problem to images.

XBMC expects the person element to look like:
<person {some stuff} name="someone" character="someone" job="Actor" ...

Whereas TMDB have changed their API and it is now appearing as:
<person job="Actor" character="someone" url="somewhere" name="someone" ...

So the regex is not matching.
find quote
Second Tier Offline
Junior Member
Posts: 6
Joined: Apr 2010
Reputation: 0
Post: #35
aptalca Wrote:*********IMPORTANT - - - PLEASE READ***********



I just talked to Travis who runs tmdb, he wasn't aware of the problem we were having. The change in their api was not supposed to break the scrapers. He will update his api so the original (unmodified) tmdb scrapers should work after the update.

Keep in mind that whatever is currently cached in their system will take about 24 hours to update.

If your scraper is currently not working, do not do anything, just wait a day, it will start working as before.

If you already modified your scraper, you are probably going to have to revert back to the original one by tomorrow.

So I unwisely did not create a tmdb.xml.old before applying the modified version posted earlier in this thread. Can someone pastebin a default version of the common tmdb.xml so I can revert back?

Thanks in advance!
find quote
sho Offline
Team-XBMC Member
Posts: 4,133
Joined: May 2004
Reputation: 3
Post: #36
The beauty of open source
http://trac.xbmc.org/browser/trunk/addon...g/tmdb.xml

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
sa5cha Offline
Junior Member
Posts: 3
Joined: May 2010
Reputation: 0
Post: #37
Hello together,

im an absolut noob in xbmc. I just started a few days ago. Here in Croatia is the supprt not so well, and i hope my english is good enough Confused

So i must ask this: All i have to do is just wait "1 day" and the scraper will works fine again? Cuz i got covers from imdb BUT no fanarts since 2 days=(

I have over 400 Movies and don't want to loose my libary...

Thx 4 answer
(This post was last modified: 2010-05-03 13:47 by sa5cha.)
find quote
AaronD Offline
Senior Member
Posts: 252
Joined: Jan 2007
Reputation: 0
Location: Dubai, United Arab Emirates
Post: #38
A question for those more knowledgeable on regex or XBMC scraper's than me. Why is that the following query matches.

Code:
<thumb>(.*?)url="([^"]*)" width="[^"]*" size="mid"(.*?)</thumb>

But this query doesn't

Code:
<thumb>(.*?)url="([^"]*)".*?size="mid"(.*?)</thumb>

The first matches because it finds the width attribute, but in the second regex I'm trying to mask out anything between the URL close quote and the size attribute. This always fails. Frustrating, because this would make it simple to take out the width parameter whether it was there or not. But my regex knowledge is very limited.
(This post was last modified: 2010-05-03 14:26 by AaronD.)
find quote
Second Tier Offline
Junior Member
Posts: 6
Joined: Apr 2010
Reputation: 0
Post: #39
sho Wrote:The beauty of open source
http://trac.xbmc.org/browser/trunk/addon...g/tmdb.xml

Beautiful indeed! Muchas muchas!!
find quote
splobber Offline
Junior Member
Posts: 17
Joined: Jan 2010
Reputation: 0
Post: #40
I'm getting this problem as well and not able to get fanart scraped. I'm assuming I just have to sit tight? I'm using XBMC Live 9.11.

The other problem that I am noticing is that in the synopsis I get the movie description, but they all have "Fullsummary&raquo;" at the end of the film blurb. I'm guessing this is a separate issue, but how do I fix it? I can't seem to find much in the way of info.
find quote
Post Reply