Replies: 1 comment
-
You can't fool me, that's three questions! ruTorrent stores the label in the custom1 field, so: rtcontrol -o custom_1 ExampleName.txt # Get
rtcontrol --custom 1=unknown ExampleName.txt # Set To see all fields rtcontrol is aware of (make sure you're on the latest version, there was a bug in previous ones):
Note that this can take a long time to run, and doesn't cover all the custom fields that might exist. To see all custom fields you can run this:
I might have to see if there's a good way to get that info into To set the label on load, you can just add it as secondary command:
|
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.
-
Hello,
I have 2 questions, I have set labels in rutorrent/flood how do I view using rtcontrol what the labels have been set? Further, how do I find out all the meta data associated with a torrent which has been loaded.
Second question is, when I am using rtxmlrpc to load a torrent, how can I set the label?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions