Movies on Direct Connect
This project is a movie curator for the Direct Connect (like a Netflix™ for DC) platform to easily find movies to download. The program should be able to connect to a DC hub and download movies and also display movie information and cover artwork. The ui should be clean and user friendly.
- A homepage showing top movies in various genres
- Search for a movie
- Information for a selected movie (taken from YIFY api)
- Related movies based on selected movie (taken from YIFY api)
- Download resume and restart
- Download queue
- ...
- JavaFX
- Java
- YTS movie api
- JDCbot library (https://github.com/applegrew/jdcbot)
- JSON parser from json.org
You need JDK (Java Developer Kit), which provides both runtime and the compiler.
If you get any error then probably you don't have JDK 8 or higher installed. Type
javac -version
to find the version of java compiler you have. If it says that - No such command found or something like that, then you probably don't have JDK installed or it is not properly set up.
License:: GNU Public License (See enclosed License.txt)