Opened 20 years ago
Closed 20 years ago
#198 closed patch (fixed)
Add support for IDE (/dev/hdX) CD writers to MythMusic
| Reported by: | Owned by: | Isaac Richards | |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythmusic | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
MythMusic presents a list of CD writers on a system by parsing output from "cdrecord --scanbus". A sample output would be adding "DVD_RW ND-3520AW" to the combobox, and "1,0,0" as the actual equivalent SCSI bus address which is stored in the settings MySQL table.
IDE writer support can be trivially implemented, by a second cdrecord execution: "cdrecord -dev=ATA --scanbus". Subsequent output is the same, but the bus address must be stored in the format "ATA:x,y,z" instead of "x,y,z".
The attached patch trivially implements this. This has been tested on my own MythTV machine, and appears to work perfectly.
Attachments (1)
Change History (2)
by , 20 years ago
| Attachment: | mythmusic-idewriter.diff added |
|---|
comment:1 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |

(In [7049]) Close #198. Patch adds support for IDE writers not using ice-scsi.