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

[enhancment][request] couple of suggestions #175

Open ari2asem opened 1 year ago

ari2asem commented 1 year ago

first of all. thanks for your great program, supporting SSL. very great feature.

but i miss some other features. 1). pausing posting. now you have only the option to stop. i would like to see also pausing the posting process 2). when adding files from 2 or 3 different folders (thus 2 or 3 different posts) in 1 queue list on quick posting tab, then you get 1 NZB file for those 2 or 3 posts. this is not so wise, because you get 1 NZB for 3 different posts. 3). on Auto Posting tab, i can't disable GENERATE PAR2. if i disable this, then is COMPRESS enabled. but i want to disable both options. this is now impossible. you whether get option COMPRESS or GENERATE PAR2.

thanks in advance, ari

mbruel commented 1 year ago

1.: There is a pause / restart button on the guy. I don't see the necessity in command line... is there?... guess you might be the only one needing it. 2.: just open your eyes, read at least a little bit of the README. The auto tab is there to do what you want... 3.: you can post folders without compression. it simple and normal... Usenet doesn't support it I'm not 100% sure but if you uncheck "Auto Compress" then it should ignore the PACK keyword from the configuration file. When you uncheck it, nzb password compress and gen par2 are automatically unchecked in the bottom. So In the Auto tab, if you add FILES (not foldes) to upload, there shouldn't be any packing. Isn't the case? is there a bug?