Skip to content

Movie and tv-show assistant application, for Android devices.

Notifications You must be signed in to change notification settings

ChrisKru/Movolira

Repository files navigation

Movolira

Movolira is a movie and tv-show assistant application, for Android devices. The application is made with Xamarin.Android and is based on TheMovieDB API.

Features

  • View show catalogues.
  • Search shows by title, genres, rating and release date.
  • Rate and watchlist shows.
  • Get show recommendations.

     

Building

Prerequisites:

  • Visual Studio 2019 Community or above.

Building process:

  1. Open Movolira.sln in Visual Studio
  2. Create ApiKeys.cs file in /Source/DataProviders/:
namespace Movolira.DataProviders {
	public static class ApiKeys {
		public const string TMDB_KEY = "";
	}
}
  1. Generate a TMDB API key and insert it into the TMDB_KEY field.
  2. Build and run the solution.

Roadmap

  • Dark mode support
  • Split show searching into movies/tv-shows.
  • Improved recommendation system with a machine learning solution.
  • User accounts, cloud saving.

License

MIT

About

Movie and tv-show assistant application, for Android devices.

Resources

Stars

Watchers

Forks

Packages

No packages published