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

Modify what priority is assigned to downloads #93

Closed
chros73 opened this issue Aug 24, 2016 · 0 comments
Closed

Modify what priority is assigned to downloads #93

chros73 opened this issue Aug 24, 2016 · 0 comments

Comments

@chros73
Copy link
Owner

chros73 commented Aug 24, 2016

So far, special group got high priority and the rest of the downloads got normal priority.

Change it in rtorrent config to:

  • special group gets normal priority
  • rest of the downloads gets low priority

Also change the corresponding wiki page about this.

The reason behind this change is that in this way we can easily set a favorite download to high priority with + key, so it can be downloaded faster while all other downloads are still downloading.

Migration instructions:

  • use the following commands to modify all the existing downloads to the new logic and save their session
d.multicall2=main,"branch=d.throttle_name=,d.priority.set=1"
d.multicall2=main,"branch=((not,(d.throttle_name))),d.priority.set=2"
session.save=
@chros73 chros73 added this to the 0.9.3-0.9.6 milestone Aug 24, 2016
chros73 pushed a commit that referenced this issue Aug 24, 2016
d25ce06 Update how priority is assigned on Favoring group of torrents page (See #93)

git-subtree-dir: docs
git-subtree-split: d25ce06888c48d5c8eeceeee58e2114bbc51623a
@chros73 chros73 closed this as completed Aug 24, 2016
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