![]() |
Open Source 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: Open Source scraper (/showthread.php?tid=46331) |
Open Source scraper - DranDane - 2009-03-03 Hello, I'm looking for an open source scraper in C#, VB.NET, Java, Python or C++. Do you have references. A lot a scraper are really good but they only export their metadata in nfo. I would like to improve them to also be able to export the data in xml for Media Browser module of Vista Media Center. - sho - 2009-03-03 hmmm.... XBMC? - spiff - 2009-03-03 ? firstly; nfo files are xml files. secondly; you can use our scraper framework to output ANY format. a scraper is just a translator. for instance i use them heavily at work for processing output from my simulations. - DranDane - 2009-03-03 I dont understand. Perhaps I use a bad word or I don't express myself correctly. I'm looking for a tool like nfoScraper, Movie Info Plus, Media companion... These tools are able to retrieve metadtata from internet and to generate a nfo file. That what we call a scraper ? I would like to add the ability to generate xml for Media Browser. I know that a nfo file is a xml. It's why I think it's a better idea and easier to improve an existing tool than create a new one. I also can write a little translation script to transform the nfo wml file format in a Media browser xml file format. - spiff - 2009-03-03 that is NOT what we call a scraper in this context and you are certainly in the wrong subforum! |