Search found 5 matches

by FiFtHeLeMeNt
Wed Mar 28, 2012 10:47 am
Forum: Support
Topic: download-queue-size not working
Replies: 4
Views: 4612

Re: download-queue-size not working

Thats right , the only dependency which is not met is libevent 2.0 , debian is still using libevent 1.x in its stable version.
by FiFtHeLeMeNt
Fri Mar 23, 2012 10:02 am
Forum: Support
Topic: download-queue-size not working
Replies: 4
Views: 4612

Re: download-queue-size not working

Thanx for reply , I installed 2.50 using this guide :
http://www.gomiworld.net/installing-tra ... an-squeeze
and problem was resolved.
Debian official stable package is 2.03 ! 2.50 is still in unstable branch.
by FiFtHeLeMeNt
Fri Mar 23, 2012 6:08 am
Forum: Support
Topic: download-queue-size not working
Replies: 4
Views: 4612

download-queue-size not working

Hi;
I am using Transmission daemon version 2.13 and I have set :
"download-queue-size":2,
"download-queue-enabled": true

but transmission doesnt honor the setting and downloads more than 2 torrents at the same time. what can be the issue ? isnt this option available on 2.13 ?
More info : I am ...
by FiFtHeLeMeNt
Tue Mar 13, 2012 11:25 am
Forum: Web Interface
Topic: Customize WebUI
Replies: 2
Views: 5789

Re: Customize WebUI

Thx killemov, I got how it works now. I thought web files are bundled inside daemon which is not true , in my distro which is debian 6.0 , it was using webui files from /usr/share/transmission/web path. so I just customized these files and everything works fine now.
by FiFtHeLeMeNt
Tue Mar 13, 2012 11:01 am
Forum: Web Interface
Topic: Customize WebUI
Replies: 2
Views: 5789

Customize WebUI

Hello Board ;
I am trying to customize webui , so I have downloaded the source tarball and after extracting it , I edit index.html in web directory and compile the daemon. everything goes smooth except that my customization doesnt show up when I run the daemon ! it seems it is not using the index ...