Search found 4 matches
- Fri Mar 31, 2023 9:50 pm
- Forum: Support
- Topic: Execute plugin: Script not working when action is Torrent removed
- Replies: 7
- Views: 1997
Re: Execute plugin: Script not working when action is Torrent removed
After some further testing, I don't think it has anything to do with the drive filesystem. I thought the command you suggested would retrieve the information from the torrent itself (I'm a total noob =P), but I see now that it calculates the folder/file size of the torrent. So I guess the same way i...
- Fri Mar 31, 2023 7:51 pm
- Forum: Support
- Topic: Execute plugin: Script not working when action is Torrent removed
- Replies: 7
- Views: 1997
Re: Execute plugin: Script not working when action is Torrent removed
Hi mhertz, Thank you very much for your help =) I tried your first suggestion. I did get the parenthesis after the torrent name, but no info on the torrent size inside them. The final format is torrent_name (). Here's the full code below. Did I miss something? Thank you! #!/bin/bash DISCORD_WEBHOOK_...
- Thu Mar 30, 2023 11:15 pm
- Forum: Support
- Topic: Execute plugin: Script not working when action is Torrent removed
- Replies: 7
- Views: 1997
Re: Execute plugin: Script not working when action is Torrent removed
Hi mhertz, Thank you very much for your help and prompt reply. A restart of the container + the new version of the plugin fixed it! (probably just needed the restart, but I did both at the same time). I'm mad at myself that I didn't try it before posting, but I created a couple of other scripts, tri...
- Thu Mar 30, 2023 4:08 pm
- Forum: Support
- Topic: Execute plugin: Script not working when action is Torrent removed
- Replies: 7
- Views: 1997
Execute plugin: Script not working when action is Torrent removed
Hello, I've successfully created scipts that sends me a Discord notification when a torrent is completed. I'd like to get a similar notification when a torrent is removed, but I can't seem to get it to work. The script below works fine if the event that triggers it is "Torrent added", but ...