Search found 17 matches
- June 3rd, 2013, 11:31 am
- Forum: Feature Requests
- Topic: specify my own par2 file for active .nzb
- Replies: 22
- Views: 18505
Re: specify my own par2 file for active .nzb
i´m away for about a week, will look into it and probably have 1 or 2 questions then 
- June 1st, 2013, 2:07 pm
- Forum: Feature Requests
- Topic: specify my own par2 file for active .nzb
- Replies: 22
- Views: 18505
Re: specify my own par2 file for active .nzb
>You should google a bit more. yeah i know, it´s just in this case i know almost nothing and then it´s really hard to specify search parameters to narrow it down that something useful comes out, i know you´re not my designated SABnzb-Yoda ;) so thx again for all the help, when this is done i´ll dona...
- June 1st, 2013, 7:08 am
- Forum: Feature Requests
- Topic: specify my own par2 file for active .nzb
- Replies: 22
- Views: 18505
Re: specify my own par2 file for active .nzb
o.k. this is what i got so far: @echo off cd /d %1 IF EXIST "*.p*" (rename "*.p*" "*.par2") ELSE echo no pars found ! IF EXIST "*.par2" echo pars successfully renamed "C:\Program Files (x86)\SABnzbd\win\par2\x64\par2.exe" r "*.par2" "*...
- May 31st, 2013, 8:30 pm
- Forum: Feature Requests
- Topic: specify my own par2 file for active .nzb
- Replies: 22
- Views: 18505
Re: specify my own par2 file for active .nzb
just an idea, would it be possible to make the password available to postprocessing scripts by defining a specific value like %1 for final job directory?
http://wiki.sabnzbd.org/user-scripts
http://wiki.sabnzbd.org/user-scripts
- May 31st, 2013, 5:56 pm
- Forum: Feature Requests
- Topic: specify my own par2 file for active .nzb
- Replies: 22
- Views: 18505
Re: specify my own par2 file for active .nzb
great thx, does that work for par2 also?
- May 31st, 2013, 4:36 pm
- Forum: Feature Requests
- Topic: specify my own par2 file for active .nzb
- Replies: 22
- Views: 18505
Re: specify my own par2 file for active .nzb
makes sense, i always seem to search out the special needs ;) anyway the script finally works, the only thing you have to do is to name the job=password, since %2 original name of the nzb doesn´t work, i guess the original name is filename+extension? not just filename ? here is the final version of ...
- May 31st, 2013, 3:17 pm
- Forum: Feature Requests
- Topic: specify my own par2 file for active .nzb
- Replies: 22
- Views: 18505
Re: specify my own par2 file for active .nzb
thx for the * tip so far so good, the postscript now renames the pars and repairs/renames the obfuscated rars to their original names, ready to extract @echo off cd /d %1 IF EXIST "*.p*" (rename "*.p*" "*.par2") ELSE echo no pars found ! IF EXIST "*.par2" echo...
- May 31st, 2013, 6:52 am
- Forum: Feature Requests
- Topic: specify my own par2 file for active .nzb
- Replies: 22
- Views: 18505
Re: specify my own par2 file for active .nzb
that might be true if the par2 files werent packed into the nzb and renamed .p235 par2cmd doesn´t recognize misnamed files, that´s why i have to rename the .p234 files to par2 after the download and then i can start repairing another thing i noticed, maybe i did something wrong, when the par2 files ...
- May 30th, 2013, 1:26 pm
- Forum: Feature Requests
- Topic: specify my own par2 file for active .nzb
- Replies: 22
- Views: 18505
Re: specify my own par2 file for active .nzb
actually this should be quite simple: after the download and successful rename of the par2 files i guess i would just have to tell sabnzb to retry standard sabnzb postprocessing (delete) without the downloading of course is there a such a command? this postprocessing script renames the par2, after t...
- May 30th, 2013, 1:24 pm
- Forum: Post-Processing Scripts
- Topic: autoprocess obfuscated + pw protected releases
- Replies: 1
- Views: 4007
- May 30th, 2013, 7:34 am
- Forum: Feature Requests
- Topic: specify my own par2 file for active .nzb
- Replies: 22
- Views: 18505
Re: specify my own par2 file for active .nzb
i started to look into scripts yesterday, never did that before, i posted a thread in the postprocessing forum: http://forums.sabnzbd.org/viewtopic.php?f=9&t=14127 what i believe i need to finish this are the parameters for the standard postprocessing options of sabnzb (repair and extract/delete...
- May 29th, 2013, 4:57 pm
- Forum: Post-Processing Scripts
- Topic: autoprocess obfuscated + pw protected releases
- Replies: 1
- Views: 4007
autoprocess obfuscated + pw protected releases
i just started to look into scripts this evening so please bear with me ;) all this happens on a Win 7 machine, i guess Linux users will have to at least change the path to par2 and unrar and exchange % with $ as explained here: http://wiki.sabnzbd.org/user-scripts the situation would be like this/t...
- May 29th, 2013, 6:31 am
- Forum: Feature Requests
- Topic: specify my own par2 file for active .nzb
- Replies: 22
- Views: 18505
Re: specify my own par2 file for active .nzb
alright, thx
- May 28th, 2013, 5:02 am
- Forum: Feature Requests
- Topic: specify my own par2 file for active .nzb
- Replies: 22
- Views: 18505
Re: specify my own par2 file for active .nzb
>It was always meant as an automation tool. that´s why i use and highly appreciate sabnzb and to further enhance the automation capabilities of that tool for a variety of posting methods, i believe this feature make sense/would help some ppl reducing their manual workload with usenet >BTW: it is alr...
- May 28th, 2013, 3:25 am
- Forum: Feature Requests
- Topic: always DL minimum nr. of par2
- Replies: 2
- Views: 1708
Re: always DL minimum nr. of par2
that´s pretty much it, thx 