2012-06-26, 23:04
Hi,
I am using XBMCBuntu Eden.
I have just seen that I am now able to play the Blu-ray discs (using libbluray and libaacs, so without the makeMKV trick) by selecting the BDMV/index.bdmv file of the disc (or only the BDMV directory when I enable stacking).
I found out that I could add a favorite to this file by forcing the blu-ray drive to use a fixed mount point. To this purpose, I added the following line to my /etc/udev/rules.d/70-persistent-cd.rules file:
(be sure to update your drive id from the first lines of the file).
My Blu-ray discs now always mount as /media/bd-dvd.
So I added a XBMC favorite to: /media/bd-dvd/BDMV/index.bdmv, which works fine (I have tested it with a few discs).
I would now like to know if there is a way to associate the "Play disc" button with this file. It should be possible, as I could see on this OpenElec video.
Perhaps do I have to edit my $HOME/.xbmc/userdata/playercorefactory.xml file? But it is not an external player!
Another option would be to use VLC 2 to play the Blu-rays as I could see that it also works.
Has anyone managed to associate "Play disc" with the index.bdmv files?
Thanks!
I am using XBMCBuntu Eden.
I have just seen that I am now able to play the Blu-ray discs (using libbluray and libaacs, so without the makeMKV trick) by selecting the BDMV/index.bdmv file of the disc (or only the BDMV directory when I enable stacking).
I found out that I could add a favorite to this file by forcing the blu-ray drive to use a fixed mount point. To this purpose, I added the following line to my /etc/udev/rules.d/70-persistent-cd.rules file:
Code:
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:1f.2-scsi-1:0:0:0", ENV{ID_FS_TYPE}=="udf", SYMLINK+="bd1", ENV{GENERATED}="1", ENV{ID_FS_LABEL_ENC}="bd-dvd"
(be sure to update your drive id from the first lines of the file).
My Blu-ray discs now always mount as /media/bd-dvd.
So I added a XBMC favorite to: /media/bd-dvd/BDMV/index.bdmv, which works fine (I have tested it with a few discs).
I would now like to know if there is a way to associate the "Play disc" button with this file. It should be possible, as I could see on this OpenElec video.
Perhaps do I have to edit my $HOME/.xbmc/userdata/playercorefactory.xml file? But it is not an external player!
Another option would be to use VLC 2 to play the Blu-rays as I could see that it also works.
Has anyone managed to associate "Play disc" with the index.bdmv files?
Thanks!