Posts: 216
Joined: Jun 2010
Reputation:
1
2010-08-12, 02:24
(This post was last modified: 2010-08-12, 12:11 by WannaTheater.)
Hi, I currently have 1000+ movies that I would like to generate NFOs for.
These are all in a database, end each movie contains its IMDB URL. I would like to use ScraperXML to accomplish this. I have experimented with ScraperXML_commandline, which works great for single movies. But with ScraperXML_commandline I need to perform the following:
1) First do a search to build the "Results" file
2) Then do a "details" to get the details. This details file I can use as NFO.
Here are my issues:
1) I don't need to do a search, as I know the movie URL (but I will if I have to)
2) I would like to call these from WITHIN some code (vs. command line) so I can loop through all movies, move generated nfos to where they belong, etc.
I have downloaded the ScraperXML .dll (TechNuts.dll?), but cannot find ANY documentation on how to use this library.
Can anyone provide assistance, or links to documentation?
Thanks!
Posts: 216
Joined: Jun 2010
Reputation:
1
In doing some more experimenting, what I really need is the ScraperXML_Commandline source to use as an example.... is this available?
Thanks!
Posts: 5
Joined: Aug 2010
Reputation:
0
hi, im trying to compile the source code , but i'm getting a couple of errors
- regexbuddy isn't available ... the only reference i find about regexbuddy is a shareware app on the web, no sign of an activex availability
- after commenting out regexbuddy, there are a couple of classes in scrapercontrols that do not appear: Labeled_Bool, etc.
pls help in compiling the source code
Posts: 369
Joined: Nov 2006
Reputation:
0
sorry guys been real busy but i'm back.
need to catch up to the dahrma changes in scraper process and i'll have everything updated soon.
Posts: 157
Joined: Oct 2010
how can i download the full source without having to install a svn client?