-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGES: Uncached rework + debrid link support, better url, …
…better cache and many mor - BREAKING: Make sure to wipe your sqlite or postgres comet DB - BREAKING: Make sure to re add your addon as the encrypted config changed and old encrypted urls wont work u will get invalid config - Improved encrypted config. Its even shorter now. - Removed unnecessary b64 encoding causing the encrypted string to be base64 encoded twice. - Shortened playback url even more if TOKEN env is provided - Full Uncached Torrents database refactor - Full Debrid Link Support + DEBRID_TAKE_FIRST - All missing uncached features implemented - Fixed issue with multiple uncached Streams not playing. - Its now possible to start Caching a batch of episodes and then play E01 as soon as ready without having to wait for the whole container/season to be cached. - This depends on provider, real debrid does not support this but debrid link does. - Fixed multiple comet addons interfering with another for uncached results. - Major improvement in multi download management using container and torrent ids for uncached torrents. - Major uncached file selection improvement. Whole system reworked. Now nearly always right file will be selected. - Fixed FileResponse finally... (Video length was to short and stremio was buggin out + behaviourHints) - Added Cache Cleanup Background task. Prevents infinite growing of db. In a normal use case db size should normalize at most watch tv shows / movies - This will allow for entries to be deleted that where only cached for one person. E.g. Niche shows/movies. - Added File names to urls - Uncached files names might be missing the file extension as it is unknown until the file is cached - Multidownload of uncached is no longer possible there should be fixed - Potentially fixed [issue](#2) multiple downloads
- Loading branch information
Showing
17 changed files
with
619 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.