SabreTools / MPF

Redumper/Aaru/DiscImageCreator GUI in C#
GNU General Public License v3.0
405 stars 34 forks source link

Use PSX/PS2 serial as filename when Volume Label not present #623

Closed Deterous closed 6 months ago

Deterous commented 6 months ago

If no volume label is found, and the current system is PSX or PS2, use the PlayStation serial as the volume label instead of "track" I initially tried for PS3/PS4/PS5 as well, but those systems have a default volume label ("PS3VOLUME" etc), so there is no point doing this for those systems.

Fixes #494