Home > C/C++, Programming > Fetch Dvd Info From Upc Code

Fetch Dvd Info From Upc Code

December 4th, 2009

Hello,

I am building a larger app for a friend. One part of the app requires fetching all available information about a DVD from the UPC code.
I do not need an entire program or GUI, just a method that will receive a UPC Code, search online (IMDB for example), and return information such as:

DVD Title
Director
Year
Country
Genre
Cover Picture

(if available)

I am just a hobby programmer and I am kind of rushed on this so I am just requesting some help on this part of the program since I don’t feel like researching how to do this on my own. This is a project for a programmer with a bit of free time who wants to make an easy 20 bucks. The finished program will be for private use only (not commercial).

*The rest of the program is being coded in XCode 3.2 using Objective C, so your code must be compatible with this. I do not mind what language you use as long as I can implement your solution in my Objective-C program.


Fetch Dvd Info From Upc Code

Categories: C/C++, Programming Tags: , , , , , ,
Comments are closed.
Bear