sahlberg / pop-fe

Python script to automate the process of fetching boxart and installing PS1 games (onto your PSP/VITA/PS2/PS3)
173 stars 15 forks source link

Support for AT3 and PAM files #207

Closed HNKMaster closed 4 months ago

HNKMaster commented 4 months ago

I feel that an option to add .at3 and .pam files would be nice, since there's methods to make custom media for those formats, and for PSP the only way to add them is by making another EBOOT.PBP with the new file using PSP Content Manager. With PS3 is even less straightforward because of the harder way to edit PKG files. I feel it could be good to add it as an option.

sahlberg commented 4 months ago

There is already support for AT3 files and it will convert CDDA into AT3 as well as any youtube link that is provided as SND0.

PAM is more difficult because there are no available tools to create them. Only tools that can do PAM are proprietary internal SONY tools. So we can not do PAM.

HNKMaster commented 4 months ago

No way to add already premade ones? For example for SND0 audio that contains a loop point and stuff like that.

sahlberg commented 4 months ago

Yes, just point to the file using the --snd0 command line argument and it will convert it to AT3 and install it.

Closing as already implemented.