-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Automatically extract .rar files #701
Comments
Have to come back to you on this. But the script looks good and you've verified it manually as you say. For reference in both issues, fixing this could also solve #615 I guess. And there was one more issue where someone was trying to run a script but something was just off. Need to search the issues for it, and don't have time now. But this is a very handy feature so we should investigate a bit :) |
It seems to work fine for me. I'm using Docker on DSM and mounted a path to it. Now i'm just having issues getting it to play nice with Sonarr. for some reason the extracted file ends up in the destination directory and in the original folder it is extracted to. |
I'm just waiting for a new torrent with .rar parts to test... Example:
|
@billy369 That's how Sonarr works - it copies the file to the destination directory - it doesn't move it |
@carlostiberiojr Any update? Think I'll close this soon. |
It's been working fine for me for about a month now. No complaints or errors I'm aware of. |
This is not working for me either. Using the same script and verified that it is executable. No idea what could be causing this as the logs don't show anything. |
I think I might know why, but not sure how to accomplish this -- when using transmission with "labels" or custom directories it does not seem to pull the proper directory with the TR_TORRENT_DIR. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Note: The stale bot was recently added to this project to help weed out outdated issues. This will help us to focus time and energy on issues that are important and move the others out of the way. There could however be many issues that are still relevant but have gotten old without ever being fixed. As this is the first round of cleaning it might have been too eager. Feel free to re-open this issue if you think it deserves another look. |
Do we have a solution for this. I am stuck as the script errors. Thanks. |
I have figured it out. Running OMV5 with the Transmission-Openvpn docker. Issue was that the script would not ruin and this was due to the noexec under the disk where the script is being held. See below how to remove the noexec from the disk/s. Hope this helps others as it took me a while to find the issue and resolve it.
|
Hi Guys,
I read a lot about automatically extracting any torrent downloaded with .rar parts, but I'm missing something here:
I have this configured in my docker compose:
Configuration done:
TRANSMISSION_SCRIPT_TORRENT_DONE_ENABLED
TRANSMISSION_SCRIPT_TORRENT_DONE_FILENAME
This is my extract_torrent.sh:
Still, I'm not getting my torrents to be extracted automatically...
I made a manual test on container:
I checked the logs on container and cannot see any problem with script, there is any way to see if something is wrong with this whole configuration?
Thanks in advance for the help!
The text was updated successfully, but these errors were encountered: