Search found 11 matches

by starmoon
Fri Oct 29, 2010 2:59 am
Forum: Requests
Topic: Kill Daemon dirty,add rpc command to cleanly shutdown daemon
Replies: 3
Views: 4471

Kill Daemon dirty,add rpc command to cleanly shutdown daemon

kill -TERM <daemon's pid> shutdown normally. but sometimes cause some unfinished torrents to force verify.

It may caused by some uncleanly shutdown and/or data sync mismatch. this problem occurs from 2.01 to 2.11 (i only use these versions).

another suggetion is add shutdown command to rpc command ...
by starmoon
Fri Oct 29, 2010 2:51 am
Forum: Requests
Topic: make rpc-whitelist work with rpc-authentication-required
Replies: 0
Views: 1886

make rpc-whitelist work with rpc-authentication-required

Change whitelist defination.

IPs listed in whitelist will ignore user/passwd, make it easier for local connections.

IPs out of whitelist, must use user/passwd auth to login.

add another setting variable, so called "rpc-ip-allow", which will instead old "rpc-whitelist".
by starmoon
Thu Oct 28, 2010 3:58 pm
Forum: Requests
Topic: Request: Local filename/directory mapping and local charset
Replies: 2
Views: 2385

Re: Request: Local filename/directory mapping and local char

currently I do filename translation to local charset by using a "finish script".

but when file and/or directory was renamed. no future seeding is possiable. so i just stop seeding by sending back a stop command.


#! /bin/sh
# onfinish.sh by starmoon
LOGFILE=/root/tr.log

#echo `date "+[%F %T ...
by starmoon
Thu Oct 28, 2010 3:42 pm
Forum: Requests
Topic: Request: Local filename/directory mapping and local charset
Replies: 2
Views: 2385

Re: Request: Local filename/directory mapping and local char

local charset convertion should be done on message log too.
by starmoon
Thu Oct 28, 2010 3:11 pm
Forum: Requests
Topic: Request: Local filename/directory mapping and local charset
Replies: 2
Views: 2385

Request: Local filename/directory mapping and local charset

I have too many torrent download and seeding. (to keep upload ratio on some PT sites). and I need to catalogize these files and rename the directory name and/or filenames to more familier names. (eg. add Chinese name, movie formats, movie year etc).

I suggest that transmission add this feature to ...
by starmoon
Thu Oct 28, 2010 3:10 am
Forum: Requests
Topic: Multi-user remote access / web interface
Replies: 6
Views: 8060

Re: Multi-user remote access / web interface

if one user cancels the torrent?
both users cancle, the jobs will cancel.

when finished. make copies for each user (or hardlink for each user)
by starmoon
Wed Oct 27, 2010 6:10 pm
Forum: Requests
Topic: Skip verify local data
Replies: 20
Views: 32378

Re: Skip verify local data

need made local data verify more smart
by starmoon
Wed Oct 27, 2010 6:07 pm
Forum: Requests
Topic: Run Standard script after finish download
Replies: 3
Views: 5843

Re: Run Standard script after finish download

script-torrent-done-filename
by starmoon
Wed Oct 27, 2010 5:59 pm
Forum: Requests
Topic: Multi-user remote access / web interface
Replies: 6
Views: 8060

Re: Multi-user remote access / web interface

multiuser support is good idea.

every user has configable download commit location(s).
by starmoon
Wed Oct 27, 2010 5:56 pm
Forum: Requests
Topic: Russian encoding CP1251 support patch
Replies: 7
Views: 6544

Re: Russian encoding CP1251 support patch

keep watch.

add a universal option says "filesystem_encoding" is best way to impliment this feature.

On systems that can auto-detect local filesystem encoding don't need this option.
by starmoon
Wed Oct 27, 2010 5:41 pm
Forum: Requests
Topic: Filesystem charset
Replies: 6
Views: 9122

Re: Filesystem charset

I'm using GB2312/GBK charset on my local filesystem.

I highly recommand and request that transmission add support local charset option in feature release.

Not every one can covert there local filesystem to UTF-8. something else will confuse with utf-8.

Thanks.