Search found 8 matches

by karthik
Thu Nov 23, 2017 1:11 pm
Forum: Windows Support
Topic: How to make "script-torrent-done-filename" working in windows
Replies: 20
Views: 15532

Re: How to make "script-torrent-done-filename" working in windows

wow... somehow after setting the logfile as you have suggested my script got executed and a nice logfile also got generated.
Thankyou so much for your time :D :D :D
by karthik
Thu Nov 23, 2017 8:42 am
Forum: Windows Support
Topic: How to make "script-torrent-done-filename" working in windows
Replies: 20
Views: 15532

Re: How to make "script-torrent-done-filename" working in windows

When will this script gets executed? When the download completes 100% or when I pause the download after it completed 100%
by karthik
Thu Nov 23, 2017 8:07 am
Forum: Windows Support
Topic: How to make "script-torrent-done-filename" working in windows
Replies: 20
Views: 15532

Re: How to make "script-torrent-done-filename" working in windows

I stopped transmission service and then edited the settings.. And then started the transmission daemon again..
by karthik
Thu Nov 23, 2017 6:42 am
Forum: Windows Support
Topic: How to make "script-torrent-done-filename" working in windows
Replies: 20
Views: 15532

Re: How to make "script-torrent-done-filename" working in windows

I have used the correct config directory of transmission my other settings are getting picked up correctly
by karthik
Wed Nov 22, 2017 1:16 pm
Forum: Windows Support
Topic: How to make "script-torrent-done-filename" working in windows
Replies: 20
Views: 15532

Re: How to make "script-torrent-done-filename" working in windows

yes for me too. I also tried with an exe created from python file but it is not working I also tried to use an exe built from a simple cpp file. That is also not working is this the right way to give exe file path? "script-torrent-done-enabled": true, "script-torrent-done-filename&quo...
by karthik
Wed Nov 22, 2017 3:08 am
Forum: Windows Support
Topic: How to make "script-torrent-done-filename" working in windows
Replies: 20
Views: 15532

Re: How to make "script-torrent-done-filename" working in windows

Thanks Mike. I will try to create an exe file from a simple c++ program and use its path in the settings file
i will try this today and let you know if it works
by karthik
Mon Nov 20, 2017 5:43 pm
Forum: Windows Support
Topic: How to make "script-torrent-done-filename" working in windows
Replies: 20
Views: 15532

Re: How to make "script-torrent-done-filename" working in windows

Hi Mike, Thanks for the reply. My final goal is to run a python script from batch file. But before going that far i want to see if my simple batch file runs or not I have modified the bat file as below with full path of the file echo 'teste' > C:\\Users\\ishaan\\AppData\\Local\\transmission-daemon\\...
by karthik
Mon Nov 20, 2017 4:27 pm
Forum: Windows Support
Topic: How to make "script-torrent-done-filename" working in windows
Replies: 20
Views: 15532

How to make "script-torrent-done-filename" working in windows

Hi, i am using transmission daemon in windows 10, i want to run a batch file after the torrent completes Below is a snippet from my settings file. But this batch script is not getting executed "script-torrent-done-enabled": true, "script-torrent-done-filename": "C:\\Users\\i...