-
Notifications
You must be signed in to change notification settings - Fork 0
eg rTorrent
PyroScope Project edited this page Mar 28, 2018
·
16 revisions
Update this example page
wget -O "$HOME/.config/eg/examples/rtorrent.md" \
"https://raw.githubusercontent.com/wiki/rtorrent-community/rtorrent-community.github.io/eg-rTorrent.md
Calling rTorrent with typical options
# Disable any legacy commands, and use an alternative config file
rtorrent -D -K -n -o import=~/rtorent/rtorrent.rc
Loading a metafile from the prompt with a specific data path
# DATADIR is the data directory of a multi-file torrent,
# or holds the data file of single-file one; paths MUST
# be absolute
rtxmlrpc -q load.normal '' $PWD/‹DATA›.torrent \
"d.directory_base.set=\"‹DATADIR›\"" "d.custom1.set=‹LABEL›"
These are typical configuration snippets that are added after initial configuration. For an initial configuration reference, see below.
Watch directory schedule
schedule2 = … TODO
- The rTorrent Wiki: https://github.com/rakshasa/rtorrent/wiki
- Configuration:
- XML-RPC: https://rtorrent-docs.readthedocs.io/en/latest/cmd-ref.html
©️ | The content in this repository and associated wiki is licensed CC-BY-SA-4.0. By contributing, you grant this project and its members the right to publish your contribution under the terms of that license. |
---|