PDA

View Full Version : Adding cast pictures to OFDB scraper?


Okin
2007-12-05, 20:05
It seem that in the newer releases there is a posibility to show a picture of an actor in the casts.
I'd like to add this feature in the OFDB scraper.xml since the cast needs to be fixed anyway.
Is there any documentation on how to do this in scraper xml.
Havn't found something here:
http://www.xboxmediacenter.com/wiki/index.php?title=Scraper.xml

spiff
2007-12-06, 12:06
the authorative documentation for the scrapers are really imdb.xml - in doubt investigate what it does.

anyways, it's quite simple. output xml in the format

<actor><thumbs><thumb>...</thumb><thumb>..</thumb></thumbs><name>something</name><role>somethingelse</role></actor>

where multiple thumb urls ofc are only an option (i.e. one is enough)

hugohuetzel
2007-12-07, 08:58
Has the thumb-url to be an web url or can it also handle files on samba shares?

spiff
2007-12-07, 11:16
only http, unless something changed since i left