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

Torrent processing chain #11

Closed
atomashpolskiy opened this issue Apr 19, 2017 · 1 comment
Closed

Torrent processing chain #11

atomashpolskiy opened this issue Apr 19, 2017 · 1 comment

Comments

@atomashpolskiy
Copy link
Owner

Need to introduce a notion of torrent processing chain with clearly separated stages: metadata retrieval, torrent parsing, download, finalization. Library client will be able to register listeners that will receive the results of a particular stage. For instance, this might make it possible for the user to select specific files that should be downloaded from a multi-file torrent. Another example would be to move/rename the temporary download files (if we decide to add such option) after the download is complete.

@atomashpolskiy atomashpolskiy changed the title Torrent processing chain with listeners Torrent processing chain Jul 3, 2017
@atomashpolskiy
Copy link
Owner Author

For 1.3 this will be constrained to just introducing notion of processing chain and stages and refactoring internal code accordingly. Listeners will come in later versions.

@atomashpolskiy atomashpolskiy added this to the 1.3 milestone Jul 3, 2017
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