mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 17:45:38 +00:00
85 lines
3.4 KiB
Markdown
85 lines
3.4 KiB
Markdown
<div align="center">
|
|
|
|
<img src="https://github.com/tapframe/NuvioTV/blob/main/assets/brand/app_logo_wordmark.png" alt="Nuvio" width="300" />
|
|
<br />
|
|
<br />
|
|
|
|
[![Contributors][contributors-shield]][contributors-url]
|
|
[![Forks][forks-shield]][forks-url]
|
|
[![Stargazers][stars-shield]][stars-url]
|
|
[![Issues][issues-shield]][issues-url]
|
|
[![License][license-shield]][license-url]
|
|
|
|
<p>
|
|
A modern media hub for Android and iOS built with React Native and Expo.
|
|
<br />
|
|
Stremio Addon ecosystem • Cross-platform
|
|
</p>
|
|
|
|
</div>
|
|
|
|
## About
|
|
|
|
Nuvio Media Hub is a cross-platform app for managing and discovering media, with a playback-focused interface that can integrate with the Stremio addon ecosystem through user-installed extensions.
|
|
|
|
## Installation
|
|
|
|
### Android
|
|
|
|
Download the latest APK from [GitHub Releases](https://github.com/tapframe/NuvioStreaming/releases/latest).
|
|
|
|
### iOS
|
|
|
|
- [TestFlight](https://testflight.apple.com/join/QkKMGRqp)
|
|
- [AltStore](https://tinyurl.com/NuvioAltstore)
|
|
- [SideStore](https://tinyurl.com/NuvioSidestore)
|
|
|
|
**Manual source:** `https://raw.githubusercontent.com/tapframe/NuvioStreaming/main/nuvio-source.json`
|
|
|
|
## Development
|
|
|
|
```bash
|
|
git clone https://github.com/tapframe/NuvioStreaming.git
|
|
cd NuvioStreaming
|
|
npm install --legacy-peer-deps
|
|
npx expo prebuild
|
|
npx expo run:android
|
|
# or
|
|
npx expo run:ios
|
|
```
|
|
|
|
## Legal & DMCA
|
|
|
|
Nuvio 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.
|
|
|
|
Nuvio is not affiliated with any third-party extensions, catalogs, sources, 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](https://tapframe.github.io/NuvioStreaming/#legal)**.
|
|
|
|
## Built With
|
|
|
|
- React Native
|
|
- Expo
|
|
- TypeScript
|
|
|
|
## Star History
|
|
|
|
<a href="https://www.star-history.com/#tapframe/NuvioStreaming&type=date&legend=top-left">
|
|
<picture>
|
|
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=tapframe/NuvioStreaming&type=date&theme=dark&legend=top-left" />
|
|
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=tapframe/NuvioStreaming&type=date&legend=top-left" />
|
|
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=tapframe/NuvioStreaming&type=date&legend=top-left" />
|
|
</picture>
|
|
</a>
|
|
|
|
<!-- MARKDOWN LINKS & IMAGES -->
|
|
[contributors-shield]: https://img.shields.io/github/contributors/tapframe/NuvioStreaming.svg?style=for-the-badge
|
|
[contributors-url]: https://github.com/tapframe/NuvioStreaming/graphs/contributors
|
|
[forks-shield]: https://img.shields.io/github/forks/tapframe/NuvioStreaming.svg?style=for-the-badge
|
|
[forks-url]: https://github.com/tapframe/NuvioStreaming/network/members
|
|
[stars-shield]: https://img.shields.io/github/stars/tapframe/NuvioStreaming.svg?style=for-the-badge
|
|
[stars-url]: https://github.com/tapframe/NuvioStreaming/stargazers
|
|
[issues-shield]: https://img.shields.io/github/issues/tapframe/NuvioStreaming.svg?style=for-the-badge
|
|
[issues-url]: https://github.com/tapframe/NuvioStreaming/issues
|
|
[license-shield]: https://img.shields.io/github/license/tapframe/NuvioStreaming.svg?style=for-the-badge
|
|
[license-url]: http://www.gnu.org/licenses/gpl-3.0.en.html
|