Page 1 of 1

Is there a way to know whether a torrent is private or not using the qBittorrent-API?

Posted: Sun Oct 24, 2021 5:58 am
by rudeus
Reading the API documentation, I thought I would be able to make use of torrents_properties() or torrents_info() to figure this out, but it has no property that would point this out.

How does qBittorrent differentiate between private and public torrents?

Re: Is there a way to know whether a torrent is private or not using the qBittorrent-API?

Posted: Sun Oct 31, 2021 7:47 pm
by bnzbnz
https://github.com/qbittorrent/qBittorr ... t-trackers
Look at the msg field : "This torrent is private"

Re: Is there a way to know whether a torrent is private or not using the qBittorrent-API?

Posted: Wed Dec 22, 2021 9:36 am
by soutsur
The search functionality is somewhat hidden in qBittorrent on the other hand. To get started, select View > Search Engine; this unlocks the search tab that you may switch to. The interface is straightforward and easy to use.

Re: Is there a way to know whether a torrent is private or not using the qBittorrent-API?

Posted: Sat Jan 01, 2022 10:22 pm
by Peter
Maybe not. I tried to dig but could not find a similar call.
It's a flag on the Torrent so it should be exposed - maybe no one asked for such functionality before?

Check existing/closed tickets here, please: https://github.com/qbittorrent/qBittorrent/issues
If you can't find anything remotely similar, you may create a new ticket about it.