ngPost icon indicating copy to clipboard operation
ngPost copied to clipboard

Folder post Issues

Open DEVUVO opened this issue 5 years ago • 2 comments

Here is a small bugs or maybe it's just me not sure how to set it up the right way

1 - I can't save the setting unless i run it under admin which is fine but if the app is running via admin it will not support drag and drop for a single or multi folder

2 - How can i post a single folder or Multi folder with zero chance to find the files without the NZB ? and add par to each files inside each folder WITHOUT compress the folder ? i did choose the option i wanted but no matter what it will generate rars ,

i just need to generate pars for the files inside each folder and post it with random obfuscation random from etc but files will be restored when using the ORIGINAL nzb ,

3 - Limit rar number its dimmed and not working on 4.11 tried in different machines

4 - is there is away to post each file inside a folder or rar part under a different poster name ? I checked a tested upload to check each file it doesn't work only for each post / new upload / new set ,

thank you.

DEVUVO avatar Sep 15 '20 03:09 DEVUVO

  1. --gen_par2 only works with --compress. you have to make the pars yourself and use ngPost to post them because it looks to be hardcoded to only generate par2 if rar is present

  2. rar limit is controlled in ngPost.conf, you need to comment out #RAR_MAX to untick. it hasn't been a toggle option since 4.7

  3. ngpost doesn't support per-file posters, each job (regardless of number of files) uses 1 poster. this was suggested in #41 but didn't go anywhere.

AssRap3r avatar Sep 18 '20 13:09 AssRap3r

1 - I can't save the setting unless i run it under admin which is fine but if the app is running via admin it will not support drag and drop for a single or multi folder

you shouldn't need to be admin to modify the config. Where did you install it? Is it in folder with only admin rights?

How can i post a single folder or Multi folder with zero chance to find the files without the NZB ?

use Article obfuscation

and add par to each files inside each folder WITHOUT compress the folder ?

not possible. cause par2cmdline at least on Linux needs to create the par2 in the same folder than the files otherwise there is an error. ngPost won't do any copy of your files if you don't compress. we're not sure to have written permission to create par2 there. that is why the par2 generation is only working when you compress as the everything will be written in the temporary directory.

3 - Limit rar number its dimmed and not working on 4.11 tried in different machines

cf @AssRap3r answer, you need to uncomment and set RAR_MAX in the config. I may change that in the next release.

4 - is there is away to post each file inside a folder or rar part under a different poster name ? I checked a tested upload to check each file it doesn't work only for each post / new upload / new set ,

I don't see any benefit to change the poster for each file. It's better to use the same all the time so you can find your post in public indexer using the random name and password that are saved in the history file. If you don't want to be indexed in public indexers, then you go use Article obfuscation but I don't encourage to use it.

mbruel avatar Sep 18 '20 15:09 mbruel