Replies: 3 comments
-
After a little more research it seems that this cannot be done. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Close |
Beta Was this translation helpful? Give feedback.
0 replies
-
Close |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First off, thanks for Pyrosimple, it works great :)
I've botched together a system to move my torrents around, and for the data portion of the torrent I can use rtxmlrpc d.directory.set to make rtorrent aware of the new data location after mv-ing it. I use two separate session dirs to separate new from old torrents, currently moving the session files around and symlinking it back. When viewing all json fields through rtcontrol I did notice "sessionfile" for its location, however I can't find a way to change it. rtxmlrpc d.sessionfile.set complains that it doesn't know what to do, and after googling a lot I'm stuck.
Any pointers on how to approach this in a way that doesn't require symlinks?
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions