Search found 2 matches

by flower
July 24th, 2018, 9:47 am
Forum: Bug Reports
Topic: rar password extraction from filename
Replies: 3
Views: 2275

Re: rar password extraction from filename

Seems like an indexer bug first and foremost, would be nice to know which one does this. A simple regex in a pre-queue script can eliminate the surplus password(s), as long as you don't mind the side effects when the actual password itself contains certain sequences involving {{ and }}: echo 'nzbna...
by flower
July 23rd, 2018, 5:07 pm
Forum: Bug Reports
Topic: rar password extraction from filename
Replies: 3
Views: 2275

rar password extraction from filename

hi, very often i have nzb files which contains the same password two times: eg. filename_{{pwd}}_{{pwd}}.nzb sabnzb tries to extract the received rar files with the password: "pwd}}_{{pwd" ist there an easy way to change this behavior to force sabnzb to only use pwd? in my case the passwor...