Search found 311 matches

by Rolcol
Sat Feb 19, 2011 3:59 am
Forum: Support
Topic: speed not shown
Replies: 5
Views: 5124

Re: speed not shown

Hm... I've seen a bug like this in the GTK client spring up randomly. I haven't been able to generate it on command, though.
by Rolcol
Sat Feb 19, 2011 3:52 am
Forum: General
Topic: I don't have a plug computer yet. Can I use my Celeron
Replies: 1
Views: 3728

Re: I don't have a plug computer yet. Can I use my Celeron

You're asking for help in the wrong place. This forum is more specific to Transmission than Linux distros.
by Rolcol
Mon Feb 14, 2011 6:03 am
Forum: Mac Support
Topic: Can't automatically update peer block list
Replies: 4
Views: 8894

Re: Can't automatically update peer block list

What version of Transmission did you have before upgrading to 2.20? The default blocklist was removed in 2.12, and you will need to supply your own link to the list.
by Rolcol
Mon Feb 14, 2011 5:59 am
Forum: Mac Support
Topic: Bad file descriptor
Replies: 9
Views: 14668

Re: Bad file descriptor

kevent... sounds like it could be a problem with libevent2. I don't think Transmission itself directly works with kevent.
by Rolcol
Tue Feb 08, 2011 7:34 pm
Forum: Mac Support
Topic: Does not want to simultaneously open the torrent file from..
Replies: 3
Views: 3581

Re: Does not want to simultaneously open the torrent file fr

Yeah, since the torrent is the same, it will not allow duplicates. If you want the torrent to be shared on both trackers, change the infohash, or add the new tracker to the tracker list of the torrent already in Transmission.
by Rolcol
Mon Feb 07, 2011 5:03 pm
Forum: Mac Support
Topic: Configurable URLs?
Replies: 1
Views: 2381

Re: Configurable URLs?

It appears that it's not changeable outside of the source code for the Mac client. The other clients can modify it in the settings.json file, but the Mac client doesn't use that.
by Rolcol
Fri Feb 04, 2011 4:08 pm
Forum: Mac Requests
Topic: Stop Seeding After XX Hours/Days
Replies: 2
Views: 5887

Re: Stop Seeding After XX Hours/Days

Well... it already seeds until it's inactive for a specified amount of time. It sounds like you want it to seed a TOTAL of time, rather than INACTIVE FOR time.
by Rolcol
Fri Feb 04, 2011 3:56 pm
Forum: General
Topic: Transmission - i dont have web access(403: Forbidden)
Replies: 1
Views: 4499

Re: Transmission - i dont have web access(403: Forbidden)

You have to quit the daemon before editing settings.json. Transmission-daemon rewrites its settings file on exit, which overrides your changes.
by Rolcol
Wed Feb 02, 2011 4:05 am
Forum: Mac Support
Topic: [Solved] Number of torrents seeding capped at 7?
Replies: 2
Views: 3963

Re: Number of torrents seeding capped at 7?

This is the queue in action. There is no default limit of 7, you must have changed it yourself. I'm not in front of the OSX version, but I think it's under Transfers > Management in the Preferences. If you'd like to skip this limit of 7, you can right click the torrent and select "Resume Select...
by Rolcol
Wed Feb 02, 2011 3:59 am
Forum: Mac Requests
Topic: Two things
Replies: 1
Views: 4237

Re: Two things

In my opinion: 1) The Operating System should handle the issues with mounting. Creating folders in /Volumes is completely acceptable in Linux or other OSs.

2) There's a ticket to create an IO thread, but, due to it's complexity, it's been pushed around since other features/bugs have taken priority.
by Rolcol
Mon Jan 31, 2011 8:34 pm
Forum: Web Interface
Topic: Default page refresh setting - Web interface
Replies: 5
Views: 10202

Re: Default page refresh setting - Web interface

It looks like that constant is defined in web/javascript/transmission.js: rolcol@laptop:~/Desktop/Transmission/web$ grep -rni "refreshrate" . | grep -v ".svn" ./javascript/transmission.js:642: if( rate != tr[Prefs._RefreshRate] ) { ./javascript/transmission.js:643: tr.setPref( Pr...
by Rolcol
Mon Jan 31, 2011 8:27 pm
Forum: Mac Support
Topic: OSX: Where are the group preferences stored?
Replies: 4
Views: 7634

Re: OSX: Where are the group preferences stored?

It looks like that info is stored in:

Code: Select all

~/Library/Preferences/org.m0k.transmission.plist
by Rolcol
Fri Jan 28, 2011 5:22 pm
Forum: General
Topic: Different 'seed to ratio' based on group - possible?
Replies: 2
Views: 3897

Re: Different 'seed to ratio' based on group - possible?

No, those kinds of settings per group don't exist yet. Nothing has changed recently in terms of features for groups. There have been patches to move the groups functionality into the core of Transmission, so that they may be used in all the rest of Transmission interfaces.
by Rolcol
Thu Jan 27, 2011 2:43 pm
Forum: Support
Topic: Is it possible to stop Seeding once a Download is finished?
Replies: 1
Views: 7279

Re: Is it possible to stop Seeding once a Download is finish

It's bad for the swarm, yes, but you can set a ratio of 0. It will always match when the download is done.
by Rolcol
Thu Jan 27, 2011 5:39 am
Forum: Requests
Topic: Seed until all peers finished
Replies: 1
Views: 2738

Re: Seed until all peers finished

The user base for this feature sounds very small, and this feature seems like it would be detrimental to the swarm. If you set ratio limits, you wouldn't be seeding "forever". There's also a timeout limit in which Transmission will pause a torrent that goes without activity for a set numbe...