Stremio Addon Manager
Test all streams in your library for connectivity. Dead streams can be removed in bulk after the test.
| Name | Group | URL | Source | Status | Actions |
|---|
manual source.
Configured in the Configure tab. Current sources:
⚠ Enabling this will significantly slow down scans as each stream URL is tested before being added.
URLs of public M3U playlists to scrape
Connect an n8n webhook to handle verification and password reset emails. Your n8n workflow receives a JSON payload and sends the email however you like.
When enabled, new users must verify their email before they can log in.
Your webhook receives this JSON — use it to build the email in n8n:
// Verification email:
{ "type": "verify", "username": "alice", "email": "alice@example.com",
"verifyUrl": "https://your-domain.com/portal?verify=TOKEN",
"token": "TOKEN" }
// Password reset:
{ "type": "reset", "username": "alice", "email": "alice@example.com",
"resetUrl": "https://your-domain.com/portal?reset=TOKEN",
"token": "TOKEN" }
// Test call:
{ "type": "test", "email": "test@example.com" }
You will be logged out after changing the password.
Users register at /portal and get a personal manifest URL at
/u/:userId/manifest.json.
Each user controls which channels are in their addon using the channel browser. Their selections never affect other users.
| Username | Selection | Manifest | Joined | Actions |
|---|
| Username | Addon Name | Channels | Joined | Actions |
|---|