Skip to content

Python scripts to format PlayStation 1 bin/cue files for use with PSIO

License

Notifications You must be signed in to change notification settings

logi-26/psio-assist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

psio-assist

Python scripts with a basic GUI to prepare PlayStation 1 bin/cue games for use with a PSIO device.
Works on Linux, Mac and Windows.

alt text

This application:
Merges multi-bin games into a single bin file.
Generates cu2 files for all games.
Works in batch mode on all bin/cue files in the selected directory and any sub-directories.
Adds the game cover image.
Ensures that game names are not greater than 60 characters and do not contain periods or slashes.
Generates the MULTIDISC.LST file for mult-disc games.
Does not modify the original bin/cue files.

Info

This uses the following scripts:
binmerge
https://github.com/putnam/binmerge
cue2cu2
https://github.com/NRGDEAD/Cue2cu2

Usage

Requires Python 3.
Download or clone this repo.
Run psio_assist.py that is in the src directory.
For example:
python psio_assist.py

Click on the Browse button and select the directory that contains your bin/cue files.
Click on the Start button and the application will start to process the games.
The progress bar will show the progress of the application.
Once the application has finished you can find your PSIO ready files in the 'output' directory.
Just copy all of the directories from the 'output' directory to the root of your SD card.
If any errors occur you can check the log file in the 'error_log' directory for more information.

About

Python scripts to format PlayStation 1 bin/cue files for use with PSIO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages