how can I simply see which binaries groups I use to download binaries

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
ImnotVitalikbutIdlik
Newbie
Newbie
Posts: 2
Joined: July 18th, 2017, 6:06 am

how can I simply see which binaries groups I use to download binaries

Post by ImnotVitalikbutIdlik »

Hello,
I use Sabnzbd (2.3.1) on windows 10 since recently... and I appreciate so much...
Everything works fine and I have only a simple question : how can I simply see which binaries groups (group name) I use to download binaries?... to know the most efficient groups and to do manual searches with some indexers and usenet search engines...
I think it's an option I missed... but I don't know how to find it...
Thanks in advance for your answer.
User avatar
safihre
Administrator
Administrator
Posts: 5362
Joined: April 30th, 2015, 7:35 am
Contact:

Re: how can I simply see which binaries groups I use to download binaries

Post by safihre »

Hmm, I don't think there's a way to see that easily.

It is outputted to the Post-processing script: https://sabnzbd.org/wiki/scripts/post-p ... ng-scripts
You could write a script that keeps a track for you in an external file, if you know some python?
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: how can I simply see which binaries groups I use to download binaries

Post by shypike »

The information is in the NZB file itself.
It's a text file in XML format.
It will contain lines like:
<group>alt.binaries.teevee</group>
That tells you where the data is coming from.
Post Reply