feat: add gdrive builtin addon
feat: add torbox search builtin addon
feat: allow setting allowed regexes for all users
closes#244
feat: allow deleting user
feat: make `BASE_URL` required
fix: simplify and fix bluray remux detection
fix: override type to live for usa tv, argentina tv, and debridio tv
fix: throw error on rate limit exceeded streams
fix: skip mediafusion found but filtered message stream
fix(stremthru-store): ensure release groups don't get parsed as indexer
feat: add configurable year tolerance during year matching
fix: ensure forced proxy information is always checked/used when provided
This commit removes the 'Move Addon Name to description' setting in favour of the custom formatter
Adds the following fields for use in a custom formatter:
config.addonName (returns the value of `ADDON_NAME`)
config.showDie (returns the value of `SHOW_DIE`)
stream.title (string)
stream.year (string)
stream.season (number)
stream.seasons (number[])
stream.episode (number)
stream.proxied (boolean)
you now control 100% of the stream output, including the game die emoji and the detective emoji for proxied streams.
Adds a proxied switch in the preview.
Adjusted default addon name to Torrentio to account for config.addonName
refactored the way streams were generated.