Search found 3 matches

by crendore
Mon Oct 12, 2020 6:39 pm
Forum: Mac Support
Topic: Mac OS - Launch script on torrent completion
Replies: 3
Views: 26329

Re: Mac OS - Launch script on torrent completion

Well shit...i feel really dumb now.

Thanks!
by crendore
Sat Oct 10, 2020 1:46 am
Forum: Mac Support
Topic: Mac OS - Launch script on torrent completion
Replies: 3
Views: 26329

Re: Mac OS - Launch script on torrent completion

OK I gave up on trying to get this shell script to trigger from transmission, here's a more ghetto solution to auto unrar completed torrents using python and crontab.

You'll need to install
pip install transmission-rpc

main script: transmission.py
from transmission_rpc import Client
import ...
by crendore
Fri Oct 09, 2020 11:27 pm
Forum: Mac Support
Topic: Mac OS - Launch script on torrent completion
Replies: 3
Views: 26329

Mac OS - Launch script on torrent completion

There are several threads on this board about this topic, but most of them are 10+ years old, and incorrect. For example:
https://forum.transmissionbt.com/viewtopic.php?t=10636

And rather than gravedig that thread or any of the others i'm starting a new thread. I am trying to figure out if it is ...