aldostools / IRISMAN

All-in-one backup manager for PlayStation®3. Fork of Iris Manager.
GNU General Public License v3.0
233 stars 22 forks source link

[Bug] Makeps3iso doesn't use game name+id as ISO name when ripping with the BDVD controller option enabled. #34

Closed ghost closed 3 years ago

ghost commented 3 years ago

Not sure whether it is possible or not on PS3. Makeps3iso 1.9 on PC has the option to use the "default name" for isos, which is the name + id of a rip found in the default param.sfo, I believe.

aldostools commented 3 years ago

IRISMAN already includes by default the game-id as part of the output name of the ISO

In this capture from IRISMAN, it shows that the default name for GT5 is "Gran Turismo 5-BCUS-98114.iso" image

This is the code where the title id is appended to the file name: https://github.com/aldostools/IRISMAN/blob/master/source/iso.c#L2475-L2479

ghost commented 3 years ago

Huh. I guess it only occurs when ripping directly to NTFS. If i remember correctly, the name set by makeps3iso is dev_bdvd.iso, or something along those lines. Perhaps this is a bug?

aldostools commented 3 years ago

As you can see in the following screen capture of IRISMAN, the output file name of Makeps3iso also includes the title id when the output folder is NTFS. In this case I selected to Build ISO of AC Brotherhood on /ntfs0: image

ghost commented 3 years ago

Well, this is what I'm getting from MAKEPS3ISo on my end (Sorry, not a screenshot). I'm using latest IRISMAN, with Rebug 4.86.1. IMG_20210510_142157189

ghost commented 3 years ago

Sorry, maybe I didn't specify this before, but I'm ripping the game directly from the Blu-Ray.

aldostools commented 3 years ago

Ok, it happens only when ripping directly from BDVD using the payload "With BDVD controller".

I will check what I can do to fix this issue.

ghost commented 3 years ago

Thanks. I'll change the title of the issue then.

aldostools commented 3 years ago

The issue should be fixed in the latest build. You can download the binary from the release page https://github.com/aldostools/IRISMAN/releases

ghost commented 3 years ago

Wow, that was quick. Thanks for working on this.