Files
pyTorrent/pytorrent/services/rtorrent
Mateusz Gruszczyński f1129fd3c4 fix empty dir
2026-06-12 23:31:31 +02:00
..
2026-05-19 13:43:37 +00:00
2026-05-19 13:43:37 +00:00
2026-05-19 13:43:37 +00:00
2026-05-31 13:07:06 +02:00
2026-05-31 13:07:06 +02:00
2026-05-22 23:17:28 +02:00
2026-05-19 13:43:37 +00:00
2026-05-19 13:43:37 +00:00
2026-06-12 23:31:31 +02:00
2026-05-31 13:07:06 +02:00

rTorrent service modules

The old pytorrent/services/rtorrent.py monolith is end-of-life. Do not recreate it and do not add new rTorrent logic outside this directory.

Use focused modules in pytorrent/services/rtorrent/ instead:

  • client.py for SCGI/XMLRPC transport and shared caches.
  • system.py for status, footer metrics, disk and remote host usage.
  • torrents.py for torrent list and torrent operations.
  • files.py, config.py, diagnostics.py for their dedicated areas.