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 support for torrent-get calls with the key percentComplete #2615

Merged
merged 1 commit into from Feb 13, 2022

Conversation

ckerr
Copy link
Member

@ckerr ckerr commented Feb 13, 2022

Supersedes #470, which could not be merged due to merge conflicts. Author is @mhadam.

percentDone is already available as a key when calling torrent-get over RPC - it describes the amount of data downloaded as a percent of the files that are wanted in the torrent. I'm interested in getting percentComplete - the data downloaded as a percent of the complete torrent size. percentComplete is already included in tr_stat so it's an easy add.

@ckerr ckerr added scope:core type:feat A new feature labels Feb 13, 2022
@ckerr ckerr merged commit 83db648 into main Feb 13, 2022
@ckerr ckerr deleted the feat/expose-tr_stat.percentComplete-to-rpc branch February 13, 2022 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants