Sven

Results 2 issues of Sven

Hello, Is the wiki not up to date? https://github.com/rakshasa/rtorrent/wiki/Common-Tasks-in-rTorrent#move-completed-torrents-to-a-fixed-location I want to move my torrents when finished to a different dir. ``` method.insert = cfg.download, private|const|string, (cat,(cfg.basedir),"download/") method.insert = cfg.download_complete,...

Hello, I do have a oneshot service which runs another scipt. It looks like this: ` #!/command/execlineb foreground { bash -ex /usr/local/bin/test } ` The "test" script is just a...