PiSCSI / piscsi

PiSCSI allows a Raspberry Pi to function as emulated SCSI devices (hard disk, CD-ROM, and others) for vintage SCSI-based computers and devices. This is a fork of the RaSCSI project by GIMONS.
https://piscsi.org
BSD 3-Clause "New" or "Revised" License
545 stars 82 forks source link

Recognize .toast and .cdr as ISO images #1403

Closed rdmark closed 9 months ago

rdmark commented 11 months ago

Using piscsi a lot recently with the new attach device UI, I find it cumbersome to have to rename .toast and .cdr file endings all the time.

I think we should add a simple override to the Web UI to treat those as ISO images, regardless of what the piscsi backend says.

rdmark commented 10 months ago

Implementing this in Web UI client code turned out too messy. We have two dimensions of mapping: file ending to device type, and image file to detected device type.

Instead, I'm proposing this change to the piscsi backend: https://github.com/PiSCSI/piscsi/pull/1413