Kodi Community Forum

Full Version: TMDB Scraper Changed Behavior??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am not sure what changed in the scraper but i used to have an NFO file like this


Code:
<movie>
    <set>James Bond</set>
    <sorttitle>James Bond 07<sorttitle>
</movie>
http://www.themoviedb.org/movie/681/

But this no longer scrapes, the reason i need this is to append the movie set information into the scraped data.

debug log is here .. http://pastebin.com/b9GVJqEP

did this stop working? I remember it worked a few months back last time i added a movie to a movieset..

I am on the stable Dharma release. 10.1 with stable addons
Issue is already fixed in master. Will check the dharma scraper and push a fix.
vdrfan Wrote:Issue is already fixed in master. Will check the dharma scraper and push a fix.

cheers vdrfan, thanks for the update. i have been a bit removed since the move to git, used to be easier to keep track of updates and search on trac for commits.
vdrfan Wrote:Issue is already fixed in master. Will check the dharma scraper and push a fix.

also where is the latest scraper code hosted? is it from the master repository?