PSXPackager icon indicating copy to clipboard operation
PSXPackager copied to clipboard

how to change the name o fthe output file?

Open xFN10x opened this issue 1 year ago • 1 comments

xFN10x avatar Sep 28 '24 19:09 xFN10x

Can you be more specific? What do you want to do?

Do you want to control the name of the output file? Currently you can use the built-in game database to automatically generate a filename based on the game disc ID.

https://github.com/RupertAvery/PSXPackager?tab=readme-ov-file#formatting

You can use -f <format> to specify the generated filename.

If you want to set the filename explicitly yourself, that is not currently supported. It could be added though.

Do you want to do something like:

psxpackager -i <input filename> -o <output filename>

RupertAvery avatar Sep 28 '24 20:09 RupertAvery