Search found 5 matches

by thorli
17 Oct 2015, 17:53
Forum: Extension scripts
Topic: Unrar .rar files in .rar archives
Replies: 32
Views: 147379

Re: Unrar .rar files in .rar archives

It seems that the timeout value is not correct, it must be a floting point value something like "5.0" then it should work. You can configure it in the Web-Interface under Settings > ExtendedUnrar > WaitTime (see attached screenshot) I have done this script quickly in the past so i have not implement...
by thorli
09 May 2015, 16:47
Forum: Extension scripts
Topic: Unrar .rar files in .rar archives
Replies: 32
Views: 147379

Re: Unrar .rar files in .rar archives

Is it possible to edit the script, so passworded files will be skipped? When there are files with password, i get: ExtendedUnrar: Unpack Failed with Returncode 10 I just want to skip to unpack those files, because the next post processing Script I use will extract them properly. Or maybe is it poss...
by thorli
03 Jan 2015, 21:34
Forum: Support
Topic: "CreateLog" "ResetLog" is obsolete
Replies: 11
Views: 6176

Re: "CreateLog" "ResetLog" is obsolete

yes i did, but i think i found the issue. If i save the settings the new parameters are appended at the end of the config file, so far so good...but that does not fix the warnings. I haven found anything suspicious in my config unless the order of the paramters was different then in the default conf...
by thorli
02 Jan 2015, 16:28
Forum: Support
Topic: "CreateLog" "ResetLog" is obsolete
Replies: 11
Views: 6176

Re: "CreateLog" "ResetLog" is obsolete

Hi folks, i have a similar issue but strangely but for me it is just happening for postprocessing scripts: info Fri Jan 02 2015 15:38:44 Logger: nzbget.conf(702): Option "ResetLog" is obsolete, ignored, use "WriteLog" instead info Fri Jan 02 2015 15:38:07 nzbToSickBeard: nzbget.conf(702): Option "Re...
by thorli
02 Jan 2015, 16:14
Forum: Extension scripts
Topic: Unrar .rar files in .rar archives
Replies: 32
Views: 147379

Re: Unrar .rar files in .rar archives

Hi, i had the same need and wrote a little postprocess script for that in python. It's not very fancy but it does the job ;), feel free to use it.