[mythtv-users] State of blu-ray support?

HP-mini blm-ubunet at slingshot.co.nz
Tue Nov 19 18:31:14 UTC 2013


On Tue, 2013-11-19 at 04:13 -0500, Kris Jensen wrote:





> I had to mess about with a UDEV rule to have my BD reader mounted in a
> static dir instead of /media/<DiskLabel>.
> 
> 
> The file to mess with in xbuntu would be
> “/etc/udev/rules.d/70-persistent-cd.rules”
> 
> 
> The line I added to that file looks like this, for my system. For
> reference:
> 
> SUBSYSTEM=="block", ENV{ID_CDROM}=="?*",
> ENV{ID_SERIAL}=="PIONEER_BD-RW_BDR-207_FFFFEEF0BD0FFDF011153FF-0:0",
> ENV{ID_FS_TYPE}=="udf", SYMLINK+="bdr1", ENV{GENERATED}="1",
> ENV{ID_FS_LABEL_ENC}="bdreader"
 
> The values of ENV{ID_SERIAL}, SYMLINK and ENV{ID_FS_LABEL_ENC} should
> reflect your BD readers name/serial and the directory's of your
> choosing, of course.
 
> Then set Mythtv to use that Dir instead. 
> Hope that of some help.
> Kris.


For comparison this attachment is what I use.
It uses scsi port to identify device , this would change with h/w
reconfiguration & is not so transferable to others.

Kris's example looks better.
-------------- next part --------------
# BDDVDRW_GGC-H20L (pci-0000:00:1f.2-scsi-3:0:0:0)
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-3:0:0:0", SYMLINK+="cdrom1", ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-3:0:0:0", SYMLINK+="cdrw1", ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-3:0:0:0", SYMLINK+="dvd1", ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-3:0:0:0", SYMLINK+="dvdrw1", ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM_MEDIA_BD}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-3:0:0:0", ENV{ID_FS_TYPE}=="udf", SYMLINK+="bd1", ENV{GENERATED}="1", ENV{ID_FS_LABEL_ENC}="bd-dvd"



More information about the mythtv-users mailing list