[SMALL PROJECT] Local movie catalog using IMDB
I am proposing this small project (of course with the permission of our CE- Lab seniors like Biggie and Ash).
All we will do here is discuss the algorithms on how to go about the problem.
The Proposal:
- I have a list of movies on my hard drive (external, as an example).
- I want to take their names and go online to IMDB and get vital statistics and store them on a local database to access later.
- I can also use the database to sort my movies by categories like: Name, year of release, actor names, genre, keywords etc.
The Limitations:
Since this is just an algorithm discussion you can give examples in any programming language.
We will divide the project into smaller parts like: getting movie names from directories, storing them in a file, accessing the internet, accessing IMDB, getting IMDB info, storing in local database, etc.
Lastly, please let me know if this is a useful project for you to use personally. If there are many who will benefit from this, then we can make an actual program.
I have some ideas but will post them after some participation of CE members.
Have fun!