[CE Project] Local Movie Catalog using JAVA and IMDB/Rottentomatoes
Everything that is posted here will be ralevant. CE - Labs link will be updated by proper complete code, anyone can do that.
*******The Project:***********
Problem:
Too many movies on our hard drives without proper information to sort them according to rating, release dates, themes, etc.
Solution:
To do so we need a software that will fetch all the important data from IMDB or Rottentomatoes.com.
The database will update itself using the name of the movie and fill in important columns like IMDB rating, Starring, Directed by, Written by and Category (Horror, Drama, etc).
After the database has been populated we can sort them according to any field (Rating, Directed by, Release date, etc) and have a search function.
*************************
This would now be written in Java instead of Python as planned before.
The first version will be a very basic bare-bones database.
Pour in your suggestions.
RESOURCES:
Rotten Tomatoes API for JAVA:
#-Link-Snipped-#
IMDB webservice (limited):
#-Link-Snipped-#
Java Movie Database:
<a href="https://www.jmdb.de/" target="_blank" rel="nofollow noopener noreferrer">www.jmdb.de</a>
Notes:
There is a software that already does this. Called XBMC : #-Link-Snipped-#
It has a few flaws: The catalog is proper however, to play the movie we have use their movie player which does not give us the freedom to use our own player.
Secondly, it is a bloated program with music cataloging and picture cataloging too. about 35 MB.