Have rTorrent to move .torrent filesConfigure rTorrent to stop downloading after a certain file sizeHow to...
Why restrict private health insurance?
How can a demon take control of a human body during REM sleep?
Do Paladin Auras of Differing Oaths Stack?
How should I solve this integral with changing parameters?
Factor Rings over Finite Fields
Called into a meeting and told we are being made redundant (laid off) and "not to share outside". Can I tell my partner?
What does the Digital Threat scope actually do?
Idiom for feeling after taking risk and someone else being rewarded
Short scifi story where reproductive organs are converted to produce "materials", pregnant protagonist is "found fit" to be a mother
Do Cubics always have one real root?
Does an unused member variable take up memory?
What is this tube in a jet engine's air intake?
I can't die. Who am I?
How is it possible to drive VGA displays at such high pixel clock frequencies?
Is there a logarithm base for which the logarithm becomes an identity function?
Count each bit-position separately over many 64-bit bitmasks, with AVX but not AVX2
Converting from "matrix" data into "coordinate" data
Why is there an extra space when I type "ls" on the Desktop?
Are these two graphs isomorphic? Why/Why not?
Playing a 7-string guitar song on a 6-string guitar
Are small insurances worth it?
Would those living in a "perfect society" not understand satire
Does the US political system, in principle, allow for a no-party system?
Computation logic of Partway in TikZ
Have rTorrent to move .torrent files
Configure rTorrent to stop downloading after a certain file sizeHow to send multiple magnet links to a separate headless Linux machine?Download only some files in a torrent with rTorrentMove already (i.e. not new) completed files in rtorrentHow do I get ruTorrent work with magnet links on ReadyNAS Duo?rTorrent is ignoring different ratios for watch directoriesResuming completed downloads after rtorrent restartRtorrent under cygwin: watch folder does not handle wildcardDownloading and seeding multiple torrents with the same names in rTorrentrtorrent Failed to add torrent. Incorrect downloads directory
I am running rTorrent 0.9.2 and have configured it to move completed torrents to a different folder with this configuration line:
system.method.set_key = event.download.finished,move_complete,"d.set_directory=~/done/;execute=mv,-u,$d.get_base_path=,~/done/"
This is working fine, but I would like it to also move the .torrent file that it creates (from a magnet link into the session directory) into this done directory with the same name as the torrent and a .torrent extension. I tried adding another cp command, but I can not seem to figure out which variable ($d.get_hash did not work) stores the torrent's hash (which is what the .torrent files are named in the session directory). Is there a way to do this with rTorrent, if so how?
linux rtorrent
bumped to the homepage by Community♦ 17 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am running rTorrent 0.9.2 and have configured it to move completed torrents to a different folder with this configuration line:
system.method.set_key = event.download.finished,move_complete,"d.set_directory=~/done/;execute=mv,-u,$d.get_base_path=,~/done/"
This is working fine, but I would like it to also move the .torrent file that it creates (from a magnet link into the session directory) into this done directory with the same name as the torrent and a .torrent extension. I tried adding another cp command, but I can not seem to figure out which variable ($d.get_hash did not work) stores the torrent's hash (which is what the .torrent files are named in the session directory). Is there a way to do this with rTorrent, if so how?
linux rtorrent
bumped to the homepage by Community♦ 17 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I am running rTorrent 0.9.2 and have configured it to move completed torrents to a different folder with this configuration line:
system.method.set_key = event.download.finished,move_complete,"d.set_directory=~/done/;execute=mv,-u,$d.get_base_path=,~/done/"
This is working fine, but I would like it to also move the .torrent file that it creates (from a magnet link into the session directory) into this done directory with the same name as the torrent and a .torrent extension. I tried adding another cp command, but I can not seem to figure out which variable ($d.get_hash did not work) stores the torrent's hash (which is what the .torrent files are named in the session directory). Is there a way to do this with rTorrent, if so how?
linux rtorrent
I am running rTorrent 0.9.2 and have configured it to move completed torrents to a different folder with this configuration line:
system.method.set_key = event.download.finished,move_complete,"d.set_directory=~/done/;execute=mv,-u,$d.get_base_path=,~/done/"
This is working fine, but I would like it to also move the .torrent file that it creates (from a magnet link into the session directory) into this done directory with the same name as the torrent and a .torrent extension. I tried adding another cp command, but I can not seem to figure out which variable ($d.get_hash did not work) stores the torrent's hash (which is what the .torrent files are named in the session directory). Is there a way to do this with rTorrent, if so how?
linux rtorrent
linux rtorrent
asked Jun 20 '12 at 1:12
David AlvaresDavid Alvares
62
62
bumped to the homepage by Community♦ 17 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 17 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
See here, the verbs are there (how to get a basename, for example), you just have to exchange the subjects (i.e. filename commands you intend to use).
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f439064%2fhave-rtorrent-to-move-torrent-files%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
See here, the verbs are there (how to get a basename, for example), you just have to exchange the subjects (i.e. filename commands you intend to use).
add a comment |
See here, the verbs are there (how to get a basename, for example), you just have to exchange the subjects (i.e. filename commands you intend to use).
add a comment |
See here, the verbs are there (how to get a basename, for example), you just have to exchange the subjects (i.e. filename commands you intend to use).
See here, the verbs are there (how to get a basename, for example), you just have to exchange the subjects (i.e. filename commands you intend to use).
edited Apr 9 '16 at 4:58
Community♦
1
1
answered Jun 20 '12 at 18:02
pyroscopepyroscope
83945
83945
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f439064%2fhave-rtorrent-to-move-torrent-files%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown