-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overwrite filename - keep original filename in nzb? #73
Comments
Assuming you're only uploading a single file: If you don't mind the filename being inside the yEnc headers, overwrite the subject via |
Thx much for helping me :) but now i tried this: into cmd i added --filename test.test --nzb-subject {value} and uploaded file is changed on usenet so it differs from local server file name, but in nzb there is edit: |
Don't know why you get undefined. Have you overridden any functions or similar?
|
Handing this task to nyuu isn't the ideal solution i think.. |
So for example, i have file test.rar, nyuu will upload it to usenet as blabla.someext without renaming on local server, and after upload it will add into nzb the original test.rar filename.
do i need to rewrite filename function? or is there simpler way? thx!
--filename blabla.someext will always write into nzb file blabla.someext and not test.rar
The text was updated successfully, but these errors were encountered: