Search found 8 matches

by avberk
Sun May 03, 2009 7:39 pm
Forum: Support
Topic: problem with build 8293 and higher
Replies: 0
Views: 1369

problem with build 8293 and higher

I am getting following error after starting transmission: (web interface problem)

404: Not Found
/opt/share/transmission/web/index.html

This error only happens with build 8293 or higher. (tested till 8322)
The daemon seems to be running ok. The index.html is present on the mentioned location.

I ...
by avberk
Wed Mar 18, 2009 2:23 pm
Forum: Web Interface
Topic: Trash data & remove from list
Replies: 2
Views: 4640

Re: Trash data & remove from list

looks like build 8073 kills the webinterface almost completly. (ok with build 8072)
by avberk
Tue Mar 17, 2009 7:59 am
Forum: Web Interface
Topic: Trash data & remove from list
Replies: 2
Views: 4640

Trash data & remove from list

In nightly 8069 for the mipsel uclibc platform i am unable to trash data via right mouse click and via menu option in web interface.
The option 'remove from list' still works fine.

Can this be fixed?
by avberk
Sat Feb 14, 2009 3:41 pm
Forum: General
Topic: Transmission 1.50 Released
Replies: 37
Views: 35050

Re: Transmission 1.50 Released

'remove local data' removes the data, but not the folder. (webinterface of transmission-daemon)

It would be nice if the folder could be removed as well.
by avberk
Tue Feb 03, 2009 4:49 pm
Forum: Web Interface
Topic: Trying to protect web interface - no settings file?
Replies: 5
Views: 7467

Re: Trying to protect web interface - no settings file?

Run it in foreground with -f switch and then break it off. (ctrl-c)
Now you have a settings file (i hope)
by avberk
Wed Jan 14, 2009 11:05 am
Forum: Requests
Topic: transmission.js and free disk space
Replies: 0
Views: 2103

transmission.js and free disk space

// FIXME: not sure if this is possible in RPC
// Update the disk space remaining
// var disk_space_msg = 'Free Space: '
// + Math.formatBytes(data.free_space_bytes)
// + ' (' + data.free_space_percent + '% )';
// setInnerHTML( $('div#disk_space_container')[0], disk_space_msg );


Can the free ...
by avberk
Wed Jan 14, 2009 9:23 am
Forum: Requests
Topic: Seed Until
Replies: 13
Views: 14534

Re: Seed Until

I am using your first script, because:

-Transmission-remote -l shows a ratio of 2 decimals with me. (i guess because i am using one of the latest nightlies of transmission ;-))
-I don't see use for exceptions
-I don't need to install bash
-The script looks simpler ;-)

Thanks a lot for this ...
by avberk
Tue Jan 13, 2009 4:14 pm
Forum: Requests
Topic: Seed Until
Replies: 13
Views: 14534

Re: Seed Until

Hi Ronv,

I am trying to implement your scripts on my asus wl500gp.
No errors, so i assume the script will do its job :)

Two questions about setting the seed ratio:

1) Can you explain this line from thw awk code?

# $6 - Ratio of download vs. share check for 8.0 for 8 times

2) If i want to set ...