question on rtxmlrpc usage #49
-
Hello, I am reading up on the documentation to set things up in my new box. I have to migrate a bunch of torrents from one node to another hence this exercise. In the documentation found here https://kannibalox.github.io/pyrosimple/advanced/
rtxmlrpc --repr method.get '' event.download.finished I was basically reading up on pyrocore's documentation to do some things and further ran into this issue. https://rtorrent-docs.readthedocs.io/en/latest/cmd-ref.html#p-commands Can you let me know if I am doing something wrong? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Aha, I didn't realize that page was actually accessible, it hasn't been fully converted for the new setups. I've fixed up that particular problem, which is that |
Beta Was this translation helpful? Give feedback.
-
Hello @kannibalox Thank you for the quick fix, can you please explain the usage of rtxmlrpc trying to get the p.id and p.port given the hash? All my attempts are coming up with a null set result. Here's my attempt.
|
Beta Was this translation helpful? Give feedback.
-
Thank you very much kannibalox, makes a lot of sense. One final question, in this thread. Please note, I LOVE all your effort and I am learning so much about python just reading your code so please don't take my questions the wrong way. I am looking at this link https://pyrocore.readthedocs.io/en/latest/howto.html#adding-category-views-to-the-rtorrent-ui When I tried out the command, I get no results, but when I try it out with a wildcard I get all the torrents that are loaded.
I am just curious what is different in how the OG rtcontrol does the filtering vs your new shiny one. Thanks again! |
Beta Was this translation helpful? Give feedback.
p.multicall=
(or any of thep.*
commands) will only return data for actively connected peers, so for most of your torrents it will probably truly be an empty set. If you want to get the full view of all your peers, you can do: