TMDB- MovieSet Overview Scraping - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Information Providers (scrapers) (https://forum.kodi.tv/forumdisplay.php?fid=147) +----- Forum: Movie Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=302) +----- Thread: TMDB- MovieSet Overview Scraping (/showthread.php?tid=325413) Pages:
1
2
|
TMDB- MovieSet Overview Scraping - Karellen - 2017-12-12 Hello olympia Is it possible to add the function to scrape Movie Set plot/overview? <set> <name></name> <overview></overview> </set> RE: [Release] themoviedb.org TV scraper - olympia - 2017-12-13 (2017-12-12, 00:24)Karellen Wrote: Hello olympiaNo so sure and I don't think this is supported by core (I mean Kodi core wouldn't expect this from a scraper addon); some more knowledgeable than me should confirm this is possible; then there is surely no problem from the scraper side. RE: [Release] themoviedb.org TV scraper - Karellen - 2017-12-13 Ok, thanks @olympia There is a DB field (strOverview) for it in Sets table of MyVideos1xx.db. If I manually edit the field and add overview or scrape using NFO Files with Overview data, it shows in supported skins, though. RE: [Release] themoviedb.org TV scraper - olympia - 2017-12-13 (2017-12-13, 00:52)Karellen Wrote: Ok, thanks @olympiaStill it doesn't mean the scraper interface also supports it. I will do some tests when I can find some time. Which skin supports this I can test with? RE: [Release] themoviedb.org TV scraper - Karellen - 2017-12-13 Ok, understand. I know for certain Aeon Nox-TriPanel view, Embuary, (fuse)Neue, Estuary Mod (but badly formatted), possibly also Rapier if I recall correctly. The screenshot is from (fuse)Neue using Poster View in Sets node. (should be the default view) TMDB allows Collection overviews. Here is the overview for Matrix Collection... https://www.themoviedb.org/collection/2344 A couple of screenshots from my test machine... Thanks @olympia RE: [Release] themoviedb.org TV scraper - nickr - 2017-12-13 Is this "Set" thing relevant to the TV scraper? RE: [Release] themoviedb.org TV scraper - Karellen - 2017-12-13 No, just to Movies ---Edit--- Ahh, bugger. I am in the TV section of TMDB. Thanks nickr RE: TMDB- MovieSet Overview Scraping - olympia - 2017-12-21 I have bad news on this. I've got the scraper to scrape collection data as ParseTMDBSet returned <details><set><name>The Fast and the Furious Collection</name><overview>An action film series centered on illegal street racing and heists.</overview></set></details> ...and only the "name" made it into the database, the overview has been omitted by core. @Karellen, not sure who would be the best to address a feature request on for this, do you know? RE: TMDB- MovieSet Overview Scraping - Karellen - 2017-12-21 Hi @olympia Thanks for looking into it. Just as you suspected. I'll post a message in the team channel and see if anyone raises their hand. RE: TMDB- MovieSet Overview Scraping - spiff - 2017-12-21 try https://github.com/xbmc/xbmc/pull/13224 RE: TMDB- MovieSet Overview Scraping - olympia - 2017-12-21 Hey spiff, wow, hasn't realized you are officially back now! Cheers for this! Actually I have no dev environment anymore, so I can't build myself. Can you merge this, so I can try/ test with the next nightly build? I wasn't aware that overview scraping was available, just bugging. Is scraping of set/ collection images also available? RE: TMDB- MovieSet Overview Scraping - spiff - 2017-12-21 okay, i will merge, it's a rather obvious logic error. images are not in there no, but it shouldn't be too hard to add if core already supports it RE: TMDB- MovieSet Overview Scraping - olympia - 2017-12-21 Yes, core supports it, at least image can be set in the GUI/ context menu. Can you be arsed to have a look when you can find some time? RE: TMDB- MovieSet Overview Scraping - spiff - 2017-12-21 i don't think i have to it will come in through https://github.com/xbmc/xbmc/pull/12612 RE: TMDB- MovieSet Overview Scraping - olympia - 2017-12-21 Looks cool spiff |