-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Subs Overriding Main RAR File #11
Comments
I have seen this happening on my end as well, was digging around and tinkering with the settings for a while until i finally found this post that explained the issue. Would be awesome if we could get this fixed. Thanks so much! |
Fix for issue chrishuan9#11 without adding new features.
I also have this problem, would love to have it fixed! |
Probably a bug on my part. Try this: |
That failed as well but just looking at it again and the colon was missing off the end. The below appears to work
|
Hmmm don't think this is working correctly, can't get it to extract anything. Have you tried it with the updated code @Zemoj ? |
Add .r00 file extension for unrar
So there's a weird edge case issue that happens sometimes with files that have sub RARs. Basically the person who created the download puts a RAR with the same name as the movie inside a properly named sub RAR. IE:
/movie/movie.rar
/movie/subs/movie-subs.rar/movie.rar
So when using extract in place, it seems to use the torrent save path, and not each files base path, effectively dropping any sub folders.
So it would be great to either respect the sub folders location so it doesn't overwrite the main RAR, or have an option to ignore sub folders altogether.
The text was updated successfully, but these errors were encountered: