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?
Benjie
Junior Member Posts: 4 Joined: Mar 2010 Reputation: 0 |
2010-05-03 07:44
Post: #31
|
| find quote |
Tsuris
Junior Member Posts: 31 Joined: Jan 2007 Reputation: 0 Location: Texas |
2010-05-03 10:26
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 )
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
Fan Joined: Jul 2006 Reputation: 1 |
2010-05-03 12:56
Post: #33
Confirmed working again for Xbox, made my day. Thanks to those involved!
|
| find quote |
AaronD
Senior Member Posts: 252 Joined: Jan 2007 Reputation: 0 Location: Dubai, United Arab Emirates |
2010-05-03 12:57
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
Junior Member Joined: Apr 2010 Reputation: 0 |
2010-05-03 13:10
Post: #35
aptalca Wrote:*********IMPORTANT - - - PLEASE READ*********** 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
Team-XBMC Member Joined: May 2004 Reputation: 3 |
2010-05-03 13:26
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
Junior Member Posts: 3 Joined: May 2010 Reputation: 0 |
2010-05-03 13:41
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 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
Senior Member Posts: 252 Joined: Jan 2007 Reputation: 0 Location: Dubai, United Arab Emirates |
2010-05-03 14:24
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
Junior Member Joined: Apr 2010 Reputation: 0 |
2010-05-03 14:38
Post: #39
sho Wrote:The beauty of open source Beautiful indeed! Muchas muchas!! |
| find quote |
splobber
Junior Member Joined: Jan 2010 Reputation: 0 |
2010-05-03 15:05
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»" 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 |

)
Search
Help