RtControl mostrando 'never' para o tempo de conclusão de cada torrent

1

Estou tentando usar o RtControl para excluir automaticamente torrents com mais de um determinado período de tempo. No entanto, meu comando não está funcionando e, quando tento rtcontrol -q -o completed \* ou rtcontrol -q -o loaded \* , ambos mostram 'never' para cada torrent, embora estejam todos concluídos, conforme confirmado por rtcontrol is_complete=yes . Estou usando o ruTorrent para gerenciar o rTorrent, esse poderia ser o problema?

    
por Nick 04.12.2014 / 21:17

1 resposta

2

Você precisa da configuração padrão incluída (para ter o manipulador de eventos concluído) e de fixar os horários de qualquer item existente, de acordo com os documentos .

#
# PyroScope SETTINGS
#

# Set "pyro.extended" to 1 to activate rTorrent-PS features!
# LEAVE THIS AT 0 IF YOU RUN A VANILLA rTorrent!
system.method.insert = pyro.extended, value|const, 0

# Set "pyro.bin_dir" to the "bin" directory where you installed the pyrocore tools!
# Make sure you end it with a "/"; if this is left empty, then the shell's path is searched.
system.method.insert = pyro.bin_dir, string|const,

# Remove the ".default" if you want to change something (else your
# changes get over-written on update).
system.method.insert = pyro.rc_dialect, string|const|simple, "execute_capture=bash,-c,\"test $1 = 0.8.6 && echo -n 0.8.6 || echo -n 0.8.9\",dialect,$system.client_version="
system.method.insert = pyro.rtorrent_rc, string|const|private, "$cat=~/.pyroscope/rtorrent-,\"$pyro.rc_dialect=\",.rc.default"
import = $pyro.rtorrent_rc=

# TORQUE: Daemon watchdog schedule
# Must be activated by touching the "~/.pyroscope/run/pyrotorque" file!
# Set the second argument to "-v" or "-q" to change log verbosity.
schedule = pyro_watchdog,30,300,"pyro.watchdog=~/.pyroscope,"
    
por 01.01.2015 / 11:48

Tags