Usenet (English) > Preusenet

Tweak Preusenet to use MultiPar or Par2+TBB?

(1/2) > >>

WarezMyGF:
Preusenet looks very promising, but it seems to be using an outdated par2 application. I only use it for Par2 creation and want maximum performance on my Quad core i7 920.  8)

Is there a way to be able to use Par2+TBB (http://chuchusoft.com/par2_tbb/index.html) or MultiPar (http://hp.vector.co.jp/authors/VA021385/)? These are optimized for multi core processors! I currently use MultiPar but it is becoming a hassle to manually create parsets for numerous releases even though it has a nice GUI. I need batch creation baby!

Appreciate any constructive feedback.

WarezMyGF:
Also, is there a way for this to work with W7?

cr4zyfr4g:
I am not working on this script or using it for ages, but still the included par2 should be better than the once you say. It is extremly improved based on assembler par2 routines. However there is a newer version.

Get it here: http://paulhoule.com/phpar2/index.php

I am not sure what to chnage dor it to work for WIN7 and i am not gonna look into it. May someone else has figured it out by now. Feel free to post changes/updates/new version or anything

WarezMyGF:
Thanks for the quick feedback!

I will try my best to get it to work with Windows 7. I will post here with an updated version if I ever figure it out!

WarezMyGF:
I ended up just making a simple script that works under W7 x64. Maybe later someone can help me incorporate some parts of Preusenet?

Basically, I only post 720/1080 x264 stuff, so the rars/sfv are already made so only need to create pars. Thus I wanted 10% redundancy, block size of 1920000, parset to have the same name as the folder name and to create pars ONLY for rar files. (IE: Ignore .sfv, .nfo etc.). The par2 version I am using is phpar2 for now. I will later do a comparison test to see which is fastest between MultiPar (Based off phpar2), phpar2 and par2 TBB.

Script Code:


--- Code: ---FOR /R %%g IN (.) DO C:\Par2\par2.exe c -s1920000 -r10 -l "%%g\%%~ng.par2" "%%g\*.r*"
del /q *.par2
--- End code ---

I would like three additional features and then the script will be perfect for my needs. Listed in order of importance:

1. Report if any errors in creating the pars. (Not sure if this does it automatically within par2.exe??)
2. Create 30% redundancy for any files located in the \Sample folder and have the parset incorporate the name of the sample file.
3. Report how much time it took to create the pars.

Appreciate any help, I'm a noob at all this! :c)

Navigation

[0] Message Index

[#] Next page

Go to full version