-
Notifications
You must be signed in to change notification settings - Fork 54
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
Include Rar3 volume number #58
Comments
Unfortunately RAR3 does not contain such info, so cannot implement it. |
Did you see sabnzbd/sabnzbd@a5c8318#diff-13c4161154ee8c590e1c06c8cbc3da8dR20-R24 ? The volume number is at the end of each rar3 file, like this:
We use it like that in the Sabnzbd code. Which works. |
Aha, I missed it then. Its problably endarc-volnr, which we dont parse yet. But indeed we should. |
Please see if it works for you now. |
We (me and @sanderjo) were very happy to see your activity here again!
And now you also added a way to actually retrieve the volume number from Rar5 files.
Could you implement the same for Rar3? It would be very useful for our application where we have to deal with obfuscated Rar files and detect which ones belong together.
We now have our own custom code, but would be great if we could use Rarfile for everything! We already use it in a number of different locations in our application.
sabnzbd/sabnzbd@a5c8318
The text was updated successfully, but these errors were encountered: