scrapped
February 09 2004 01:47 PM

I am midway through my first cocoa programming project. It was going to be a tool that allows the user to dig through IMDB. It would populate a browser (the multicolumn view found in the finder) with a list of movies. Clicking a movie would populate the next column with a list of people in that film. Clicking a name would populate the next column with a list of movies that person participated in. And so on.

Unfortunately this is exactly the type of thing IMDB prohibits in their terms and conditions.

Too bad too, had already made a fair bit of progress in terms of dealing with NSBrowser and NSURLConnection objects. Even had the parsing of the IMDB HTML done.

So now I'm looking for a new project to cut my teeth on.

Comments (0), Add Comment