Musiq is a self-hosted Node.js Stremio addon that indexes and streams only your locally uploaded music and music videos — no external library dependency.
Only scans and streams files from your ./uploads directory.
All external access is protected via per-install access token.
Artists behave like playable channels with filtered media lists.
Recursively scans, validates, and caches playable media items.
Single Express server on port 7000 handling dashboard, API, and Stremio SDK endpoints.
Upload → Normalize → Scan → Metadata Enrichment → Stream Index
Albums = series
Artists = channel metas
Tracks/videos = playable stream items
Add the addon to Stremio using your tokenized manifest URL:
• Install Musiq last to appear at bottom of catalog
• Requires local server running on PC
• LAN access allowed without token
• External/VPN requires token
Local IPs bypass auth.
External requests require token validation.
Streams are always file-verified before exposure.