-
Notifications
You must be signed in to change notification settings - Fork 80
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
[FR] - Allow Auto Unpack of Multi Rar torrents. #25
Comments
Hi @veenarm, is this some kind of use case that can happen while fetching stuff from sonarr/radarr? |
Wow, I totally forgot about this (even though I've been using it in my homelab now since this post). I forked your Operator and made the following changes: veenarm@eb20cce
The use case is that sometimes you may download movies/tv shows with sonarr/radarr that aren't the actual file (they're compress zipped in multiple files). Sonarr/Radarr can't copy the files to it's expected location after download because of this, so in my commit above I have a script that auto unpacks after download completion so they can be transferred to there new home. The other use-case is the next part is to execute a script |
I've since started using : https://github.com/Unpackerr/unpackerr |
In case you find this useful, you can use this: https://github.com/Nicxx2/auto-unrar It is an easy setup if you are using docker, or you can just adjust and use the script. Basically, it will automatically extract RAR files, and there are various options you can include such as: extracting files to a specific directory, deleting rar file after extraction etc. |
Yes, however Unpackerr can be integrated with webhooks from your Prowlarr/Sonarr/Radarr installers etc.. so it's waiting for the new data to actually arrive, and then when it's completed it I believe tells them as such :) |
Is your feature request related to a problem? Please describe.
unrar capabilities of Transmission to allow sonarr/radarr to auto move torrents that are multi packaged rar files.
Describe the solution you'd like
Using the rtorrent config file update and adding a configMap shell script with correct permissions, you can have a small shell script run to unrar the files once downloading has completed.
Describe alternatives you've considered
none
Additional context
I've got it working locally with direct modifications to the ouput yamls, changes are needed to the Operator to allow the config updates and Volumes/Mounts. I am happy to do a PR for this work.
The text was updated successfully, but these errors were encountered: