boranblok / nntpPoster

A utility to post files and folders to usenet.
67 stars 14 forks source link

issue: saving nzb after posting to index complete + progress under par2 #41

Open cyberccc opened 6 years ago

cyberccc commented 6 years ago

Hi , Here are some issues i encountered while using the script:

Suggestion's I hope you will consider: adding multiple accounts option , either random or by number. example: adding 3 different accounts , either per upload or per file the script will use different account.

boranblok commented 6 years ago

Sorry for the late reply here. I had a little trip.

the par2 command can be made more verbose if you disable the log throttling plugin and modify the par2 commandline. (This is trough the advanced config, check the conf/default.ini especially the ParExtraParameters and ParCommandFormat properties. With these you can modify the exact par2 command completely to your liking.

Console output is interpreted and re-streamed to the log however. This is a bit of a limitation of calling external commands from .Net as far as I can see.

The log itself can be modified, split, filtered and so much more. I am using log4net so you can use standard log4net filtering and configuration to leave out stuff, or split different loglevels to different files etc. If you give a concrete example of what you would like to achive I can give a sample config you can then extend/modify to your liking.

Multiple accounts is on the todo. Issue would be configuration. If i'd go that route it would make most sense to use a different account per message (yEnc block, so approx 768kb)