Skip to content
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

Closed
chros73 opened this issue Apr 17, 2018 · 0 comments
Closed

Add/modify couple of commands into/in rtorrent config files #138

chros73 opened this issue Apr 17, 2018 · 0 comments

Comments

@chros73
Copy link
Owner

chros73 commented Apr 17, 2018

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 item
  • d.get_ratio_float : d.ratio as float formatted string

Change 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 a get_elapsed_time new method (Returns elapsed time between 2 timestamps) for it that can be used by itself as well
    • rename getUptime.sh external script to getElapsedTime.sh and remove the "Up:" word from it

Rename 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 command
  • purge command
  • cull command

Add wrapper commands (thx @pyroscope):

  • pyro.bind_key for scheduling key bindings
  • pyro.view.collapsed.toggle to easily toggle a view
  • pyro.collapsed_view.add to easily add new collapsed view
@chros73 chros73 added this to the 0.9.9-0.9.7 milestone Apr 17, 2018
@chros73 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 21, 2018
chros73 pushed a commit that referenced this issue Apr 24, 2018
@chros73 chros73 closed this as completed in 4196c8b May 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant