Search found 12 matches

by boondoklife
Mon Aug 20, 2012 10:08 pm
Forum: Support
Topic: Rate Limits are not calculated correctly
Replies: 1
Views: 1950

Re: Rate Limits are not calculated correctly

Ok thanks, just wanted to make sure it was not something I was doing =)
by boondoklife
Mon Aug 20, 2012 1:59 am
Forum: Support
Topic: Rate Limits are not calculated correctly
Replies: 1
Views: 1950

Rate Limits are not calculated correctly

I am using transmission 2.60 (the latest version I have available to me) and can not get the rate limit to work correctly...! There has to be something I am missing or not seeing and need help figuring it out.

I have a 100Mb connection and want to set limits of 80% UP and 90% DOWN. This should ...
by boondoklife
Wed Aug 15, 2012 1:34 pm
Forum: Support
Topic: setting priority/bandwidth when adding via transmission-remo
Replies: 2
Views: 2774

Re: setting priority/bandwidth when adding via transmission-

As you mentioned I did indeed mean it has no effect and according to the man files you can specify "all" when using the priority switches. Unfortunately when I try to add a torrent and specify a priority it does not take. As for the bandwidth, this too has no effect when adding torrents. Though I ...
by boondoklife
Mon Aug 13, 2012 5:40 pm
Forum: Support
Topic: setting priority/bandwidth when adding via transmission-remo
Replies: 2
Views: 2774

setting priority/bandwidth when adding via transmission-remo

Been tweaking my queue management/rss script and thought I would add priorities to it. I have been playing with transmission-remote but the -ph -pn -ph nor the -Bl -Bn -Bh flags seem to have an effect when adding a torrent. Can anyone shed some light on this?

ex.
transmission-remote -a <torrent ...
by boondoklife
Sun Apr 01, 2012 12:01 am
Forum: General
Topic: Unrar and cleanup script - UPDATE 2025.01.29
Replies: 143
Views: 368122

Re: Unrar and cleanup script - UPDATE 2011.10.24

@ JRRandall Good work on making your own script, but you may wanna look into checking for .part[0-9]+.rar files (I wrote that in regular expression format as it is easy to represent that way). If you don't account for this then the script will try to unrar each part of the rared file (ex. foo.part01 ...
by boondoklife
Tue Jan 24, 2012 1:43 pm
Forum: Requests
Topic: Any chance for a --remove-and-delete-all switch
Replies: 2
Views: 2795

Re: Any chance for a --remove-and-delete-all switch

Thanks for the information, I do something along that line now to account for the problem. Thanks for the suggestion though.
by boondoklife
Sun Jan 15, 2012 3:14 am
Forum: Requests
Topic: Any chance for a --remove-and-delete-all switch
Replies: 2
Views: 2795

Any chance for a --remove-and-delete-all switch

It would be great to have a new option that would remove and delete all files that are in the download and it's containing folders. After extraction there will be files left over in the downloaded folder that seem to prevent the folder from being removed when --remove-and-delete is called via ...
by boondoklife
Sat Jan 14, 2012 4:25 am
Forum: General
Topic: Unrar and cleanup script - UPDATE 2025.01.29
Replies: 143
Views: 368122

Re: Unrar and cleanup script - UPDATE 2011.10.24

Was reading through the script and it looks interesting, but could you tell me where $TR_TORRENT_ID and $TR_TORRENT_NAME come from? Are these passed to the script from the daemon as parameters some how?
by boondoklife
Thu Nov 03, 2011 9:00 pm
Forum: General
Topic: Transmission blocklist directionality
Replies: 1
Views: 2752

Re: Transmission blocklist directionality

Thanks for the info, tracker queries are not touched correct?
by boondoklife
Sat Oct 29, 2011 3:52 am
Forum: General
Topic: Transmission blocklist directionality
Replies: 1
Views: 2752

Transmission blocklist directionality

When one uses a blocklist, is the blocking on both incoming and outgoing traffic or just one or the other?
by boondoklife
Tue Oct 25, 2011 4:42 pm
Forum: Requests
Topic: Allow list
Replies: 0
Views: 1138

Allow list

Any chance transmission, mainly the nix daemon, will be getting an allow list option? It can be a bit of a pain combining lists by hand and trying to account for wrongly blocked IPs. I know this is not a "transmission" issue, but it could be taken care of by it.
by boondoklife
Tue Oct 25, 2011 4:39 pm
Forum: Requests
Topic: RSS
Replies: 3
Views: 3759

Re: RSS

Correct me if I am wrong, but OS X is similar to nix and as such has a form of bash correct? If it does then why not just write a shell script to pull the rss feed, rip the links out of it and put them in the monitored folder. I do something very similar on a NAS.