Skip to content

Releases: Viren070/AIOStreams

v1.13.1

09 Feb 00:51
07feb10
Compare
Choose a tag to compare

What's Changed

Features

  • Added indexer to gdrive format
  • adjusted logging

Fixes

  • Fixed error streams not being handled correctly sometimes

Full Changelog: v1.13.0...v1.13.1

v1.13.0

08 Feb 23:05
89173bd
Compare
Choose a tag to compare

What's Changed

  • Added Stremio Jackett
  • Added 1440p resolution
  • Added a Live Search Streams option to MediaFusion
  • Added a COMET_INDEXERS environment variable to customise the indexers used
  • Disabled stream caching by default as the current implementation is useless
  • Cache mediafusion config strings to reduce requests made and improve efficiency

Fixes

  • Fixed PikPak and Seedr not showing on the prioritise debrid option for MediaFusion
  • Fixed slider limits not being affected by environment variables
  • Fixed detection for 7.1/5.1
  • Fixed comet streams not working for environments where an internal comet URL was provided (requires the FORCE_COMET_HOSTNAME env var to be set)
  • Fixed wrong size being parsed for season packs from comet

Full Changelog: v1.12.3...v1.13.0

v1.12.3

31 Jan 22:01
1193790
Compare
Choose a tag to compare

What's Changed

  • Properly handle errors without crashing the addon.

Full Changelog: v1.12.2...v1.12.3

v1.12.2

31 Jan 21:58
52e3224
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue where the addon would crash in some cases with clean results turned on.
  • Fixed duration being parsed where its not supposed to be parsed.

Full Changelog: v1.12.1...v1.12.2

v1.12.1

31 Jan 19:57
6a78324
Compare
Choose a tag to compare

What's Changed

  • Fixed logs for number of streams obtained being wrong, also log error streams
  • Tries to parse error streams as errors and correctly display them as an error rather than attempting to parse it. e.g. Orion error streams, MediaFusion content warning streams, invalid token streams from Torrentio and Comet.
  • Correctly format all error streams
  • Fixed some streams being excluded when a resolution was extracted from the stream that is not present in the config
  • Improved fallback resolution extraction
  • Adjusted formatting slightly by adding newlines
  • Added 'message' info that is used to display important messages which show even on the minimal format. Used for DMM cast streams
  • Fixed issues with unnecessary new lines being added in the gdrive format.
  • Fixed DMM cast streams not having the filename correctly sanitised causing issues with parsing in some cases

Full Changelog: v1.12.0...v1.12.1

v1.12.0

30 Jan 01:36
7e53384
Compare
Choose a tag to compare

What's Changed

  • ADDON_PROXY_CONFIG environment variable to control which requests to addons are proxied.
    • e.g. *:false,*.strem.fun:true would only proxy requests to any subdomains at strem.fun
  • DETERMINISTIC_ADDON_ID environment variable which should help with separate installs on some apps that group addon streams by addon IDs for whatever reason
  • AIOStreams no longer fails requests to an addon when a single debrid service fails, it continues to provide streams from other debrid services.

Important

This update changes the way you have to modify the code for cloudflare workers to work. The guide at #32 has been updated to reflect this.

Full Changelog: v1.11.5...v1.12.0

v1.11.5

29 Jan 20:06
955e065
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fix for new Debridio update

Full Changelog: v1.11.4...v1.11.5

v1.11.4

27 Jan 20:45
34e3b3d
Compare
Choose a tag to compare

What's Changed

  • (most likely) Fixed incompatibility with previous configurations without streamTypes in the config

Full Changelog: v1.11.3...v1.11.4

v1.11.3

27 Jan 20:12
d7db000
Compare
Choose a tag to compare

What's Changed

  • Make MediaFlow IP fetches more efficient and fetch at start to avoid multiple requests being made simultaneously during addon requests

Full Changelog: v1.11.2...v1.11.3

v1.11.2

27 Jan 19:39
97971ec
Compare
Choose a tag to compare

What's Changed

  • Adjusted default cache size to 10240
  • adjusted logging
  • removed the cache-stats endpoint

Full Changelog: v1.11.1...v1.11.2