Skip to content

v1.4: Options and Bugfixes

Compare
Choose a tag to compare
@RupertAvery RupertAvery released this 07 Dec 07:48
· 131 commits to master since this release
  • Fixed bug where converting to PBP with no CUE would result in a TOC with an index of 00:02:01 from the default PSAR
  • Change to SevenZipSharp for notifications during extraction
  • Get DiscID from PBP Disc Entry
  • Add output file to tempfiles so cancelling will delete as well
  • Added option to format filename
  • Add option to generate log
  • Add option for verbosity levels
  • Processing now continues if there are errors

In previous versions, if you created a PBP using only a .bin (no cue), when converting back to bin + cue you will have a cue with DATA track with an index of 00:02:01, which will fail to load if you use the .cue in some emulators like duckstation. This is a bug inherited from the default DATA.PSAR of PSX2PSP, which also has the same problem.

The .bin is intact, you just have to either ignore the .cue, or fix it so the index is 00:00:00.

This release will generate a "proper" default CUE if you do not supply one yourself.

In previous versions, the output filename would try to use the data from the game database using the detected disc ID. This has changed to use the input filename as the base output filename, but there are options now to format the filename configurably. Please see the README.md for details.