Switching CD images without external tool (using BlueSCSI with a DTS 6D) #247
Unanswered
nehalem501
asked this question in
Help
Replies: 1 comment 7 replies
-
Thanks for the report on a working system! Currently no there is no button (but I do have code to do this, i really just need to wrap it up, maybe this will be the push) - I am also working on a web interface as well so you can switch just via your phone's browser or computer. But maybe there is an easier option - BlueSCSI can emulate up to 7 devices - so it can emulate all 3 CDROM drives just like you have shown. For example name the files HTH let us know how it goes! |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,

I would like to use my BlueSCSI with less mainstream hardware: a DTS 6D.
This device is used in movie theaters to read a digital soundtrack from CD-ROMs when projecting a 35mm film. Synchronization is done using a time code that is present on the film.
It is read using a special reader mounted on the film projector and data is fed through some kind of serial connection. Each film (or trailer, logo, ad, ...) has a unique ID on its time code track that the device uses to find the appropriate file on the inserted CD-ROMs.
The device itself is a custom-made DOS PC with some special ISA cards and SCSI optical drives (some units have IDE drives, but these are connected through IDE-SCSI converter boards to the motherboard anyway). Think AT stuff with either a 386 or 486 and 1MB of RAM.

Here is a video of it booting up after putting a VGA card into one of the ISA slots for those curious.
First, the good news is that the current BlueSCSI firmware works with this device. With an appropriate ISO image assigned to the SCSI ID of the optical drive it is replacing, it can read the disk.
The problem is that because CDs are not big enough to fit the data for 5 channel audio even with their compression codec, a full length movie needs 2 discs. And trailers were generally using a 3rd disc (this is why the device has 3 drives, so it could be operated unattended).
I would like to avoid replacing all 3 optical disk readers with BlueSCSIs and figure out a way to do everything with only one. The problem is that the DTS device is not meant to be operated with a keyboard and a screen. If you didn't put one yourself, it doesn't even have a VGA card (and AT-PS/2 adapters and ISA VGA cards are not the kind of thing people operating these devices usually have lying around). From the point of view of the user, this is a glorified CD player where the only user input possible, apart from turning it on or off, is inserting or ejecting disks with the optical drives.
I saw that it is possible to switch CD images with some graphical apps for Mac or other OSes. Is it possible to do it directly on the BlueSCSI with a button or something?
I could build a PCB with buttons and a small OLED screen to list and choose the images, but how could it communicate with the BlueSCSI? Are there some unused pins left on the Pi Pico?
Beta Was this translation helpful? Give feedback.
All reactions