GerbilSoft / rom-properties

ROM Properties Page shell extension
GNU General Public License v2.0
465 stars 35 forks source link

Add UDF parsing (was: no information on BluRay ISOs) #344

Open Feathered-Serpent opened 2 years ago

Feathered-Serpent commented 2 years ago

Hey there

I know, Rom Properties is mainly there for games, but it also shows information from ISO images from games etc or from Video DVDs, like this one: grafik

Though this doesn't work on all DVD ISOs and especially it doesn't work at all for BluRay ISOs. Is this because of the file system on BluRays? Because they usually don't have any ISO file system?

Masamune3210 commented 2 years ago

Yes, if rom-properties understands the contents of the iso, it will try to display its information, if not it just wont show up

GerbilSoft commented 2 years ago

Blu-ray discs are normally just UDF without ISO-9660. rom-properties currently doesn't support UDF; it only supports showing if an ISO-9660 disc has UDF in addition.

UDF is on the Todo list, in part because it's needed for PS3 discs.

Feathered-Serpent commented 2 years ago

According to Wikipedia "UDF shares the basic volume descriptor format with ISO 9660." so I hope it won't be too much of a hassle during implementation.

Thanks for the information.

GerbilSoft commented 1 year ago

Reopening this issue as a general "add more UDF stuff" issue.