Search found 2 matches

by someuser
Fri Feb 21, 2020 2:05 pm
Forum: General
Topic: Renaming the default folder of a torrent while adding
Replies: 3
Views: 14428

Re: Renaming the default folder of a torrent while adding

Thanks Killemov. I eventually switched to using the RPC interface through the python requests library. The rename option is available there, even though it happens only after adding and not at the time of adding the torrent. I was able to use that and achieve my objective.
by someuser
Sat Feb 08, 2020 3:42 pm
Forum: General
Topic: Renaming the default folder of a torrent while adding
Replies: 3
Views: 14428

Renaming the default folder of a torrent while adding

I'm using this client for Windows to control transmission running on my raspberry pi: https://github.com/transmission-remote-gui However, I don't add my torrents through this client. I have written a python script which automatically add torrents I save in a particular folder on my shared drive. The...