-
Notifications
You must be signed in to change notification settings - Fork 37
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
Moving and script executing don't work? #20
Comments
The |
Thanks for the info. I appreciate the lightweight image. How would you go about moving files? How is your personal setup? :) |
I never move files. I keep them as-is so the structure of torrent is preserved (and I can continue seeding when needed). I use hardlinks to organize them if necessary. |
@jesec Is all script execution prevented in this distribution? I can't get anything working, even logging through script execution and I can't figure out if it's stripped off, or if I am going at it completely wrong. |
My bad, I had some issues in the script that preveted anything else from running (d.get_custom1 instead of d.custom1) For anyone coming up on this, I ended up using a custom docker file, however, before doing so, you should read up on the Security precautions to understand the risks introduced by using a different base image.
Ended up using the following script for moving completed torrents:
|
@Sharsie Thanks. I'll give this a go. Do you mind sharing your watch folder setup from .rtorrent.rc as well? I'm having a hard time getting it to work – afaik the config is correct. |
@NoLooseEnds I am not using the watch schedules myself, but a quick test of the following was working fine for me. Not a big fan of functional programming, but I think you might have an invalid chaining of the commands with the
Note that it's on a cron-like schedule, it won't start immediately when testing it (I forgot:) Also this is out of scope of this issue, if you wish to discuss this further, we should probably do so in jesec/flood#120 or elsewhere wherever the rtorrent config is discussed :) |
@Sharsie I'm looking at this again. Do you mind showing your config files and how you organize your setup? :) |
Hi, I'm finally going over to a standalone rtorrent container (with flood in another separate container), and it seems to work fine except for two issues (that could be related).
1. My move on complete does not work anymore?
Relevant config:
2. Executing notification script no longer works
Relevant config:
Any input on this? Is the rtorrent image too limiting?
Appreciate your awesome work!
The text was updated successfully, but these errors were encountered: