Official Nuvio Android TV Repository
Find a file
2026-02-09 22:24:06 +05:30
.idea feat: add auto frame rate matching 2026-02-08 12:29:05 +05:30
.kotlin/errors feat: add sidebar collapse option 2026-02-09 14:05:38 +05:30
app revert back to 1.9.2 2026-02-09 22:24:06 +05:30
assets updated nuviotv logo 2026-02-06 14:39:04 +05:30
gradle revert back to 1.9.2 2026-02-09 22:24:06 +05:30
Player@9bb5abbe01 update subtitle settings and add style customization options 2026-02-09 22:11:44 +05:30
.gitignore added seek overlay functionality to PlayerScreen 2026-02-09 01:57:55 +05:30
build.gradle.kts init 2026-01-29 13:03:50 +05:30
gradle.properties init 2026-01-29 13:03:50 +05:30
gradlew init 2026-01-29 13:03:50 +05:30
gradlew.bat init 2026-01-29 13:03:50 +05:30
LICENSE added license 2026-02-05 18:12:29 +05:30
README.md update readme 2026-02-06 15:46:11 +05:30
release_test_cases.csv Test cases csv file 2026-02-05 18:00:44 +05:30
settings.gradle.kts init 2026-01-29 13:03:50 +05:30

NuvioTV

Contributors Forks Stargazers Issues License

A modern Android TV media player powered by the Stremio addon ecosystem.
Stremio Addon ecosystem • Android TV optimized • Playback-focused experience

About

NuvioTV is a modern media player designed specifically for Android TV.

It acts as a client-side playback interface that can integrate with the Stremio addon ecosystem for content discovery and source resolution through user-installed extensions.

Built with Kotlin and optimized for a TV-first viewing experience.

Installation

Android TV

Download the latest APK from GitHub Releases and install on your Android TV device.

Development

Prerequisites

  • Android Studio (latest version)
  • JDK 11+
  • Android SDK (API 29+)
  • Gradle 8.0+

Setup

git clone https://github.com/tapframe/NuvioTV.git
cd NuvioTV
./gradlew build

Running on Emulator or Device

# Debug build
./gradlew installDebug

# Run on connected device
adb shell am start -n com.nuvio.tv/.MainActivity

NuvioTV functions solely as a client-side interface for browsing metadata and playing media provided by user-installed extensions and/or user-provided sources. It is intended for content the user owns or is otherwise authorized to access.

NuvioTV is not affiliated with any third-party extensions or content providers. It does not host, store, or distribute any media content.

For comprehensive legal information, including our full disclaimer, third-party extension policy, and DMCA/Copyright information, please visit our Legal & Disclaimer Page.

Built With

  • Kotlin
  • Jetpack Compose & TV Material3
  • ExoPlayer / Media3
  • Hilt (Dependency Injection)
  • Retrofit (Networking)
  • Gradle

Star History

Star History Chart