|
21 | 21 | - 🔒 **Config Encryption:** Secure your configuration via the `TOKEN` environment variable. |
22 | 22 | - 🗂️ **Debrid Catalog:** View your recently uploaded files in Stremio as catalog |
23 | 23 | - 📰 **Usenet Support**: Supports usenet caching by using usenet indexer from prowlarr and torbox. |
| 24 | +- ⬇️ **Auto Cache Next**: Automatically starts caching next episode. |
24 | 25 | - 🌐 **Improved URL Handling:** |
25 | 26 | - Shortened URLs with filenames included. |
26 | 27 | - Use the `TOKEN` environment variable for even shorter playback URLs, improving player compatibility. |
|
31 | 32 |
|
32 | 33 | ## 🌟 **State of Uncached Support** |
33 | 34 |
|
34 | | -| Provider | Status | Notes | Supports Catalog | |
35 | | -|----------------|--------------------------------------|------------------------------------------------|------------------------| |
36 | | -| **Real Debrid** | ✅ Full Support | 🔄 *Seasons limit* + ✨ **DEBRID_TAKE_FIRST** | ✅ *Allows catalog view*| |
37 | | -| **All Debrid** | ✅ Full Support | 🔄 *Seasons limit* + ✨ **DEBRID_TAKE_FIRST** | ✅ *Allows catalog view*| |
38 | | -| **Premiumize** | ✅ Full Support | 🔄 *Seasons limit* | ❌ | |
39 | | -| **Debrid Link** | ✅ Full Support | ✨ **DEBRID_TAKE_FIRST** | ✅ *Allows catalog view*| |
40 | | -| **Torbox** | ✅ Full Support + 📰 Usenet Support | 🔄 *Seasons limit* + ✨ **DEBRID_TAKE_FIRST** | ✅ *Allows catalog view*| |
| 35 | +| Provider | Status | Notes | Supports Catalog | |
| 36 | +|----------------|--------------------------------------|---------------------------------------------------|------------------------| |
| 37 | +| **Real Debrid** | ✅ Full Support | 🔄 *Seasons limit* + ✨ **DEBRID_TAKE_FIRST** | ✅ *Allows catalog view*| |
| 38 | +| **All Debrid** | ✅ Full Support | 🔄 *Seasons limit* + ✨ **DEBRID_TAKE_FIRST** | ✅ *Allows catalog view*| |
| 39 | +| **Premiumize** | ✅ Full Support | 🔄 *Seasons limit* | ❌ | |
| 40 | +| **Debrid Link** | ✅ Full Support | ✨ **DEBRID_TAKE_FIRST** | ✅ *Allows catalog view*| |
| 41 | +| **Torbox** | ✅ Full Support + 📰 Usenet Support | 🔄 *Seasons limit* + ⬇️ *Auto Cache Next* + ✨ **DEBRID_TAKE_FIRST** + | ✅ *Allows catalog view*| |
41 | 42 |
|
42 | 43 | --- |
43 | 44 |
|
|
50 | 51 | - 🚧 **Work in Progress**: Feature planned but not yet available. |
51 | 52 | - ✅ **Supports Catalog**: Allows viewing and playing recently uploaded debrid files in Stremio under e.g. **Discover -> Others -> Comet RealDebrid**. |
52 | 53 | - 📰 **Usenet Support**: Supports usenet caching by using usenet indexer from prowlarr. |
| 54 | +- ⬇️ **Auto Cache Next**: Supports auto caching next episode. |
53 | 55 | - ❌ **Does Not Support Catalog**: The provider does not have catalog integration in Stremio. |
54 | 56 |
|
55 | 57 |
|
|
78 | 80 | - Example usenet setup using **torbox** + **prowlarr** |
79 | 81 | 1. Add a usenet indexer to **Prowlarr** like **scenenzbs** |
80 | 82 | 2. Add the created **Indexer Name** to the **INDEXER_MANAGER_INDEXERS** environment variable |
81 | | - 3. Visit the Web Ui and selected the added indexers under **Indexers** and **Indexers Uncached** |
| 83 | + 3. Visit the Web Ui and select the added indexers under **Indexers** and **Indexers Uncached** |
82 | 84 | 4. Optionally adjust the **USENET_REFRESH_ATTEMPTS** env. By default this is 10 and seems to be more then enough for the **Torbox pro plan** download speed. |
83 | 85 | 5. 🎉 Done! Comet will now show the usenet results of **Prowlarr** and use **Torbox** to cache and stream. |
84 | 86 |
|
85 | 87 | > 💡 **Note:** This setup allows for even Uncached files to seem cached. Because the usenet files are not speed restricted by seeders or peers, it allows in combination |
86 | 88 | > with Torbox Pro 80 Gbps download speed to add single Episodes with a size of e.g. 2 GB, which are then instantly downloaded. The USENET_REFRESH_ATTEMPTS parameter checks every 4 seconds—up |
87 | | -> to 4 times—whether the file is ready for streaming; if the file is ready before the last attempt, Stremio begins playback immediately. |
| 89 | +> to USENET_REFRESH_ATTEMPTS times—whether the file is ready for streaming; if the file is ready before the last attempt, Stremio begins playback immediately. |
88 | 90 | > Meaning in Stremio only a longer loading screen is experienced then usual. This, in combination with the **Advanced Binge Watching** which allows for Single files to be binged watched |
89 | 91 | > and not like usually with torrents which require the whole torrent to be one Season, guarantees a smooth watching experience. Of course this can as well fail if file names are inconsistent across episodes or the usenet file is broken and cant be repaired. |
90 | 92 |
|
|
0 commit comments