rtorrent-ps
rtorrent-ps copied to clipboard
Add commands for session state loading
To load injected session state from other hosts or instances, keeping all metadata intact.
load.session = ‹metafile path or pattern›– Load item as found in files (path can be a pattern as usual, resume data files are expected under the metafile path as a prefix)load.session.normal– Force active state = 0load.session.start– Force active state = 1load.session.verbose,load.session.normal_verbose,load.session.start_verbose– variants with logging- Call
event.download.inserted_neworevent.download.inserted_sessionor even both? - Set
d.tied_to_fileto source metafile, andd.loaded_fileto session metafile
Would this cause incorrect reporting for private torrents?