Stremio addon support — CinePro Core can now expose a native Stremio addon endpoint at /stremio/manifest.json, letting you plug CinePro directly into Stremio. Opt in by setting STREMIO_ADDON=true in your environment. Two community addons (WebStreamerMBG and Streamify) are pre-wired out of the box.
Automated Docker images — Official container images are now built and published automatically to the GitHub Container Registry on every release, making Docker deployments simpler and more reliable.
Icefy provider is back — Icefy has been rewritten to use its new public API and is enabled by default again, restoring another source for movie and TV lookups.
Configurable CORS origin — A new CORS_ORIGINenvironment variable lets you restrict which origins can call the CinePro API, instead of always allowing all origins.
OMSS framework v1.1.19 — The underlying @omss/framework has been updated, bringing further stability improvements to stream handling.
Uembed sunset — The Uembed provider has been disabled after its upstream service was shut down, preventing failed lookups and timeouts.
Cleaner stream pattern matching — Internal URL patterns used to recognize streaming hosts have been consolidated and properly escaped, reducing edge-case mismatches during playback.
StreamMafia provider — A new streaming provider has been added to CinePro Core, expanding the pool of available sources. It is currently disabled while upstream compatibility is being finalized, but will be enabled in a future release.
Faster VidZee scraping — The VidZee provider now decrypts all streaming sources in parallel across all servers, significantly reducing response times for movie and TV lookups.
Improved VixSrc provider — VixSrc now uses a dedicated API for source resolution instead of HTML scraping, making it more reliable and resilient to upstream changes.
License change — CinePro Core has moved from MIT to the PolyForm Noncommercial License 1.0.0. You can still use, fork, and modify CinePro freely for personal and non-commercial purposes.
OMSS framework updates — The underlying @omss/framework has been updated across several releases, bringing improved stream handling and proxy pattern support.
VidRock streaming — Fixed an issue where VidRock sources could return unplayable links due to incorrect header construction.
02MovieDownloader — Resolved a bug affecting download source resolution for certain titles.
VidZee decryption — Fixed edge cases in the VidZee decryption pipeline that could cause some sources to fail silently.
Disabled inactive providers — The 2Embed and Icefy providers have been removed after becoming unreachable due to Cloudflare restrictions. This prevents unnecessary timeouts during source lookups.