tv-maniac

Introduction: Tv-Maniac is a personalized entertainment tracking and recommendation Multiplatform app (Android & iOS) for tracking TV Shows using TMDB API.
More: Author   ReportBugs   
Tags:

Check kmp compose swiftui

Download APK

TvManiac is a personalized entertainment tracking and recommendation Multiplatform app (Android & iOS) for tracking TV Shows. By utilizing Trakt and TMDB, you can discover shows, manage your watchlist, track watch progress, and get personalized recommendations.

Android iOS

Under Heavy Development

This is my playground for learning Kotlin Multiplatform. With that said, I'm sure it's filled with bugs crawling everywhere, and I'm probably doing a couple of things wrong. So a lot is changing, but that shouldn't stop you from checking it out.

Install

Download the latest APK from GitHub Releases.

Join the open beta on Google Play or stay up to date with daily builds via Firebase:


Getting Started

Requirements

API Keys

The app requires TMDB and Trakt API credentials. See docs/setup.md for detailed instructions.

Create local.properties in the project root:

TMDB_API_KEY=your_tmdb_api_key
TRAKT_CLIENT_ID=your_trakt_client_id
TRAKT_CLIENT_SECRET=your_trakt_client_secret
TRAKT_REDIRECT_URI=tvmaniac://callback

Setup & Build

./scripts/install-git-hooks.sh

Android:

./gradlew :app:assembleDebug

iOS: Open ios/tv-maniac.xcodeproj in Xcode and run.


Architecture

The project follows Clean Architecture with a modular design organized by feature and layer. Business logic and state management live in shared KMP code, while Android (Compose) and iOS (SwiftUI) contain only UI rendering.

For detailed documentation:


Tech Stack

Shared (KMP)

Android

iOS


Gradle Convention Plugins

Build configurations are managed by app-gradle-plugins, a set of custom Gradle convention plugins published to Maven Central. They handle Android/KMP module setup, versioning, release automation, and R8 optimization. For a deep dive into how they work, see Publishing Gradle Convention Plugins.


References & Inspiration

License

Copyright 2021 Thomas Kioko

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Apps
About Me
GitHub: Trinea
Facebook: Dev Tools