moved to using read piece instead of reading from disk

This commit is contained in:
Anders Jensen
2020-04-21 21:49:31 +02:00
parent a7fff07379
commit e8f24b34bb
6 changed files with 127 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
# Streaming Plugin
https://github.com/JohnDoee/deluge-streaming
(c)2019 by Anders Jensen <johndoee@tidalstream.org>
(c)2020 by Anders Jensen <johndoee@tridentstream.org>
## Description
@@ -107,6 +107,11 @@ List of URL GET Arguments
# Version Info
## Version 0.12.0
* Moved to reading pieces through Deluge to avoid unflushed data
* Fixed Deluge 2 / libtorrent related bug
## Version 0.11.0
* Initial support for Deluge 2 / Python 3
* Added support for aggressive piece prioritization when it should not be necessary.