mbruel / ngPost

Command Line (or minimalist GUI) usenet poster for binaries developped in C++/QT designed to be as fast as possible and offer all the main features to post data easily and safely. Releases for Linux, Windows and MacOS are available.
GNU General Public License v3.0
172 stars 33 forks source link

Post files on multi groups at the same time ? #162

Closed DEVUVO closed 1 year ago

DEVUVO commented 1 year ago

Hello , how to post the files into multi groups at the same time ?

I did add 10 groups but it's automated NGPOST will pick one group randomly , can we choose multi groups for each post ?

thanks.

mbruel commented 1 year ago

you can set the GROUP_POLICY to ALL to post on multiple groups. then in cmd, you could have several config files with different set of groups and using a script changing randomly depending on the file you post... There is no possibility to achieve it with the GUI... Anyway groups are not really useful... only the nzb no?

DEVUVO commented 1 year ago

Thanks , it works now.