Page 1 of 1

Getting torrent label in a plugin

Posted: Mon Dec 09, 2013 12:21 pm
by foux
Hello,

I'm developping a plugin where I'm trying to retrieve a torrent label.

As suggested if this post, I tried

Code: Select all

torrent.get_status(["label"])
Unfortunately, I haven't got the key in return.
Any idea on how to do this?

Thanks.

Re: Getting torrent label in a plugin

Posted: Mon Dec 09, 2013 2:30 pm
by foux
OK, I've solved this.

We can get the label when accessing the status from the Core, via the torrent_id. But not via the torrent itself