Search found 2 matches
- 01 Sep 2021, 12:11
- Forum: Scripting and Automation
- Topic: qBittorrent -- Run external program on torrent completion
- Replies: 2
- Views: 9641
Re: qBittorrent -- Run external program on torrent completion
Thanks for the quick reply, rednoah. In my case, qBittorrent won't run a terminal call to filebot, even when I specify the full path to filebot or strip out arguments. After some debugging, I figured out that qBittorrent will run bash scripts, so I simply placed the terminal command into a bash ...
- 31 Aug 2021, 22:34
- Forum: Scripting and Automation
- Topic: qBittorrent -- Run external program on torrent completion
- Replies: 2
- Views: 9641
qBittorrent -- Run external program on torrent completion
Hi, I'm trying to get Filebot to run on torrent completion with qBittorrent 4.2.5 on Debian 11. I have a terminal command that works and does exactly what I want when I run it in the terminal: filebot -rename ./nas/Downloads/*.mkv -non-strict --output ./nas/TV --format "{~kodi}" -no-index -script fn ...