themoviedb scraper now partly broken

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
travisbell Offline
themoviedb.org (TMDb) admin
Posts: 129
Joined: Aug 2008
Reputation: 1
Location: Calgary, Canada
Post: #61
The accented character issue is not fixed *yet*. I ended up going away this past weekend so it didn't get fixed. It's about 80% coded up so it will definitely be fixed this week.
find quote
altern8 Offline
Junior Member
Posts: 44
Joined: May 2007
Reputation: 0
Post: #62
travisbell Wrote:The accented character issue is not fixed *yet*. I ended up going away this past weekend so it didn't get fixed. It's about 80% coded up so it will definitely be fixed this week.

I m having similar issues but my movies do not have accent but thumb and fan art fails to come in correctly (the movie info does show so I know it's just the art that isn't working). Is this a known issue as well and I just need to sit tight?
find quote
travisbell Offline
themoviedb.org (TMDb) admin
Posts: 129
Joined: Aug 2008
Reputation: 1
Location: Calgary, Canada
Post: #63
As far as I know everything is working as the XML was changed back to the proper order that XBMC expects.

The only issue I am aware of is the accented character issue.
find quote
travisbell Offline
themoviedb.org (TMDb) admin
Posts: 129
Joined: Aug 2008
Reputation: 1
Location: Calgary, Canada
Post: #64
I just deployed the fix for the accented character issue. Please give it 24 hours (to make sure nothing is cached any longer) and things should start working.
find quote
pork Offline
Junior Member
Posts: 49
Joined: Dec 2008
Reputation: 0
Post: #65
Travis, I'm still not getting fanart for movies with accents or other unusual characters. Here is pastebin from Amelie: http://pastebin.com/3pRQgwyR
find quote
pork Offline
Junior Member
Posts: 49
Joined: Dec 2008
Reputation: 0
Post: #66
after looking at my log it is trying to grab a backdrop from http://i2.themoviedb.org/backdrops/6f5/4...iginal.jpg

(notice the "-" in place of the "e" in amelie) when the real link is: http://i2.themoviedb.org/backdrops/6f5/4...iginal.jpg

Similar issue with Yojimbo, Sanjuro, Audition and several other foreign films
(This post was last modified: 2010-05-18 01:27 by pork.)
find quote
travisbell Offline
themoviedb.org (TMDb) admin
Posts: 129
Joined: Aug 2008
Reputation: 1
Location: Calgary, Canada
Post: #67
Hey mate,

All of the Movie.search, Movie.getInfo and Movie.getImages method return the proper URL for me (just tested).

Example:

http://i1.themoviedb.org/posters/701/4bc...iginal.jpg

AND

http://i3.themoviedb.org/backdrops/6fd/4...iginal.jpg

So it's either some kind of weird library cache problem (like within your XBMC) OR, can you confirm that they are using explicitly the 2.1 API methods?
find quote
pork Offline
Junior Member
Posts: 49
Joined: Dec 2008
Reputation: 0
Post: #68
how can I confirm which API method is being use?

Thanks for you help
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #69
@pork: Make sure you refresh the movie in question.

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.


[Image: badge.gif]
find quote
pork Offline
Junior Member
Posts: 49
Joined: Dec 2008
Reputation: 0
Post: #70
I just tried refreshing from the Videos section rather than my Movie library and it worked. Not sure what the difference is but refreshing from within Movies didn't work.
(This post was last modified: 2010-05-18 19:22 by pork.)
find quote
Post Reply