Search found 268 matches

by gunzip
Tue Feb 28, 2012 3:50 pm
Forum: Support
Topic: Script issue
Replies: 7
Views: 5029

Re: Script issue

.. I've got the one that came with Debian 6 ..

if Debian 6 (squeeze), most likely you are running Transmission GTK v2.03 if you did 'apt-get install' method. The script-done feature was first introduced in v2.00, but then only for the daemon. It wasn't till version 2.20 that all platforms became ...
by gunzip
Mon Feb 27, 2012 11:24 pm
Forum: Web Interface
Topic: Can't find gui files
Replies: 6
Views: 17311

Re: Can't find gui files

i took a look at the the contents of transmission-common_2.42-0ubuntu0.10.04.2_all.deb from your link

http://ppa.launchpad.net/andreas-noteng/transmission/ubuntu/pool/main/t/transmission/

and you're right it's missing the web interface files


$ dpkg --contents transmission-common_2.42-0ubuntu0 ...
by gunzip
Mon Feb 27, 2012 1:55 am
Forum: Support
Topic: Where is Transmission-Qt Logfile?
Replies: 10
Views: 9360

Re: Where is Transmission-Qt Logfile?

x190 wrote:Yeah, but when are they going to dig in? :lol: But then again, if you were to submit a patch... :wink:
I don't have coding skills to do any patch, but i just found this open ticket

Add "Message Log" support to Qt client

it's 2 years old with not much happening in recent times.
by gunzip
Sun Feb 26, 2012 11:02 pm
Forum: Support
Topic: Ticket 4621 (seeding progress bar not showing) NOT fixed
Replies: 30
Views: 27982

Re: Ticket 4621 (seeding progress bar not showing) NOT fixed

Well that's good news .. it would be nice to see your patch for changing the colors of the qt progress bars. I would think the developers would push it right through as you have already done the work.

UPDATE:

rb07, i saw your recent color-progress-bar.patch for qt in ticket 4389 and it works great ...
by gunzip
Sun Feb 26, 2012 10:20 pm
Forum: Support
Topic: Ticket 4621 (seeding progress bar not showing) NOT fixed
Replies: 30
Views: 27982

Re: Ticket 4621 (seeding progress bar not showing) NOT fixed

So the seeding bar is still an inverse kind of bar? There is a ticket about that: Share ratio progress bar indication counter-intuitive, I've improved looks by changing styles to QtCurve (I hard-coded it in the application).

I'm now at 95% of seeding goal but bar is shrunk to around 5%, so yes it ...
by gunzip
Sun Feb 26, 2012 9:10 pm
Forum: Support
Topic: Ticket 4621 (seeding progress bar not showing) NOT fixed
Replies: 30
Views: 27982

Re: Ticket 4621 (seeding progress bar not showing) NOT fixed

rb07 wrote:I remember changing the reverse bar (an older version used to show seeding as a decreasing left-to-right bar)
OK that's what i'm seeing with v2.50 - weird but it's actually the complement of the seeding progress bar

what about torrent bars in general? mine are always blue ..
by gunzip
Sun Feb 26, 2012 8:47 pm
Forum: Support
Topic: Ticket 4621 (seeding progress bar not showing) NOT fixed
Replies: 30
Views: 27982

Re: Ticket 4621 (seeding progress bar not showing) NOT fixed

@rb07: this is puzzling re QT seeding bar:

http://oi41.tinypic.com/1zppnax.jpg

as shown, i'm at nearly 80% of seeding goal but the bar looks like it's only 25% completed. shouldn't this be linear proportional (more or less) to final goal?

EDIT: also the progress bars are always blue, but QT ...
by gunzip
Sun Feb 26, 2012 8:37 pm
Forum: Web Interface
Topic: Can't find gui files
Replies: 6
Views: 17311

Re: Can't find gui files

ssss25 wrote:How do I Get the web dir? Shoudln't it be with Transmission-daemon?
no, you also need transmission-cli

$ apt-get install transmission-cli transmission-common

that will give you transmission-remote, tools, and the common files (transmission-common) for the web interface
by gunzip
Sun Feb 26, 2012 4:36 pm
Forum: Web Interface
Topic: 403: Forbidden (Again)
Replies: 3
Views: 13062

Re: 403: Forbidden (Again)

Here is my situation:
Evironement: ARM (Feroceon 88FR131 rev 1 (v5l)); debian 6.0

if you installed daemon from debian package "apt-get install" method then you already have an automatic startup script at /etc/init.d/transmission-daemon , and your settings.json file should be at /var/lib ...
by gunzip
Sun Feb 26, 2012 4:08 pm
Forum: Support
Topic: Script issue
Replies: 7
Views: 5029

Re: Script issue

maybe try something like this..


#!/bin/bash
cd ~/Downloads
transmission-remote --add "$(ls -1 *.torrent | head -n1)"


then make sure script has execute permissions..

$ chmod +x ./script-name

i believe you need to use transmission-remote (not transmission) to have this work as a background ...
by gunzip
Sat Feb 25, 2012 1:06 am
Forum: Support
Topic: Ticket 4621 (seeding progress bar not showing) NOT fixed
Replies: 30
Views: 27982

Re: Ticket 4621 (seeding progress bar not showing) NOT fixed

i think i see what might be happening here regarding the web-ui:

case 1) when setting individual seed ratio limits on specific torrents, the seeding progress-bar works fine

case 2) however when setting a global seed ratio limit, the progress-bar does not register

this is what i'm observing with ...
by gunzip
Fri Feb 24, 2012 8:45 pm
Forum: Support
Topic: Where is Transmission-Qt Logfile?
Replies: 10
Views: 9360

Re: Where is Transmission-Qt Logfile?

Very good, you solved the mystery.

Then this could be made into an enhancement ticket (if it's not there already), but i think the developers have enough on their plate at the moment.
by gunzip
Fri Feb 24, 2012 8:34 pm
Forum: Support
Topic: 2.50 Clutch UI shows nothing downloaded?
Replies: 4
Views: 4024

Re: 2.50 Clutch UI shows nothing downloaded?

I just did a quick check with v2.50 and both upload & download amounts are showing OK. (using firefox browser)
by gunzip
Fri Feb 24, 2012 8:23 pm
Forum: Support
Topic: Where is Transmission-Qt Logfile?
Replies: 10
Views: 9360

Re: Where is Transmission-Qt Logfile?

I was wondering what does the "Message Log" menu option on the Desktop notification area icon is supposed to do. Mine does nothing, and the option only appears there.

cool i didn't even realize that was there, but i get same result as you: nothing happens. the other menu options in the ...
by gunzip
Fri Feb 24, 2012 4:15 am
Forum: Support
Topic: Where is Transmission-Qt Logfile?
Replies: 10
Views: 9360

Re: Where is Transmission-Qt Logfile?

reducing message-level to 1 didn't seem to change anything with respect to TR_DEBUG_FD=1, it still is overkill.
rb07 wrote:Yep, when things start turning red...
OK thanks, so far i'm lucky as the interface remains a nice shade of blue ..