Yutaka-Sawada / MultiPar

Parchive tool
991 stars 44 forks source link

Batch Mode #138

Open techguru0 opened 1 week ago

techguru0 commented 1 week ago

we need a BATCH mode to check all the files in a folder

Yutaka-Sawada commented 1 week ago

I'm not sure what you want. You should write more information and example. I feel that there are some PAR2 files in a folder. There is "Python script" page in MultiPar's help documents. "Verify multiple PAR2 sets in a selected folder with Queuing GUI" item would be good for your case. You may modify the script for your specific usage.

techguru0 commented 1 week ago

it would be better if it was built into the gui then using a script all you really need is a button in there to load a folder -- with a checkbox that says load subfolders as well then you pick a folder it checks that folder and the subfolders for par files and checks and repairs them

Yutaka-Sawada commented 1 week ago

all you really need is a button in there to load a folder -- with a checkbox that says load subfolders as well then you pick a folder

Oh, I see. I improved the GUI to have a combo-box for recursive search and a check-box for automatic repair.

Combo-box for recursive search; "No child" won't search child folders. "Children" will search child folders of 1 level. "Recursive" will search all child folders recursively.

Check-box for automatic repair; It will verify only by default. Checked "Repair" item will repair automatically if possible.

I uploaded the new files queue_verify.py and python.htm on GitHub's MultiPar alpha version. You may try it.