What's Changed
Features
- Add a
ENCRYPT_MEDIAFLOW_URLS
environment variable to encrypt each stream URL - simply set it to true to test it out.- This potentially improves compatability with external players but it will increase loading times and does not work reliably due to the large number of requests used
- increase the default value of
MAX_EPISODE_SIZE
(@charleeislegend in #129) - log requesting IPs (if
LOG_SENSITIVE_INFO
is true) #120
Fixes
- show the indexer for torbox results (@nhyyebo in #132)
- remove the default values for
FORCE_COMET_HOSTNAME
andFORCE_COMET_PROTOCOL
to ensure streaming URLs aren't incorrectly modified. - fix 'reading undefined' error for torbox your media catalog results
New Contributors
- @charleeislegend made their first contribution in #129
- @nhyyebo made their first contribution in #132
Full Changelog: v1.14.2...v1.14.3