pyrocore
pyrocore copied to clipboard
:wrench: A collection of tools for the BitTorrent protocol and especially the rTorrent client
I'd like to be able to set some rtcontrol rules that are applied to every torrent loaded, that is not part of a particular alias. Right now there doesn't seem...
Fix update-to-head to remove git:// protocol as GH has now implemented new security protocols. https://github.blog/2021-09-01-improving-git-protocol-security-github/
fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
I am getting this error `UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 1: ordinal not in range(128)` > Traceback (most recent call last): File "/home/$USER/bin/chtor", line 11, in...
It's impossible to create a torrent file with empty announce URL. When empty list is passed to `pyrocore.util.metafile.create()`, the code fails with `UnboundLocalError: local variable 'meta' referenced before assignment`. Using...
Now,install on python3 failed: paver-minilib.zip install failed on python3.
There were some other tickets filed for similar issues that imply this may be solved, but I'm still unable to get it working... - I have tried using the most...
More support for python 3. I started with Amar1729's branch and made more fixes. It works as far as I have tested in my project that requires it.
aggregator was useless before, it only pulled the value from the first tracker. fixed to use the results from all trackers.
This PR is meant to serve as a reference while py3 support is being worked on in master. Updated a few things from https://github.com/pyroscope/pyrocore/pull/63 to see whether I could get...