PowderPlayer icon indicating copy to clipboard operation
PowderPlayer copied to clipboard

downloads / uploaded

Open PR0TEKT0R opened this issue 7 years ago • 10 comments

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

PR0TEKT0R avatar Mar 11 '18 13:03 PR0TEKT0R

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

jaruba avatar Mar 11 '18 14:03 jaruba

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

PR0TEKT0R avatar Mar 11 '18 15:03 PR0TEKT0R

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

jaruba avatar Mar 11 '18 15:03 jaruba

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

PR0TEKT0R avatar Mar 11 '18 16:03 PR0TEKT0R

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 avatar Mar 18 '18 07:03 jaruba

This was implemented.

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

jaruba avatar Apr 27 '18 17:04 jaruba

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

PR0TEKT0R avatar Apr 27 '18 23:04 PR0TEKT0R

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 avatar Apr 28 '18 06:04 jaruba

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

jaruba avatar Apr 28 '18 06:04 jaruba

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

PR0TEKT0R avatar Apr 28 '18 14:04 PR0TEKT0R