rtorrent_rpc.helper¶
- add_completed_resume_file(base_save_path: Path, torrent_content: bytes) bytes[source]¶
update torrent content, add resume data to torrent.
Warning
this may cause rtorrent into a invalid state and causing bugs, use at your own risk.
- add_fast_resume_file(base_save_path: Path, torrent_content: bytes) bytes[source]¶
update torrent content, add resume data to torrent, skip checking file exists on disk.
Warning
this may cause rtorrent into a invalid state and causing bugs, use at your own risk.
- get_torrent_info_hash(content: bytes) str[source]¶
generate torrent info_hash v1 in low case hex string