-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch convert isos and naming #93
Comments
To answer both of your questions:
Batch processing sounds like a good idea, I propose creating a new CLI command "batch" that takes an extra parameter, "pack" or "unpack", then two paths, input and output folder. |
Some additional notes:
I'm open to the idea of adding some sort of native batching support but it needs to offer some benefit over |
I have written 2 bash scripts for batch processing, input is your folder where all ISOs resides, output is the folder where to extract or repack. Don't forget to add the "/" at the end of the path or the script will break. Batch repack:
Batch extract:
|
Hi everyone, and thank you for this project.
I must say that i know my way around computers, i have my linux basics, but templating and scripting are well over my possibilities.
I'm setting up pegasus with metadata and whatnot, but all my xbox games are in iso format, not xiso.
I solved this with sdvdgs-cli: "./xdvdfs pack /dir/to/the/image.iso /dir/to/the/converted/image.iso
I have 2 questions:
1)is there a way i can automatically create the xiso with the same name as the original iso?
2)Is there a way to batch convert isos? Or, at least, could anyone point me in the right direction?
Thanks again!
The text was updated successfully, but these errors were encountered: