steeve / plugin.video.pulsar

Pulsar addon for XBMC/Kodi
http://forum.kodi.tv/showthread.php?tid=200957
Other
546 stars 350 forks source link

[Feature Request] Seeding of torrents after playback stops #57

Open francescosoft opened 9 years ago

francescosoft commented 9 years ago

It would be nice to Seed torrents after Stop for a time period. Private tracker often need this.

samukets commented 9 years ago

Good idea!

platbr commented 9 years ago

I have a idea to make this possible and very easily, once it does not need pulsar running:

Now users can configure their torrent clients to read this directory looking for new torrents.

ryanfelder commented 9 years ago

I think this is necessary for widespread adoption of torrent streaming.

Perhaps Pulsar could manage it's own seed buffer. I think a good solution would be for it to manage itself by :

1) using a percentage of free space available on the drive, set in pulsar settings. e.g. Use 50% of free space for seeding

2) allow the seed buffer to fill up until new downloads cause old downloads to be removed. The decision for what to remove should be something like ratio*availability, and drop the result with the highest value. This would prefer to retain poorly seeded torrents.

These two suggestions could be implemented on a set top box to manage the seed queue entirely automatically and would benefit the health of the swarm.

I know I sometimes download less popular videos that have only 5 or 6 seeds. These videos would not persist in a Pulsar only world.