Skip to content

AllDebrid Integration + Fixes

Compare
Choose a tag to compare
@marcussacana marcussacana released this 09 Feb 02:38

+ AllDebrid Support added (Required API Key)
+ 1Fichier 7z Support (RAR Don't works well since require download the entire file to open)
- Removed x86 Prefer Flag (Now the program will run as x64 when possible)
- Bring back memory unrar download buffer
- Minor Fixes

The Segmented Download mode isn't stable yet, I know there are some bugs but I'm still considering whether to take the time to fix or re-implement.
I'm with a problem to debug the problem, since it happens randomly, I made the assumption that the dotnet stream buffering was automatically reading the front of the already downloaded part of the segment in question, bringing invalid data for processing, for now I tried to prevent the reading of the last 4mb of the segment in hopes of changing the situation , as such, I will remain a while longer observing the results and feedbacks will be welcome.