Are there any tools to program a scraper or i have to do manually?
Ok, all fixed, use 1st post to grab it.
Only tested it on "Avatar.avi" and it was able to find a match via search system on FilmAffinity, get all the details, and then use IMDb.com new website system to locate a match to get the IMDb tt-ID and certification info.
If there is an obvious bug, then I will fix it, but be sure to give me the exact filename that you try to import then, so I can replicate the problem properly.
- Removed 'language' support, because IMDb stopped supporting it in Spanish
- Added Studio support, so you can now create filters and have say a category with just "Disney" movies
I've noticed that if the original film is nor spanish neither english, then the scraper is not able to find the cover nor the backdrop in themoviedb.org.
Are there any tools to program a scraper or i have to do manually?
Manual, but here is how:
The only 'tough' part really is the regular expressions, the rest is relative easy if you have any type of programming experience.
- Scraper-Script reference: http://moving-pictures.tv/wiki/Scraper_Scripts
- Tool to create the scraper-script: Notepad or alike editor (has to support UTF-8)
- Tool to create/verify Regular Expressions: http://www.ultrapico.com/Expresso.htm
- Verify that the XML result has the proper syntax: http://www.w3schools.com/Dom/dom_validate.asp