Search found 12 matches

by xenedar
Sat Mar 05, 2011 7:16 pm
Forum: Mac Support
Topic: Torrents added to Mac from the web client aren't queued?
Replies: 7
Views: 6207

Re: Queuing doesn't seem to work

Queueing isn't currently something that can be controlled via the remote controls.

But I'm not trying to control queueing via the remote controls. All I want is the torrents added via the remote controls to obey the queueing rules specified in the main app. Isn't there a difference? I can't see ...
by xenedar
Sat Mar 05, 2011 7:00 pm
Forum: Mac Support
Topic: How to launch Mac application after download
Replies: 3
Views: 2751

Re: How to launch Mac application after download

Some hints that might work.

1. Make sure the script is executable. Type:

Code: Select all

chmod 755 /path/to/script.sh
2. Try removing the braces "{}". Something like:

Code: Select all

#!/bin/bash
open /Applications/Calculator.app
Worked for me. My latest torrent finished and Calculator opened.
by xenedar
Sat Mar 05, 2011 12:07 pm
Forum: Mac Support
Topic: T starts too many "waiting" seeds when current seed finishes
Replies: 0
Views: 1742

T starts too many "waiting" seeds when current seed finishes

Using T 2.22, Mac OS X 10.6.6.

I normally only seed one file at a time. My T Preferences are configured as:

Seeding with maximum of: 1 active transfers

http://i51.tinypic.com/2s11vv4.png

I also tend to only download one file at a time. I've noticed that T tends to ignore the "one seed at a ...
by xenedar
Mon Nov 15, 2010 7:01 pm
Forum: Mac Support
Topic: [Solved] Blocklist URL
Replies: 36
Views: 312138

Re: Blocklist URL

Let me try this again, since my post was removed .

You have to link to a .gz file. Thus: http://my.server/path/to/file.gz
If your link is to a CGI, it won't work, either by bug or design: http://another.site/?cgi=somefilename

Paste the CGI URL into Safari's download window and it will start ...
by xenedar
Thu Jul 15, 2010 9:59 am
Forum: Mac Support
Topic: Speed drop-off at around 99.90% of torrent completion (2.01)
Replies: 3
Views: 4435

Speed drop-off at around 99.90% of torrent completion (2.01)

Using T 2.01 (Build 10898) and just experienced a behavior that I've observed in some earlier versions, certainly in 2.0:

I've been downloading a file, powering through it at speeds regularly more than 300 KB/s, as much as 600 at some points, easily sustaining well over 200. Around 99.90 ...
by xenedar
Thu Feb 04, 2010 10:44 am
Forum: Mac Support
Topic: Double "Help" menu in T 1.80 (9983)
Replies: 4
Views: 3856

Re: Double "Help" menu in T 1.80 (9983)

This is related to third party extensions on the system, most likely divx. Nothing we can do it. (search google to see the same problem in other random apps)

I don't have DivX installed. It's gone away now, but I'm not sure what it is that did it. I upgraded to 1.83 (it was still there). I quit ...
by xenedar
Thu Jan 21, 2010 10:20 am
Forum: Mac Support
Topic: Double "Help" menu in T 1.80 (9983)
Replies: 4
Views: 3856

Double "Help" menu in T 1.80 (9983)

Guys:
Image
Image
Image

Build #9983. Mac OS X 10.5.8, 2GB RAM, 2.2GHz Intel Core 2 Duo MacBook Pro.

Quit, trashed prefs, relaunched, still there.
by xenedar
Sat Feb 28, 2009 2:33 pm
Forum: Mac Requests
Topic: Smarter logic for stalled transfers on the same tracker
Replies: 1
Views: 3279

Smarter logic for stalled transfers on the same tracker

Request: Revision to the "Tracker is stalled" logic where, if the stalling is because of tracker non-response, other torrents using the same tracker will not be started.

More detail: I've currently queued up a number of torrents, and noticed that the first one in the list is not starting, as the ...
by xenedar
Tue Dec 30, 2008 4:13 pm
Forum: Mac Support
Topic: 1.42: Sum of indiv speed-limited torrents exceeds global
Replies: 6
Views: 6790

Re: 1.42: Sum of indiv speed-limited torrents exceeds global

Those limits override the global limit.

A limit of 8 kb/s is so low that one peer would most definitely be the single supplier of data. Transmission can't tell each peer "send at 2 kb/s," it takes what it gets. So once one peer supplies that much bandwidth, the other peers are basically told not ...
by xenedar
Tue Dec 30, 2008 3:59 pm
Forum: Mac Support
Topic: 1.42: Sum of indiv speed-limited torrents exceeds global
Replies: 6
Views: 6790

1.42: Sum of indiv speed-limited torrents exceeds global

Background: I'm on a 128kbps uplink. I usually find best performance when I limit any torrent client to a maximum of 8KB/sec.

While seeding 2 torrents in T, I noticed one was being "overwhelmed" by the other; one torrent was seeding almost always at 8KB/sec (3 peers connected), while the other was ...
by xenedar
Fri Apr 25, 2008 6:17 pm
Forum: Mac Support
Topic: My Stealth Port Mystery...SOLVED!
Replies: 9
Views: 11870

So if I set the AirPort Extreme to Bridge mode, does this then effectively make the modem the "direct" connection to my MacBook?

Yes. Because of what it says in that text you mentioned, more routers makes everything more complicated; like it said, you have to configure port mapping on all of them ...
by xenedar
Fri Apr 25, 2008 2:40 pm
Forum: Mac Support
Topic: My Stealth Port Mystery...SOLVED!
Replies: 9
Views: 11870

It sounds like you have duplication in the roles your modem and AirPort are trying to play. Keep it simple - one of them should be "in control" of your network (ie: port forwarding, DHCP, etc), while the other sits there and simply passes data backwards and forwards, without getting involved in the ...