XBMC Community Forum  

Go Back   XBMC Community Forum > Development > Scraper Development

Scraper Development Developers forum for meta data scrapers. Scraper developers only!
Not for posting feature requests, bugs, or end-user support requests!

Reply
 
Thread Tools Search this Thread Display Modes
Old 2008-03-17, 19:47   #1
agathorn
Team-XBMC Developer
 
Join Date: Nov 2007
Posts: 497
agathorn is on a distinguished road
Default TheTVDB Scraper will need to be updated

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.


agathorn is offline   Reply With Quote
Old 2008-03-18, 00:40   #2
szsori
TheTVDB.com Admin
 
szsori's Avatar
 
Join Date: Aug 2006
Location: Milwaukee, WI
Posts: 596
szsori is on a distinguished road
Default

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.
szsori is offline   Reply With Quote
Old 2008-03-18, 01:45   #3
spiff
Grumpy Bastard Developer
 
spiff's Avatar
 
Join Date: Nov 2003
Posts: 7,714
spiff is on a distinguished road
Default

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.
spiff is offline   Reply With Quote
Old 2008-03-26, 00:45   #4
NotShorty
Senior Member
 
NotShorty's Avatar
 
Join Date: Feb 2007
Posts: 117
NotShorty is on a distinguished road
Default

Fixed in latest T3CH according to changelog.
NotShorty is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 07:53.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project