kannibalox / pyrosimple

An overhauled fork of the pyrocore tools for rTorrent
https://kannibalox.github.io/pyrosimple/
GNU General Public License v3.0
48 stars 5 forks source link

Using rtorrent-ps with pyrosimple? #31

Closed stevezau closed 1 year ago

stevezau commented 1 year ago

Hi,

Thanks for porting this to python3!

Reading the docs, I am lost on how to get rtorrent-ps working with pyrosimple

Pyroscope + rtorrent-ps sets up a bunch of torrent config files and imports.. Does pyrosimple do the same ?

When starting, it fails as the pyroadmin command has changed. For example, the existing rtorrent.rc has

But that does not work with pyrosimple as the command has changed and --create-import no longer exists?

I then tried to follow https://kannibalox.github.io/pyrosimple/rtorrent-config/#rtorrent-installation but --create-rtorrent-rc also does not seem to exist?

Hoping you can point me in the right direction.

Thanks!

stevezau commented 1 year ago

Umm. I just removed the --create-import line and re-used the existing config files from rtorrent-ps,. seems to work.

kannibalox commented 1 year ago

Yep, as you've found out, this is intended to be compatible with an existing rtorrent-ps configuration setup. I'll add a note to that effect in the documentation, since it seems to be a common misunderstanding.