Releases: dtankdempsey2/Providra
Release list
v0.1.0-beta.7
Improved source delivery across addons, AIOStreams, and plugins.
- Repeated Calls now controls the number of provider waves for all modes.
- Each server wave now uses one matching fallback request.
- Fallback requests wait progressively for slower providers without triggering additional scrapes.
- Cached source chunks now refresh correctly as progressive results arrive.
- Improved addon direct-link probing and cleanup.
This update should improve the overall number of links returned. After installing the update, reinstall your Default Package in Syncler.
v0.1.0-beta.6
This update improves Stremio addon support.
What’s New
- Better support for configured and unconfigured addon manifests
- Improved handling for magnets, raw
infoHashresults, and direct hoster links - Mixed magnet and direct-stream results can now be handled from the same addon response
- Improved AIOStreams support
- Added a cached direct-stream relay to reduce repeated resolver requests during playback and seeking
Important Syncler Note
Configured manifests may return direct hoster links instead of magnets.
For the best experience with direct streams, use:
Syncler beta 2.1.1.7 (v302010107) or higher
Stable Syncler versions may fail on direct-host redirects with:
Source error — Response code: 302
When using stable Syncler, unconfigured manifests are recommended whenever possible.
For direct streams, open:
Settings → Source → Resolving
Make sure:
Skip resolving non-debrid sources
is turned off.
For setup details and troubleshooting, read the Help Guide:
https://github.com/dtankdempsey2/Providra/blob/main/docs/README.md
Debrid-Service Testing
I only have access to a limited number of debrid services for testing.
If you notice a problem with a specific service, please open an issue and include the service name, the addon being used, and a description of the problem.
Do not post private tokens, configured manifest URLs, or raw logs containing credentials.
v0.1.0-beta.5
Addons and Plugins Can Now Be Used Together
Providra packages can now include both Stremio Addons and Nuvio Plugins at the same time.
Previously, users had to choose between addon-based sources and plugin-based sources when generating a package. This update removes that limitation.
For the best results, it is still recommended to choose one or the other whenever possible.
v0.1.0-beta.4
Beta 4: Dual Mode (testing only)
Dual Mode allows Providra to run addons and plugins at the same time.
To enable it, add this as the first enabled manifest entry:
dual-mode
Use with caution. Syncler may not handle magnet links and direct hosted links reliably when both are returned during the same search.
If results are missing or delayed, disable dual-mode and use addons or plugins separately.
Providra v0.1.0-beta.3
Android Compatibility Update
This is a small maintenance release that updates Providra to target Android 14.
Changes
- Updated the Android target SDK from
33to34 - Removed the outdated Android version warning shown during installation on some newer devices
- No feature changes or server-side changes
Users who already have v0.1.0-beta.2 installed and working do not need to update. This release is primarily intended for new installations.
Providra v0.1.0-beta.2
Initial commit