Star 历史趋势
数据来源: GitHub API · 生成自 Stargazers.cn
README.md

Streamed Logo

🎬 STREAMED

The Ultimate All-in-One Entertainment App
Movies • TV Shows • Hi-Fi Music • Debrid • Addons

Android React Native Expo Beta Private

FeaturesTorBoxTorboxersAddonsMusicInstall


🎯 What is Streamed?

Streamed is a premium, feature-packed Android app that combines everything you need for entertainment:

┌─────────────────────────────────────────────────────────────────┐
│                                                                 │
│   🎬 Movies & TV Shows    🎵 Hi-Fi Music    ⚡ Instant Debrid   │
│                                                                 │
│   🔌 Stremio Addons       🔍 Torrent Search  📥 Downloads       │
│                                                                 │
└─────────────────────────────────────────────────────────────────┘

One app. Unlimited entertainment. Zero compromise.


📸 Demo

Home Screen Playlist Music Player Torboxers


✨ Features

🎬 Movies & TV Shows

FeatureDescription
TMDB IntegrationRich metadata, posters, backdrops, cast info
Smart SearchReal-time search with filtering
Season PacksAuto-parse and pick individual episodes
Watch HistoryResume where you left off
FavoritesQuick access to your top picks
Coming SoonStay updated on new releases

📺 VLC-Powered Video Player

┌────────────────────────────────────────────┐
│  ▶️  Universal Format Support              │
│  🔊  Multiple Audio Tracks                 │
│  📝  Built-in Subtitles                    │
│  📱  Picture-in-Picture                    │
│  🔒  Screen Lock                           │
│  ⚡  Variable Speed (0.25x - 2.0x)         │
│  👆  Seek Gestures                         │
└────────────────────────────────────────────┘

⚡ TorBox Integration

Full TorBox debrid integration at the core:

                    ┌──────────────────┐
                    │     TorBox       │
                    │   ⚡ Debrid ⚡    │
                    └────────┬─────────┘
                             │
        ┌────────────────────┼────────────────────┐
        │                    │                    │
        ▼                    ▼                    ▼
┌───────────────┐   ┌───────────────┐   ┌───────────────┐
│ Instant Cache │   │   Library     │   │   Dashboard   │
│   Streaming   │   │  Management   │   │    Stats      │
└───────────────┘   └───────────────┘   └───────────────┘
  • Instant Cached Streaming — If cached, play immediately
  • Cache Status Indicators — Know what's instant before selecting
  • Real-time Progress — Speed, ETA, completion alerts
  • Library Management — View/delete torrents in-app
  • Account Dashboard — Subscription & usage stats

🔍 Torboxers

The most powerful torrent search engine in any streaming app:

    ╔══════════════════════════════════════════════════════╗
    ║                    TORBOXERS                         ║
    ╠══════════════════════════════════════════════════════╣
    ║                                                      ║
    ║   🔍 Multi-Engine Search                             ║
    ║      └── Query multiple indexers simultaneously      ║
    ║                                                      ║
    ║   📋 YAML Engine Configs                             ║
    ║      └── Import/create custom search engines         ║
    ║                                                      ║
    ║   ⚡ Cached-Only Filter                              ║
    ║      └── Show only instantly streamable results      ║
    ║                                                      ║
    ║   ▶️  Direct to Playback                             ║
    ║      └── One tap from result to watching             ║
    ║                                                      ║
    ║   📁 File Browser                                    ║
    ║      └── Pick specific files from season packs       ║
    ║                                                      ║
    ║   📥 Download Manager                                ║
    ║      └── Download files with progress tracking       ║
    ║                                                      ║
    ╚══════════════════════════════════════════════════════╝

🔌 Stremio Addons

Full compatibility with the Stremio ecosystem:

AddonStatusDescription
🔥 TorrentioPopular torrent indexer
☄️ CometFast indexer with debrid
🌀 MediaFusionMulti-source aggregator
🚀 StremThruDebrid proxy service
🎯 JackettioJackett integration
💍 AnnatarFast torrent indexer
⚔️ KnightCrawlerTorrent crawler
CustomAny manifest URL!

Just paste your configured manifest URL and you're ready!


🎵 Hi-Fi Music

Premium music streaming built right in:

    ┌─────────────────────────────────────────────────┐
    │                                                 │
    │   🎵 TIDAL        Master (24-bit MQA)           │
    │                   Lossless (16-bit FLAC)        │
    │                                                 │
    │   🎵 Qobuz        Hi-Res Streaming              │
    │                                                 │
    │   🎵 Subsonic     Connect Your Own Server       │
    │                                                 │
    └─────────────────────────────────────────────────┘

    Features:
    ├── 🔊 Background Playback
    ├── 📱 Notification Controls
    ├── 🔀 Queue Management
    ├── 🔁 Shuffle & Repeat
    ├── 👤 Artist/Album Browsing
    ├── 📋 Playlist Support
    └── 🎨 Dynamic Colors from Album Art

🧲 Magnet Manager

┌────────────────────────────────────────────────────┐
│              ADD TORRENT                           │
├────────────────────────────────────────────────────┤
│                                                    │
│  📋 Paste magnet links or hashes                  │
│  📦 Batch add (multiple at once)                  │
│  📊 Live caching progress with speed/ETA          │
│  🔔 Completion notifications                       │
│  🗑️ Delete from history or TorBox                 │
│                                                    │
└────────────────────────────────────────────────────┘

🌐 Additional Features

FeatureDescription
DNS-over-HTTPSMultiple DoH providers (Cloudflare, Google, Quad9)
Watch HistorySynced progress across sessions
Library SystemPersonal collection management
Dark ThemePremium aesthetic with glassmorphism
Smooth Animations60fps throughout
Gesture ControlsIntuitive navigation

📱 Requirements

Platform: Android 8.0+ (Oreo, SDK 26+)
TorBox: API key required (free tier available)
Addons: Configure on respective websites, paste manifest URL

📦 Installation

Option 1: Download APK

  1. Go to Releases
  2. Download the latest .apk
  3. Install on your Android device

Option 2: Build from Source

# Clone the repo
git clone https://github.com/chandradev28/streamed.git
cd streamed

# Install dependencies
pnpm install

# Run development build
pnpm start

# Build APK
eas build --platform android --profile preview

🛠️ Tech Stack

├── React Native 0.81
├── Expo SDK 54
├── TypeScript
├── LibVLC Player
├── React Native Track Player
├── Expo Image
├── React Navigation
└── AsyncStorage

📜 Changelog

v1.0.0-beta

  • 🎬 Movies & TV Shows with TMDB
  • ⚡ TorBox debrid integration
  • 🔍 Torboxers search engine
  • 🔌 Full Stremio addon support
  • 🎵 Hi-Fi music streaming
  • 📺 VLC-powered video player
  • 🧲 Magnet manager

🤝 Contributing

This is currently a private project. If you're interested in contributing, please reach out!


📞 Contact & Support


Made with ❤️ for the streaming community

Free No Ads Privacy


⚠️ This app is for personal use only. Respect content creators and support official releases.

关于 About

The Ultimate ALL-IN-ONE Streaming App (Movies, TV Shows & Hi-Fi Music)

语言 Languages

TypeScript99.8%
JavaScript0.1%
Shell0.1%

提交活跃度 Commit Activity

代码提交热力图
过去 52 周的开发活跃度
5
Total Commits
峰值: 2次/周
Less
More

核心贡献者 Contributors