Search found 2 matches

by tonyp
Sun Sep 08, 2024 2:05 am
Forum: GTK+ Support
Topic: script-torrent-added-filename Get current torrent name?
Replies: 2
Views: 12049

Re: script-torrent-added-filename Get current torrent name?

I can answer my own question - environment variables. It's poorly documented, as it's not listed under environment variables - https://github.com/transmission/transmission/blob/main/docs/Environment-Variables.md.

It's hidden in the scripts section.
https://github.com/transmission/transmission/blob ...
by tonyp
Sat Sep 07, 2024 3:32 am
Forum: GTK+ Support
Topic: script-torrent-added-filename Get current torrent name?
Replies: 2
Views: 12049

script-torrent-added-filename Get current torrent name?

When using "script-torrent-added-filename" or "script-torrent-done-filename", is there a way to get the name of the torrent that triggered the script?

I can't seem to find a way to get the added or finished torrent variable. I could parse transmissions log file, but I have it turned off and would ...