<identifiers> element defines metadata strings that appear in the ISO 9660 volume descriptor. These identifiers are crucial for PlayStation bootability and disc identification.
Basic Usage
Required Identifiers (for bootable discs)
The system identifier. Must be
PLAYSTATION for the ISO to boot on PlayStation hardware. If not specified, defaults to PLAYSTATIONThe application identifier. Must be
PLAYSTATION for the ISO to boot on PlayStation hardware. If not specified, defaults to PLAYSTATIONOptional Identifiers
The volume identifier. This is the disc name that appears when browsing the disc. Maximum 32 characters
The volume set identifier. Used for multi-disc sets to identify the collection. Maximum 128 characters
The publisher identifier. Maximum 128 characters
The data preparer identifier. Typically set to the tool name (e.g.,
MKPSXISO). Maximum 128 charactersThe copyright descriptor. Maximum 37 characters
Date Attributes
Advanced: Creation and Modification Dates
Advanced: Creation and Modification Dates
ISO 9660 creation date in the format
YYYYMMDDHHMMSSmmG where:YYYY= 4-digit yearMM= 2-digit month (01-12)DD= 2-digit day (01-31)HH= 2-digit hour (00-23)MM= 2-digit minute (00-59)SS= 2-digit second (00-59)mm= 2-digit centisecond (00-99)G= GMT offset in 15-minute intervals (signed)
ISO 9660 modification date in the same format as
creation_dateExternal Identifier File
Using an External Identifier File
Using an External Identifier File
You can reference an external XML file containing identifier definitions:Example:In this example, the final volume ID will be
Path to an external XML file containing identifier definitions. Values in the external file will override inline attributes
FROMFILE (from the external file), and OVERRIDE will be ignored.Character Restrictions
ISO 9660 identifiers are automatically converted to uppercase and have character restrictions:- Most identifiers accept A-Z, 0-9, and underscore
- Special characters are not permitted
- Maximum lengths vary by field (see parameter descriptions)
Examples
Minimal Configuration
system:PLAYSTATION(default)application:PLAYSTATION(default)volume:MYGAME
Full Configuration
Multi-Disc Game
For a multi-disc game, use consistent identifiers across discs:Blank Identifiers
To intentionally use blank system or application identifiers (creating a non-bootable disc):Blank system and application identifiers will prevent the disc from booting on PlayStation hardware.
Next Steps
Directory Tree
Define the file system structure
File Elements
Add files to your ISO