pyrosimple icon indicating copy to clipboard operation
pyrosimple copied to clipboard

An overhauled fork of the pyrocore tools for rTorrent

Results 8 pyrosimple issues
Sort by recently updated
recently updated
newest added

https://github.com/kannibalox/pyrosimple/issues/72#issuecomment-2381024856 > > Try: rtcontrol is_complete=yes is_open=yes is_ignored=no [ tracker=*nothingusesme.net* OR tracker=*trackerthatexists.net* ] > > This throws an error. I tried a couple of different things in case I was...

I'm unable to fetch or filter on the trackers field with rtcontrol, using the current version of pyrosimple against the current master branches of (vanilla) rtorrent/libtorrent. ``` (test_venv) username@host:~$ rtcontrol...

With rtorrent 0.15.3 and pyrosimple 2.14.2 running a execute command that calls rtcontrol locks the rtorrent GUI. Killing the launched rtcontrol process revives the GUI. Running rtcontrol from a bash...

Similiar to https://github.com/kannibalox/pyrosimple/issues/41 After building with the latest pyrosimple@latest GIT I can no longer get pyrotorque to start. ``` rtorrent [ ~/.pyrosimple ]$ pyrotorque --debug --adopt-stale-pid-file DEBUG:pyrosimple.scripts.pyrotorque.RtorrentQueueManager:Options: adopt_stale_pid_file=True, dry_run=False, log_file=None,...

rtcontrol with the -V option doesn't work with the new rtorrent 0.15.6 ``` Traceback (most recent call last): File "/home/rtorrent/.local/pipx/venvs/pyrosimple/lib/python3.13/site-packages/pyrosimple/util/rpc.py", line 133, in __request_xml response = self.__transport.request( self.__host, self.__handler, request,...

I'm getting a lot of xmlrpx errors, started a yesterday. I've increased the network.xmlrpc.size_limit.set to 128M and 256M but that didn't help. This is the error that happens when using...

I think that this fixes #81. Instead of copying files, it moves them and instead of creating a folder named as the file, it creates the parent folder. I am...

I'm trying to use this command to move completed torrents to another folder and it's not functioning as I would expect. Am I doing something wrong or is this a...