-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Custom method.set_key = event.download.finished not running #191
Comments
This is your full Any logs? |
Hi I’m having the same issue with both :latest and :edge My .rtorrent.rc within the volume that resolves to /data/rtorrent/ is as follows, mostly the default until the last few lines and some bits disabled
This works on a directly installed, non docker, rtorrent in this way, it needs the ratio parts for the script from what I can tell. If I connect into the docker container the file is definitely at that path and does run manually All I get in rtorrent logs is this
Do you need anything else? Thanks updated to correct multi line code block |
@HuwSy |
Thanks. Fixed that now and learnt something new :) |
Change |
You didn't write the key. See your previous line has a key named move_complete rtorrent doc states : |
Mine turns out to be my own fault. I had been locking down permissions and impacted my config directory. The give away should have been my logs never changing but I didn’t even notice they were stuck until I looked at the dates. Oddly method.set = , for the option I have here works. No idea why or even where I copied this approach from but that’s not for here. |
Hi, also have this issue.
|
Have you read the thread ? |
I am trying to run a script when torrents finish to tell sickchill that it's time to post process a download. I can't seem to edit the method.set_key = event.download.finished to trigger a custom script.
Is there any way to test this? I've been editing the .rtorrent.rc file and re-deploying the docker container with the new config but I am not seeing anything happen.
This is what is in my .rtorrent.rc
method.set_key = event.download.finished,TorrentToMedia,"execute=/usr/bin/python3,/data/rtorrent/scripts/nzbToMedia-master/TorrentToMedia.py,$d.base_path=,$d.name=,$d.custom1=,$d.hash="
The text was updated successfully, but these errors were encountered: