2.8.0 (2025-07-29)
v2.8.0 introduces two new addons to the marketplace, new 'preset' stream sorting/filtering options for Custom Addons, and key bug fixes for precaching and proxy URL handling.
🚀 New Addons
Two new addons were added to the marketplace.
- More Like This: Discover content similar to what you're currently watching.
- StreamAsia: Provides streams for a wide variety of Asian content.
✨ Enhancements & Improvements
New stream management options have been added for Custom Addons, giving you more simpler control over your stream results:
- Result Passthrough: This option prevents results from a specific addon from being filtered out. Streams from this addon will always appear in the results list.
- Enabled by default for More Like This, Debridio TV, Argentina TV, and USA TV.
- Force To Top: This option forces results from a specific addon to the top of the stream list, overriding your sorting settings.
- Enabled by default for More Like This and TMDB Collections. This can be disabled in the addon's settings.
🐛 Bug Fixes
- Precaching: The precaching mechanism will now ignore redirects. This fixes an issue where pinging an uncached stream URL could trigger a simultaneous usage warning (and possible bans) from debrid services if the stream was already cached.
- Proxy URLs: Fixed a bug where Public Proxy URLs set via environment variables would cause an
Invalid URL
error.
Auto generated changelog:
Features
- add explicit redirect handling to avoid external requests and refactor precaching logic (0e40299)
- add force to top option for custom addons (6a26e11)
- add more like this (b1e46a2)
- add options to force streams to the top of the list in MoreLikeThis and TmdbCollections presets (08adc25)
- add result passthrough option (86f7057)
- add streamasia (03afc6e)
- debridio-tv: enable result passthrough by default and remove debug logs (096751a)