alucryd / oxyromon

Rusty ROM OrgaNizer
Other
110 stars 13 forks source link

[Feature] Handle Sony PlayStation PBP Images #119

Closed maxexcloo closed 4 months ago

maxexcloo commented 4 months ago

While importing my PSX collection I noticed that PBP images don't seem to be handled - I'm not sure if these can be converted in a similar way to CHD files but it might be an idea.

https://i12bretro.github.io/tutorials/0323.html

https://github.com/RupertAvery/PSXPackager

alucryd commented 4 months ago

According to this, PBP is not a fully reversible format, as such it won't be possible to recreate the original cue/bin to check against the database. I will probably support exporting to it though, when I finally start working on a export-roms command.

maxexcloo commented 4 months ago

Fair enough - thought that could be the case! What’s the use case for export roms? Currently I have a pretty convoluted bash script that takes a mapping csv and exports my rom folders to different system names for use with my handhelds - is it something like that?

alucryd commented 4 months ago

Exactly that, and more :) The personal use case I had in mind was to be able to export to my various Everdrives, or to various consoles internal drives via ftp for instance. That will include a bunch of filters and renaming options down the road.