Search found 16 matches

by sintek
Wed Sep 17, 2014 3:47 pm
Forum: Requests
Topic: Request: Run script when torrent added
Replies: 1
Views: 4317

Request: Run script when torrent added

I want to be able to run a script when ever a torrent is added to the transmission queue.
I want to use a VPN when downloading torrents and change my proxy settings, as well as check disk space when the torrent is added, this is all done by running a script i made, but to do this every other day ...
by sintek
Wed Oct 23, 2013 1:33 pm
Forum: Mac Support
Topic: Slow, Stoping, Not Starting Torrents
Replies: 7
Views: 6582

Re: Slow, Stoping, Not Starting Torrents

If your on the mac, uninstall the one you are using, then download and install a earlier version.

http://download-origin.transmissionbt.c ... n-2.77.dmg
by sintek
Tue Oct 22, 2013 8:10 pm
Forum: Mac Support
Topic: Slow, Stoping, Not Starting Torrents
Replies: 7
Views: 6582

Re: Slow, Stoping, Not Starting Torrents

what version of Transmission are you using, I have version 2.80 web client (i Think it was) add adding torrents and downloading was SLOW, like to add a link torrent would take 2 minutes to show up on the web client then for it to start downloading and connect to peers it was like 15 minutes, I ...
by sintek
Mon Feb 27, 2012 9:15 pm
Forum: Requests
Topic: script turn off DHT and PEX
Replies: 9
Views: 10210

Re: script turn off DHT and PEX

I'm sure the easiest to implement would be to add an action to the resumes and add torrent button to run a script, instead of transmission doing polling from the daemon
by sintek
Thu Feb 23, 2012 1:39 am
Forum: Requests
Topic: script turn off DHT and PEX
Replies: 9
Views: 10210

Re: script turn off DHT and PEX

simple. efficiency.

Why run a cron job every five minutes to check for torrents if I only add 2 - 4 torrents a week.
when code can be added to run a script when I click the "upload" button on the webUI or add a torrent through remote. it is a simple add that make the whole thing easy and efficient ...
by sintek
Wed Feb 22, 2012 8:26 pm
Forum: Requests
Topic: script turn off DHT and PEX
Replies: 9
Views: 10210

Re: script turn off DHT and PEX

I get a bad tmp file, saying there is no localhost in .netrc file
posting:
--------
{"method":"session-stats","tag":1}

--------
* Couldn't find host localhost in the .netrc file; using defaults
* About to connect() to localhost port 9091 (#0)
* Trying 127.0.0.1... * connected
* Connected to ...
by sintek
Wed Feb 22, 2012 7:45 pm
Forum: Requests
Topic: script turn off DHT and PEX
Replies: 9
Views: 10210

Re: script turn off DHT and PEX

WOW!

Thanks Gunzip!

this should work by the looks of it.

Now all we need is Transmission to run in when a torrent is added to the queue!

I will try this out!
by sintek
Wed Feb 22, 2012 2:36 pm
Forum: General
Topic: HELP! Someone has accessed my transmission remotely
Replies: 7
Views: 16058

Re: HELP! Someone has accessed my transmission remotely

accessing your machine is MUCH easier than you think, and application like angryIP or nmap or nessus will scan a range of addresses and open Ports, when he see's your port 9091 is open he tries to connect, since you don't have a passoword (Dumbest Move EVER) he then has access to your machine, your ...
by sintek
Wed Feb 22, 2012 2:28 pm
Forum: Requests
Topic: script turn off DHT and PEX
Replies: 9
Views: 10210

Re: script turn off DHT and PEX

I know that i can change these settings withing the Web UI, the thing is, i don't want to do this every time i add a torrent or a torrent finishes, if there was "code" to run a script when a torrent was "added" to transmission, just like there already is for when a torrent is finished, I could ...
by sintek
Tue Feb 07, 2012 12:22 am
Forum: Support
Topic: Script on torrent add ?
Replies: 0
Views: 1037

Script on torrent add ?

I haven't seen anything in this regards but is it possible to run a script when a torrent is added ?
I know there is on for a torrent ended.
by sintek
Mon Feb 06, 2012 11:57 pm
Forum: General
Topic: Transmission accepting connection even without torrents
Replies: 4
Views: 6012

Re: Transmission accepting connection even without torrents

Yes , but is it possible for transmission to run a script when a torrent is added and when a torrent completes?

If so, myself or someone could write a script that goes:

torrent added
turn on DHT and PEX
torrent Completed:
check active torrents
if active torrents is 0 then
DHT and PEX disable
by sintek
Thu Feb 02, 2012 8:14 pm
Forum: Requests
Topic: script turn off DHT and PEX
Replies: 9
Views: 10210

script turn off DHT and PEX

I do not want DHT and PEX turn on when i have no active torrents, I have very limited bandwidth per month, and these 2 services are consuming around 7GB of data per month even though I have no torrents active.

I dont really know how to write the script for transmission, but i was going through some ...
by sintek
Thu Feb 02, 2012 7:52 pm
Forum: General
Topic: Transmission accepting connection even without torrents
Replies: 4
Views: 6012

Re: Transmission accepting connection even without torrents

anyway a script or something can be made to stop this traffic if you have no torrents ?
by sintek
Thu Feb 02, 2012 5:24 pm
Forum: General
Topic: Transmission accepting connection even without torrents
Replies: 4
Views: 6012

Re: Transmission accepting connection even without torrents

I though DHT was based on the torrents that you had to send Keys to other nodes?

therefore if I have 0 torrents then DHT should not be distributing keys to other nodes.
by sintek
Wed Feb 01, 2012 6:12 pm
Forum: General
Topic: Mercy Request - Auto remove
Replies: 3
Views: 4955

Re: Mercy Request - Auto remove

A reason for this not being in Transmission could be that it is considered bad form to hit-and-run. You download, you seed.

Re: To Applescript pro's: create unrar script does the unrarring for mac. It does lack the callback to Transmission. Take a look at calling transmission-remote yourself ...