RtControl zeigt "nie" für die Fertigstellung für jeden Torrent

619
Nick

Ich versuche, RtControl zu verwenden, um Torrents, die älter als eine bestimmte Zeitspanne sind, automatisch zu löschen. Allerdings ist mein Befehl nicht funktioniert, und wenn ich entweder versuchen, rtcontrol -q -o completed \*oder rtcontrol -q -o loaded \*beide Show ‚nie‘ für jeden einzelnen Strom, obwohl sie alle abgeschlossen sind, wie bestätigt durch rtcontrol is_complete=yes. Ich verwende ruTorrent, um rTorrent zu verwalten. Könnte das das Problem sein?

1

1 Antwort auf die Frage

2
pyroscope

Sie benötigen die Standardkonfiguration (damit Sie den fertigen Ereignishandler haben) und die Zeiten für alle vorhandenen Elemente gemäß den Dokumenten festlegen .

# # 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,"