ShowCase (formerly Movie DB) is a fully open-source android application for exploring and organizing your personal collection of films and television series.
Release .
Report Bug .
Request Feature
It offers synchronization with your TMDB account. Once logged in, you can sync your favorites, watchlist, rated movies, and more. It also integrates with a local database to keep track of your shows. You can assign various statuses to each title—such as ‘planned’, ‘watched’, or ‘dropped’—rate them, and note the dates you commenced and concluded each show.
It allows you to filter shows based on genre, release dates, and more. Detailed information on each show, including the cast, crew, and recommendations for similar titles, is also available.
See the open issues for a full list of proposed features (and known issues).
<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">
Or download the latest APK from the Releases Section.
This application can be compiled in android studio. You can compile it in command line with gradle also. To use your own api key-
Enter your API in config.properties
api_read_access_token = "ENTER YOUR KEY";
api_key = "ENTER YOUR KEY";
Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)Distributed under the GPL-3 License. See GPL-3 License for more information.