better streaming

This commit is contained in:
JohnDoee
2016-08-21 20:03:19 +02:00
parent 21fd98dfea
commit 67ff10b144
3 changed files with 136 additions and 141 deletions

View File

@@ -1,7 +1,7 @@
# Streaming Plugin
https://github.com/JohnDoee/deluge-streaming
(c)2015 by Anders Jensen <johndoee@tidalstream.org>
(c)2016 by Anders Jensen <johndoee@tidalstream.org>
## Description
@@ -35,12 +35,16 @@ make Deluge an abstraction layer for the [TidalStream](http://www.tidalstream.or
The _allow remote_ option is to allow remote add and stream of torrents.
## ToDo
# Known bugs
* Add feedback when preparing stream.
* Sometimes the plugin tries to read empty data when there is too much requesting going on.
# Version Info
## Version 0.7.0
* Shrinked code by redoing queue algorithm. This should prevent more stalled downloads and allow it to act bittorrenty if necessary.
* Added support for waiting for end pieces to satisfy some video players (KODI)
## Version 0.6.1
* Should not have been in changelog: Fixed "resume on complete" broken-ness (i hope)