mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
push
This commit is contained in:
parent
fcdd13a307
commit
3d9d0f297c
2 changed files with 10 additions and 31 deletions
11
README.md
11
README.md
|
|
@ -22,15 +22,6 @@
|
|||
|
||||
---
|
||||
|
||||
## Features
|
||||
|
||||
- **Content Discovery:** Personalized recommendations, advanced search, rich metadata
|
||||
- **Media Playback:** Dual player support, quality selection, subtitle integration
|
||||
- **Platform Sync:** Trakt.tv synchronization, Stremio addon compatibility
|
||||
- **Modern UI:** Material Design, dynamic theming, cross-platform native experience
|
||||
|
||||
---
|
||||
|
||||
## Screenshots
|
||||
|
||||
| Home | Details |
|
||||
|
|
@ -92,4 +83,4 @@ This project is licensed under the GNU General Public License v3.0.
|
|||
|
||||
## Disclaimer
|
||||
|
||||
This application functions as a media player with addon/plugin support. It does not contain any built-in content sources or host media content. Content access is only available through user-installed plugins and addons. Any legal concerns should be directed to the specific websites providing the content.
|
||||
This application functions as a media player with addon/plugin support. It does not contain any built-in content or host media content. Content access is only available through user-installed plugins and addons. Any legal concerns should be directed to the specific websites providing the content.
|
||||
30
index.html
30
index.html
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Nuvio - Stream Everything</title>
|
||||
<title>Nuvio - Media Player</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
|
||||
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
||||
<style>
|
||||
|
|
@ -1553,7 +1553,7 @@
|
|||
<img src="assets/splash-icon.png" alt="Nuvio Logo" class="hero-logo">
|
||||
<h1 data-text="NUVIO">NUVIO</h1>
|
||||
</div>
|
||||
<p>The Ultimate Open-Source Streaming Experience</p>
|
||||
<p>The Ultimate Open-Source Media Experience</p>
|
||||
|
||||
<div class="download-buttons">
|
||||
<a href="https://github.com/tapframe/NuvioStreaming/releases" class="download-btn">
|
||||
|
|
@ -1645,21 +1645,10 @@
|
|||
</svg>
|
||||
</div>
|
||||
<h3>Stremio Addon Support</h3>
|
||||
<p>Full compatibility with Stremio addons, allowing you to access your favorite streaming sources and content providers seamlessly.</p>
|
||||
<p>Full compatibility with Stremio addons, allowing you to access your favorite content providers seamlessly.</p>
|
||||
</div>
|
||||
|
||||
<div class="feature-card" data-aos="fade-up" data-aos-delay="200">
|
||||
<div class="feature-icon">
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<polygon points="23 7 16 12 23 17 23 7" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<rect x="1" y="5" width="15" height="14" rx="2" ry="2" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
</svg>
|
||||
</div>
|
||||
<h3>Streaming Scrapers</h3>
|
||||
<p>Advanced movie and TV show streaming scrapers that automatically find and aggregate content from multiple sources for seamless viewing.</p>
|
||||
</div>
|
||||
|
||||
<div class="feature-card" data-aos="fade-up" data-aos-delay="300">
|
||||
<div class="feature-icon">
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 2L13.09 8.26L22 9L17 14L18.18 23L12 19.77L5.82 23L7 14L2 9L10.91 8.26L12 2Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
|
@ -1668,8 +1657,8 @@
|
|||
<h3>Advanced Rating System</h3>
|
||||
<p>Comprehensive rating screens with IMDB, TMDB, Rotten Tomatoes, and Metacritic scores for informed viewing decisions.</p>
|
||||
</div>
|
||||
|
||||
<div class="feature-card" data-aos="fade-up" data-aos-delay="400">
|
||||
|
||||
<div class="feature-card" data-aos="fade-up" data-aos-delay="300">
|
||||
<div class="feature-icon">
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M12 1L3 5V11C3 16.55 6.84 21.74 12 23C17.16 21.74 21 16.55 21 11V5L12 1Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
|
@ -1679,8 +1668,8 @@
|
|||
<h3>Deep Customization</h3>
|
||||
<p>Extensive customization options including themes, player settings, notification preferences, and personalized content discovery.</p>
|
||||
</div>
|
||||
|
||||
<div class="feature-card" data-aos="fade-up" data-aos-delay="500">
|
||||
|
||||
<div class="feature-card" data-aos="fade-up" data-aos-delay="400">
|
||||
<div class="feature-icon">
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M9 12L11 14L15 10" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
|
@ -1690,8 +1679,8 @@
|
|||
<h3>Watch Progress Tracking</h3>
|
||||
<p>Seamless progress synchronization across devices with Trakt.tv integration and local watch history management.</p>
|
||||
</div>
|
||||
|
||||
<div class="feature-card" data-aos="fade-up" data-aos-delay="600">
|
||||
|
||||
<div class="feature-card" data-aos="fade-up" data-aos-delay="500">
|
||||
<div class="feature-icon">
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M21 16V8A2 2 0 0 0 19 6H5A2 2 0 0 0 3 8V16A2 2 0 0 0 5 18H19A2 2 0 0 0 21 16Z" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
|
|
@ -1788,7 +1777,6 @@
|
|||
<ul>
|
||||
<li><strong>Trakt.tv:</strong> For tracking viewing progress (optional)</li>
|
||||
<li><strong>TMDB:</strong> For movie and TV show information</li>
|
||||
<li><strong>Content Sources:</strong> Various streaming providers</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue