External player config for Bluray disc

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
DavidT99 Offline
Fan
Posts: 496
Joined: Mar 2011
Reputation: 6
Location: United Kingdom
Post: #11
(2012-03-31 03:36)bluray Wrote:  @DavidT99- every media player is slightly different......you can try this combination below and it work great on my HTPC's:

playercorefactory.xml

<playercorefactory>
<players>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\enter your login user here\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename>
<args>"{1}" /close</args>
<hidexbmc>true</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>

</player>
</players>
<rules action="prepend">

<!-- Bluray Disc -->
<rule name="Blu-Ray" filename="E:\\.*" filetypes="bdmv" player="Disc_Player"/>
</rules>
</playercorefactory>


PlayDisc.bat

@echo off

"C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uTotalMediaTheatre5.exe" E:

thank you, it works.

David

HTPC1: Intel Pentium G620, 4GB RAM, AMD HD6570, Samsung 830 SSD, Silverstone GD05 case.
HTPC2: AMD Athlon II X2 255, 4GB RAM, AMD HD5450, Western Digital HDD, Silverstone ML03 case.
HTPC3: AMD E350, 4GB RAM, AMD HD6310, OCZ Agility 3 SSD, Akasa Crypto case.
(This post was last modified: 2012-03-31 12:09 by DavidT99.)
find quote
bluray Offline
Posting Freak
Posts: 7,575
Joined: May 2011
Reputation: 139
Post: #12
(2012-03-31 12:06)DavidT99 Wrote:  thank you, it works.

David
Congratulation.....Smile

>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
find quote
hiyo3 Offline
Junior Member
Posts: 5
Joined: Aug 2010
Reputation: 0
Post: #13
Hey Bluray. Just want to say thanks for your contribution in this matter. I couldn't for the life of me get "playdisc" option to open up TMT5 using your directions under the "Simple external player codes thread." Found this thread and this code works on my system. Works like a charm. Thanks !!!





windows 7 64 bit
eden 11 rc2
(This post was last modified: 2012-04-20 21:22 by hiyo3.)
find quote
bluray Offline
Posting Freak
Posts: 7,575
Joined: May 2011
Reputation: 139
Post: #14
(2012-04-20 21:21)hiyo3 Wrote:  Hey Bluray. Just want to say thanks for your contribution in this matter. I couldn't for the life of me get "playdisc" option to open up TMT5 using your directions under the "Simple external player codes thread." Found this thread and this code works on my system. Works like a charm. Thanks !!!

windows 7 64 bit
eden 11 rc2
Congratulation......Nod

Each HTPC work slightly different, and some work fine with the other codes......

>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
find quote
olaa Offline
Junior Member
Posts: 1
Joined: Nov 2012
Reputation: 0
Post: #15
Cool I'm new to Xbmc. Today I use PowerDVD 11 to play my Bluray ISO films on my NAS who I mount in Deamon tools. How can I config to do the same in Xbmc?

There is a talk about a playercorefactory file what is this and where can I find it?

Regard
Ola A.
find quote
Post Reply