Page 1 of 1
[Feature Request] NZB name = archive password
Posted:
Sat Aug 10, 2013 6:10 pm
by Trickfilmjunkie
Hello Newsbin Team,
I do have a feature request and I do hope it doesn't take too much of your time to make it happen. Is it possible to have a option, where the name of the NZB-file (without the extension .nzb) will be automatically used as password to unpack the archives?
It will come quiet handy in my case. I do feed an newsbin-running, old netbook over a dropbox-folder. I do find it much, much easier to sort unpacked directories instead of searching for passwords somewhere.
Thanks in advance.
TFJ
Re: [Feature Request] NZB name = archive password
Posted:
Sun Aug 11, 2013 9:02 am
by Quade
I'll have to think about it. Not sure how you'd handle multiple NZB's that way. Maybe appended to the end of the filename
"Filename Password:bla bla bla.nzb" or something like that.
Re: [Feature Request] NZB name = archive password
Posted:
Tue Aug 13, 2013 11:49 am
by oferlaor
I second that request.
Ideally something like filename[password].nzb
i.e., check the password if it's inside the square brackets.
Re: [Feature Request] NZB name = archive password
Posted:
Wed Oct 16, 2013 6:57 am
by Trickfilmjunkie
Any news on this request?
Actually the idea "DIRECTORY [password].nzb" is great ...
Re: [Feature Request] NZB name = archive password
Posted:
Wed Oct 16, 2013 8:55 am
by Quade
In B17, if you add the password to newsbin's password list, Newsbin will figure out which password to use when it's time to decode the files.
I thought I'd added this to my todo list. I'll add it now.
Re: [Feature Request] NZB name = archive password
Posted:
Wed Oct 16, 2013 9:11 am
by oferlaor
I didn't know that NBP looks through all the passwords on the list. Very cool!
Re: [Feature Request] NZB name = archive password
Posted:
Wed Oct 16, 2013 10:22 am
by Quade
It will in B17. It's a new feature.
Re: [Feature Request] NZB name = archive password
Posted:
Sun Jan 19, 2014 6:55 am
by Trickfilmjunkie
It is now very common on german usenets-boards to structure the nzb files like:
Title [password].nzb
Title {{password}}.nzb
It would be very helpfull to implement this feature by now.
Thxs4help.
Re: [Feature Request] NZB name = archive password
Posted:
Sun Jan 19, 2014 7:53 am
by oferlaor
I personally prefer the notation .<password>.nzb
but it there's already a set standard...
Re: [Feature Request] NZB name = archive password
Posted:
Sun Jan 19, 2014 11:26 am
by Quade
This feature is high on my list. I'm thinking about having it in 6.51 before release. With the way passwords work today, it won't be that hard to integrate.
Re: [Feature Request] NZB name = archive password
Posted:
Tue Feb 04, 2014 8:03 am
by Trickfilmjunkie
Your competition "SabNZB" did set the standard by now. The format of the nzb-files needs to be: title
{{password
}}.nzb. The program creates a folder named "title" and is unpacking using the password between the {{ }}.
So, there is a reader having the requested feature ... no pressure, no pressure.
Re: [Feature Request] NZB name = archive password
Posted:
Tue Feb 04, 2014 8:55 am
by oferlaor
why two {{ ?
Also, I think that it doesn't really matter what other NZB readers are doing... We only use NBP around here...
Re: [Feature Request] NZB name = archive password
Posted:
Tue Feb 04, 2014 10:59 am
by Quade
The current beta parses the filename and adds the password to the list. I don't mind people giving me shit as long as it's good natured.
You know, it's the bro-code.
Stuff like this is easy to add but, people have to ask because, nothing I download requires a password.
Re: [Feature Request] NZB name = archive password
Posted:
Sun Feb 16, 2014 11:19 am
by oferlaor
What is the final pattern that includes the password?
Re: [Feature Request] NZB name = archive password
Posted:
Sun Feb 16, 2014 11:37 am
by Quade
title{{password}}.nzb
Anything inside the double-braces is considered to be the password.