![]() |
|
|||||||
| Scraper Development Developers forum for meta data scrapers. Scraper developers only! Not for posting feature requests, bugs, or end-user support requests! |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Team-XBMC Developer
Join Date: Nov 2007
Posts: 497
![]() |
Due to the API changes for adding Fanart support, it appears banners don't scrape properly anymore.
I'm currently looking at the scraper code, trying to understand it to add the fanart scraping in, so if I can get it fixed I will. In any case just wanted it to be "known".
__________________
Got Fusion?, a media-centric skin for XBMC. 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.
|
|
|
|
|
|
#2 |
|
TheTVDB.com Admin
Join Date: Aug 2006
Location: Milwaukee, WI
Posts: 596
![]() |
Here's how the API changed, to make fixing the scraper easier:
Added BannerType for fan art: <BannerType>fanart</BannerType> This is in addition to types of series and season. I also sorted by BannerType so the banners get grouped. This is most likely where it broke... you have to make sure <BannerType> is series for the banner you're looking for. For fan art, I also added the following properties: VignettePath, ThumbnailPath, and Colors. BannerType2 holds the resolution of fan art as well as the format of series banners (text, graphical, blank). Here's a link: http://thetvdb.com/wiki/index.php/API:banners.xml XBMC needs a proper XML parser available to the scrapers.
|
|
|
|
|
|
#3 |
|
Grumpy Bastard Developer
Join Date: Nov 2003
Posts: 7,714
![]() |
afaik its already taken care of in svn.
as for us needing a proper xml parser, we already have a proper xml parser. if i wanted to i would tie the system to one backend. i dont. so we pass it through the scraper layer, translating the tvdb output to our format.
__________________
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. |
|
|
|
|
|
#4 |
|
Senior Member
Join Date: Feb 2007
Posts: 117
![]() |
Fixed in latest T3CH according to changelog.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|