-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add/modify couple of commands into/in rtorrent config files #138
Labels
Milestone
Comments
chros73
changed the title
Add/modify more commands into/in rtorrent config files
Add/modify couple of commands into/in rtorrent config files
Apr 18, 2018
chros73
pushed a commit
that referenced
this issue
Apr 19, 2018
chros73
pushed a commit
that referenced
this issue
Apr 19, 2018
chros73
pushed a commit
that referenced
this issue
Apr 19, 2018
chros73
pushed a commit
that referenced
this issue
Apr 19, 2018
chros73
pushed a commit
that referenced
this issue
Apr 21, 2018
chros73
pushed a commit
that referenced
this issue
Apr 21, 2018
chros73
pushed a commit
that referenced
this issue
Apr 24, 2018
chros73
pushed a commit
that referenced
this issue
Apr 24, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add parameters for scraping intervals instead of being hardcoded (thx @pyroscope):
cfg.scrape_interval.active
for active downloads (~10 mins)cfg.scrape_interval.idle
for idle downloads (~12 hours)Add more commands into/in rtorrent config files (thx @pyroscope):
d.session_file
: the full path of the session file of a given download itemd.get_ratio_float
:d.ratio
as float formatted stringChange current working directory to 'incomplete' dir in rtorrent config file (thx @pyroscope):
system.cwd.set
Refactor couple of commands in rtorrent config files:
hrf_time
: it only formats a timestamp (no longer displays it)uptime
: create aget_elapsed_time
new method (Returns elapsed time between 2 timestamps) for it that can be used by itself as wellgetUptime.sh
external script togetElapsedTime.sh
and remove the "Up:" word from itRename couple of commands in rtorrent config files:
d.get_data_full_path
->d.data_path
ui.messages.show
->pyro.ui.messages.show
view.toggle_visible
->pyro.view.toggle_visible
Modify couple of commands in rtorrent config file (thx @pyroscope):
s
commandpurge
commandcull
commandAdd wrapper commands (thx @pyroscope):
pyro.bind_key
for scheduling key bindingspyro.view.collapsed.toggle
to easily toggle a viewpyro.collapsed_view.add
to easily add new collapsed viewThe text was updated successfully, but these errors were encountered: