[mythtv-commits] Ticket #3077: Default CD Device selection

MythTV mythtv at cvs.mythtv.org
Sun Feb 11 22:58:39 UTC 2007


#3077: Default CD Device selection
--------------------------------+-------------------------------------------
 Reporter:  devel at mrwire.co.uk  |       Owner:  ijr    
     Type:  patch               |      Status:  new    
 Priority:  minor               |   Milestone:  unknown
Component:  mythtv              |     Version:  head   
 Severity:  medium              |  
--------------------------------+-------------------------------------------
 mythtv-defaultcddevices.diff (No patch dependencies):
 This patch adds entries in General Settings for specifying default CD and
 DVD devices to use within MythTV. Adds two database settings:
 defaultCDDevice and defaultDVDDevice.
 getCDROMBlockDevices is changed from a protected to a public member in
 mythmediamonitor.h allowing non class members to enumerate CDROM drives.
 The stringlist returned from this is used to populate a list of CD/DVD
 drives in the drive selection comboboxes (comboboxes are left editable
 should the user wish to manually enter an undetected device).

 mythmusic-cddevices.diff (depends on mythtv-defaultcddevices.diff):
 This patch modifies cd device selection comboboxes to get list of devices
 from mediamonitor and adds a "default" entry.
 It also modifies areas of the code which use CD devices to check for
 "default" and use the mythtv default device if set.
 cd writer detection using cdrecord --scanbus is removed since this doesn't
 work on recent kernel versions and instead relies on the user to select a
 writeable device.

 mythvideo-cddevices.diff (depends on mythtv-defaultcddevices.diff):
 This patch modifies VCD and DVD device selection comboboxes to get list of
 devices from mediamonitor and adds a "default" entry.
 It also modifies areas of the code which use CD devices to check for
 "default" and use the mythtv default device if set.

 mytharchive-cddevices.diff (depends on mythtv-defaultcddevices.diff):
 This patch modifies DVD device selection comboboxes to get list of devices
 from mediamonitor and adds a "default" entry.
 It also modifies mytharchivehelper/main.cpp and mythburn.py to check for
 "default" and use the mythtv default device if set.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/3077>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list