Transmission plugin is a torrent browser that give you the choice to watch online the torrent or download it
1_0_19_D49_1450_13E_820000_0_0_0_20260129162204.jpg
1_0_19_D49_1450_13E_820000_0_0_0_20260129162252.jpg
1_0_19_D49_1450_13E_820000_0_0_0_20260129162758.jpg
1_0_19_D49_1450_13E_820000_0_0_0_20260129162831.jpg
It use transmission-client to download and torrserv to watch online
I choose this tools instead of libtorrent cause is very smooth with the cpu cache
The first thing after install of plugin you go settings and blue button to download torrserv
No you need to set up the mount of your externe hard disk and be sure has no slash "/" at end of line
# Stremio Enigma2 Plugin Documentation
This guide explains how to configure and use the Stremio plugin for Enigma2 (Dreambox/OpenATV).
## 1. Configuration
### In-Plugin Settings
Access the **Stremio Settings** menu from your plugin list to configure:
- **TorrServer URL**: Default is `http://127.0.0.1:8090`. Ensure TorrServer is running.
- **Subtitles**: Enable/Disable and set your preferred language (e.g., `en`, `ar`).
- **Quality Preference**: Choose from `4K`, `1080p`, `720p`, or `Auto`.
- **Addon Base URL**: Select your preferred stream provider (Torrentio, MediaFusion, Comet).
- **External APIs**: Enable TMDB or Trakt for enhanced metadata and library syncing.
### Trakt.tv Configuration
To use Trakt, you need to:
1. Enable **Trakt: Enable** in settings.
2. Enter your **Trakt Client ID**. You need to ake an app in Trakt check documentation at 'https://trakt.docs.apiary.io/#reference/authentication-oauth '
3. Use the **Trakt Login** (Blue Button) to authorize the plugin. It will show a code to enter at `https://trakt.tv/activate`.
### JSON Configuration (`stremio.json`)
For advanced users or automated setup, the plugin loads settings from `/etc/enigma2/stremio.json`. So you can simply add your trakt client id and your debrid/stremio login info and plugin will load it automaticly . The trakt access token is auto genertaed so u can leave it empty plugin will get it
```json
{
"torrserver_url": "http://127.0.0.1:8090",
"stremio_email": "your_email@example.com",
"stremio_password": "your_password",
"tmdb_api_key": "your_tmdb_key",
"debrid_provider": "realdebrid",
"debrid_token": "your_debrid_token"
}
### Configuration Links
- [TRAKT_ACTIVATE](https://trakt.tv/activate)
- [TRAKT_API_DASHBOARD](https://trakt.tv/oauth/applications)
- [REAL_DEBRID_TOKEN](https://real-debrid.com/apitoken)
- [OPEN_SUBTITLES_API](https://www.opensubtitles.com/en/consumers)
Display More
1_0_19_D49_1450_13E_820000_0_0_0_20260129162932.jpg
1_0_19_D49_1450_13E_820000_0_0_0_20260129162950.jpg
1_0_19_D49_1450_13E_820000_0_0_0_20260129163002.jpg
1_0_19_D49_1450_13E_820000_0_0_0_20260129163154.jpg
1_0_19_D49_1450_13E_820000_0_0_0_20260129163215.jpg
opkg install transmission transmission-client python3-transmission-rpc xz python3-beautifulsoup4 python3-yt-dlp
wget -q --no-check-certificate http://dreambox4u.com/dreamarabia/Transmission_e2/Transmission_e2.sh -O - | bash
PS : Stremio or Trakt is not strictly a "torrent browser" it is a media aggregator and entertainment hub. While many people use it for torrenting, the core technology is designed to centralize and organize video content from many different sources into one clean interface.
