Kodi Community Forum
Command Line Scraper? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=60)
+--- Thread: Command Line Scraper? (/showthread.php?tid=52721)



Command Line Scraper? - wiz561 - 2009-06-12

Hi!

I've downloaded and seen somewhere a command line scraper. I believe it was written in perl, but it was orientated for plex and not xbmc.

I need a command line scraper for Linux that will download info from imdb, tvrage, etc., and put them in a nfo file. It sounds like there's others interested in this, so I'll post it here when it's finally done.

It would be of tremendous help if somebody can post the link to the perl script that does the above. I know it's somewhere...I just can't remember where I found it.


thanks


found it - wiz561 - 2009-06-12

Ah, finally found it. I think I'm going to try to base it off here...

http://bubba.org/wiki/index.php?title=ATVFiles_Movie/TV_Categorization_Script


- Gamester17 - 2009-06-12

You might also want to have a look at the code of this project too to see if you can port anything from it:
http://forum.xbmc.org/showthread.php?tid=50055
http://sourceforge.net/projects/scraperxml/

Wink


CLI (Command Line Interface) Scraper? - andacin - 2009-06-13

I know this is probably asking a lot, but I figured I'd ask anyway:

Is there any kind of manager/scraper that runs from the command line? Ideally something that I can point to my movies and/or tv folders and create a scheduled task to run once a day to update any newly added movies with fanart/poster/nfo so that I don't have to run a GUI scraper daily?

If not, do any of the GUI based manager support automated tasks like this?


- spiff - 2009-06-14

gamester links you the library you need to realize such a thing in the very post before yours.

cause you are planning on doing it yourself no, after all you are posting in the dev forum!


- waldo22 - 2009-06-14

Developers get grumpy when you post feature requests in the developer forum.

Nod


- andacin - 2009-06-14

spiff Wrote:gamester links you the library you need to realize such a thing in the very post before yours.

cause you are planning on doing it yourself no, after all you are posting in the dev forum!



My thread was merged to this one shortly after I posted it in another forum, therefore I had no idea of the existence of the post you are referring to.


- andacin - 2009-06-14

waldo22 Wrote:Developers get grumpy when you post feature requests in the developer forum.

Nod
As above, I posted in the General forum and it was moved here.


- zag - 2009-06-15

The scraperxml source has a command line program in it for all scrapers, works really well.