-
-
Notifications
You must be signed in to change notification settings - Fork 402
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
Using SetPriority to exclude files #703
Comments
Pass ITorrentManagerFile to SetFilePriorityAsync() await torrentManager.SetFilePriorityAsync(torrentManager.Files[0], Priority.DoNotDownload); |
That does not make sense to me show me please if there is also a way to do this without using foreach as it is slow when 14K files are present. |
This is better but I have 87K files.
|
Hello Can we have a default Priority in the Torrent settings so all files can already be set to Setting them all takes a while with a lot of files. I tried not awaiting for Nice work BTW, everything works like a charm for me. Cheers |
EDIT: Actually I would have to do more tests to say this for sure. |
I saw an example on the wiki but this does not work.
The text was updated successfully, but these errors were encountered: