PSXPackager
PSXPackager copied to clipboard
how to change the name o fthe output file?
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>