jaruba / PowderPlayer

Hybrid between a Torrent Client and a Player (torrent streaming) -
https://powder.media/
GNU Lesser General Public License v2.1
579 stars 95 forks source link

downloads / uploaded #135

Open PR0TEKT0R opened 6 years ago

PR0TEKT0R commented 6 years ago

Do not send information about the number of downloads / uploaded to the tracker

jaruba commented 6 years ago

Can you please be more specific about ur request? Please also mention the reason for ur request

PR0TEKT0R commented 6 years ago

A normal torrent client sends a torrent to the tracker information, how many was downloaded or given. Your program does not send data to the tracker, therefore it is impossible to keep a record of user statistics. Why is this happening? Example statistics in the user profile: default

jaruba commented 6 years ago

Ah, I understand the issue now. It should indeed pass this information to the trackers. I'll look into it.

PR0TEKT0R commented 6 years ago

Thank you. When the bug is fixed, I'll post a review of your player, with recommendations for use, on the site, I personally liked it, it works faster than competitors. Good luck in development

jaruba commented 6 years ago

You were right, for some reason the torrent engine does not announce downloaded / uploaded data to the trackers.

announce-bug

I'm looking into the issue as we speak. Thanks for finding it.

jaruba commented 6 years ago

This was implemented.

Please test the latest version if you can: https://github.com/jaruba/PowderPlayer/releases

PR0TEKT0R commented 6 years ago

works, but not with all trackers As I understand the statistics is given only to trackers with a similar announcer https://github.com/torrentpier/ocelot

Usually they look like udp://tracker.coppersurfer.tk:6969/announce And they stand on the subdomain

And with PHP announce, statistics are not transmitted Example announce https://pirate.ws/bt/announce.php?ru=iwjPfGVhId

(iwjPfGVhId) example passkey which is added to the torrent file before downloading to account for statistics

jaruba commented 6 years ago

well that's weird, regardless of how the url scheme is formed or what programming / scripting language is used, the trackers should still be added to the torrent tracker list and should still follow the bt protocol, so there shouldn't be any issues.

so maybe it's not connecting to these types of trackers at all for some reason

jaruba commented 6 years ago

ok, i looked at the torrents from pirate.ws, the tracker u mentioned is indeed added to their torrents, i'll do some tests on them to figure out what the issue is, thanks for pointing this out

PR0TEKT0R commented 6 years ago

pornolab.net I still checked here, too, statistics were not transferred This tracker also uses php announce