Ravencentric / juicenet-cli

CLI tool designed to simplify the process of uploading files to Usenet
https://juicenet.ravencentric.cc/
The Unlicense
14 stars 2 forks source link

Nyuu config not respected #56

Open kzshantonu opened 7 months ago

kzshantonu commented 7 months ago

--out {fnamebase}.nzb ignored. NZBs save as filename.ext.nzb instead of filename.nzb

Ravencentric commented 7 months ago

This is not exactly a bug, it's just how I made it. The naming has a bit of logic behind it which is why it's not left up to the user. There was point where I was discarding extensions but that soon caused issues which is why I'm forcing extensions

Due to the above reasons, juicenet currently overrides nyuu's config for --out and "decides" on it's own.

kzshantonu commented 7 months ago

I see, makes sense. Hope there will be a feature implemented someday to be able to use nyuu config as-is but with resume capability

Ravencentric commented 7 months ago

I would recommend just letting juicenet name the files, since it already follows best practices and handles problematic cases as mentioned above