A GUI-based media logger application written with the AWT and Swing libraries. It will be able to track whatever movie and show is inputted and use the TMDB api to retrieve the information about the movie or show selected. The application can be seen as a portable wiki for movies and shows -- displaying the summary of the selected film/show.
Downloading and running the Application
Please go to output\artifacts\media_logger_jar and download the jar file. Double-click on the jar file to run it. You must have java installed in order for it to run on your computer.
Adding A Movie/Show
- Type in the desired movie/show in the Media text field.
- Decide on whether the media that you're adding to the list is a movie/show.
- Click on 'Add' to add the movie/show to the list.
Deleting a Movie/Show
- Type in the desired movie/show in the Media text field.
- Decide on whether the media that you're deleting from the list is a movie/show
- Click on 'Delete' to delete the movie/show from the list
Toggling Lists(Shows and Movies)
- Click on either the 'Shows(Toggle)' or the 'Movies(Toggle)' to show a list of the entered media
- Click on one of the entries found within the shows/movies list
- A new window and panel will appear next to the main window that will show information in regards to the media selected.
Saving the entered movies and shows
- Click On 'My Menu' and click 'Save As'.
- A new window will appear. Choose a certain folder to store it and enter a certain name for it.
- Click 'Save'.
- Click on 'My Menu' and click 'Load'.
- Browse to a folder containing the .ser file you have previously saved
- Double click on the file or click it once and click 'open'.