Search found 215 matches

by lazybones
Sat Dec 29, 2012 12:10 am
Forum: Requests
Topic: Async disk IO
Replies: 7
Views: 13396

Re: Async disk IO

And as per the ticket this has been a persistant issue that numerous users want fixed but it is very hard to fix because it is at the core of the app.

So 3 years later it persists and gets more noticeable as torrents get larger.
by lazybones
Fri Dec 28, 2012 9:25 am
Forum: Requests
Topic: Async disk IO
Replies: 7
Views: 13396

Re: Async disk IO

Not only that but the entire Web API becomes completely unresponsive for the daemon when complete torrents do a simple file move from the temp directory if you have that option enabled. Lets say you have your download target on a slow NAS and you use the incomplete temp folder option with local sto...
by lazybones
Wed Dec 26, 2012 9:50 pm
Forum: Requests
Topic: Async disk IO
Replies: 7
Views: 13396

Re: Async disk IO

Not only that but the entire Web API becomes completely unresponsive for the daemon when complete torrents do a simple file move from the temp directory if you have that option enabled. Lets say you have your download target on a slow NAS and you use the incomplete temp folder option with local stor...
by lazybones
Wed Apr 04, 2012 8:35 pm
Forum: Web Interface
Topic: Python script for adding torrents
Replies: 8
Views: 18467

Re: Python script for adding torrents

For building with python you might want to import this http://packages.python.org/transmissionrpc/
by lazybones
Sat Feb 04, 2012 6:01 am
Forum: Requests
Topic: Network bandwidth units optional
Replies: 2
Views: 3198

Re: Network bandwidth units optional

Forget base 10 I just want Mbits since that is what internet connections are sold in and all network equipment is rated in.
by lazybones
Fri Jan 06, 2012 6:46 pm
Forum: Requests
Topic: Transmission on android
Replies: 4
Views: 17101

Re: Transmission on android

A full client would likely perform horribly due to the constant small chunk writing to on board flash memory or memory card.

Also since transmission doesn't currently bind to a specific interface the risk of using up all of your 3G data would be HIGH.
by lazybones
Thu Dec 29, 2011 10:18 am
Forum: Support
Topic: Transmission RPC times out on every complete torrent
Replies: 1
Views: 1409

Re: Transmission RPC times out on every complete torrent

https://trac.transmissionbt.com/ticket/1753

I am guessing the problem is the fact I am using a local partial directory and transmission hangs as it moves the completed torrent to a network drive... This really hobbles transmission especially when trying to automate it via RPC.
by lazybones
Thu Dec 22, 2011 4:09 am
Forum: Support
Topic: Transmission RPC times out on every complete torrent
Replies: 1
Views: 1409

Transmission RPC times out on every complete torrent

I have noticed that my RPC scripts and clients loose their connection for several seconds when ever a torrent completes... I through this was because of my torrent complete script, however I made my script non blocking so it should not cause this interruption. Does the final save verification of a t...
by lazybones
Wed Dec 21, 2011 9:41 pm
Forum: Web Interface
Topic: Shift, a new web UI - UPDATE 2024.02.15
Replies: 112
Views: 792325

Re: Shift

Do be honest, the screen shot is hardly appealing too me.

Also I see lots about linking files and setting priority in a torrent but can you chose the save location when adding the torrent?
by lazybones
Mon Dec 12, 2011 6:29 am
Forum: Support
Topic: Anyone else having problems with logging in via URL?
Replies: 1
Views: 1964

Re: Anyone else having problems with logging in via URL?

I wonder how and where these "credentials" are stored and whether an expiry date would be involved. Is this a browser issue? They don't expire, as part of basic http authentication you can pass credentials via the URL like this http:// usname:password @myservername/transmission/web/ this ...
by lazybones
Sun Dec 11, 2011 10:38 pm
Forum: Support
Topic: Downloading Transmission on iPad2
Replies: 1
Views: 3766

Re: Downloading Transmission on iPad2

Officially you can only install apps on an iOS device from the apple App store.

Anything else requires significant effort via jail breaking .

There is no official version of transmission for iOS.

You can however access the web interface of transmission running on a computer via an iOS device.
by lazybones
Thu Dec 08, 2011 6:55 pm
Forum: Support
Topic: Anyone else having problems with logging in via URL?
Replies: 1
Views: 1964

Anyone else having problems with logging in via URL?

https://trac.transmissionbt.com/ticket/4660 I have some bookmarks on my iPhone and my PC that include the username and password for the webUI, it seems to me that since 2.4X this no longer works correctly and prompts for credentials again after the link is opened but SOMETIMES works.. Anyone else se...
by lazybones
Wed Dec 07, 2011 3:44 pm
Forum: General
Topic: Attempting to create a Mediaportal Plugin - API Help Needed
Replies: 7
Views: 4536

Re: Attempting to create a Mediaportal Plugin - API Help Nee

You might as well just skip Transmission RPC.... Yes there is an API, dig through the wiki or maybe even look at the "Frontends" on the main www.transmissionbt site since some of them are open source.
by lazybones
Tue Dec 06, 2011 5:37 pm
Forum: Web Interface
Topic: Require authentication only from external IP addresses
Replies: 4
Views: 4104

Re: Require authentication only from external IP addresses

Would be nice if this was a feature.