Another External Player Code, but Very Simple to Setup

  Thread Rating:
  • 10 Votes - 4.2 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Pandorum Offline
Junior Member
Posts: 12
Joined: Mar 2012
Reputation: 0
Post: #601
thanks for the quick answer

all the files you mention are in UserData folder and all paths are directed.

I have checked and "Microsoft Visual C + + 2010 Redistributable Package (x86)" there is.

Perhaps it is important. I have Nvidia Geforce 220 ​​that has a VGA and an HDMI / HTHD output. So there is a monitor connected to VGA and 1080p HD to HDMI.
XBMC starts up in 1080p.
find quote
bluray Offline
Posting Freak
Posts: 7,575
Joined: May 2011
Reputation: 139
Post: #602
(2012-05-30 00:31)Pandorum Wrote:  thanks for the quick answer

all the files you mention are in UserData folder and all paths are directed.

I have checked and "Microsoft Visual C + + 2010 Redistributable Package (x86)" there is.

Perhaps it is important. I have Nvidia Geforce 220 ​​that has a VGA and an HDMI / HTHD output. So there is a monitor connected to VGA and 1080p HD to HDMI.
XBMC starts up in 1080p.
Can you post your bat/xml codes in here? Maybe, we might be able help you out.....

>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
Pandorum Offline
Junior Member
Posts: 12
Joined: Mar 2012
Reputation: 0
Post: #603
Of course I will.
(I removed mkv part because it did not work for me and let XBMC control mkv.
The only thing that has changed is the advice you gave bugdog's first question "1. Is there anyway to get the external player to launch (TMT5) without flashing to the desktop and flashing the blue TMT5-MCE screen before playing the movie?".)

Here you go:

<playercorefactory>
<players>
<player name="ISO_Player" type="ExternalPlayer" audio="false" video="true">
<filename>I:\Users\xx\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>true</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="BDMV_Player" type="ExternalPlayer" audio="false" video="true">
<filename>I:\Users\xx\AppData\Roaming\XBMC\userdata\PlayBDMV.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>true</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<filename>I:\Users\xx\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>true</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="Universal_Player" type="ExternalPlayer" audio="false" video="true">
<filename>I:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe</filename>
<args>"{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>

</player>
</players>
<rules action="prepend">
<!-- Bluray ISO -->
<rule filename=".*iso.*" player="ISO_Player"/>
<!-- Bluray BDMV -->
<rule filename=".*bdmv.*" player="BDMV_Player"/>
<!-- Bluray Disc -->
<rule protocols="bd" player="Disc_Player"/>
</rules>
</playercorefactory>
find quote
bluray Offline
Posting Freak
Posts: 7,575
Joined: May 2011
Reputation: 139
Post: #604
@Pandorum-

If you don't want to see desktop, here are the codes-

<playercorefactory>
<players>
<player name="ISO_Player" type="ExternalPlayer" audio="false" video="true">
<filename>I:\Users\xx\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="BDMV_Player" type="ExternalPlayer" audio="false" video="true">
<filename>I:\Users\xx\AppData\Roaming\XBMC\userdata\PlayBDMV.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<filename>I:\Users\xx\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>

</player>
</players>
<rules action="prepend">
<!-- Bluray ISO -->
<rule filename=".*iso.*" player="ISO_Player"/>
<!-- Bluray BDMV -->
<rule filename=".*bdmv.*" player="BDMV_Player"/>
<!-- Bluray Disc -->
<rule protocols="bd" player="Disc_Player"/>
</rules>
</playercorefactory>

>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
Pandorum Offline
Junior Member
Posts: 12
Joined: Mar 2012
Reputation: 0
Post: #605
(2012-05-30 18:01)bluray Wrote:  @Pandorum-

If you don't want to see desktop, here are the codes-

<playercorefactory>
<players>
<player name="ISO_Player" type="ExternalPlayer" audio="false" video="true">
<filename>I:\Users\xx\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="BDMV_Player" type="ExternalPlayer" audio="false" video="true">
<filename>I:\Users\xx\AppData\Roaming\XBMC\userdata\PlayBDMV.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<filename>I:\Users\xx\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>

</player>
</players>
<rules action="prepend">
<!-- Bluray ISO -->
<rule filename=".*iso.*" player="ISO_Player"/>
<!-- Bluray BDMV -->
<rule filename=".*bdmv.*" player="BDMV_Player"/>
<!-- Bluray Disc -->
<rule protocols="bd" player="Disc_Player"/>
</rules>
</playercorefactory>

thanks for that Laugh. But two questions.

1: Will the new code help on my black screen problem?
2. where is TMT5 code ?
(This post was last modified: 2012-05-30 20:19 by Pandorum.)
find quote
bluray Offline
Posting Freak
Posts: 7,575
Joined: May 2011
Reputation: 139
Post: #606
(2012-05-30 20:16)Pandorum Wrote:  thanks for that Laugh. But two questions.

1: Will the new code help on my black screen problem?
Make sure that all PlayDisc.bat, PlayISO.bat and PlayBDMV.bat and Playercorefactory.xml are save in <I:\Users\xx\AppData\Roaming\XBMC\userdata> folder. Is your roaming folder in "I" drive? It's usually in "C" driver.

(2012-05-30 20:16)Pandorum Wrote:  2. where is TMT5 code ?
It's in PlayDisc.bat, PlayISO.bat and PlayBDMV.bat.

>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
Pandorum Offline
Junior Member
Posts: 12
Joined: Mar 2012
Reputation: 0
Post: #607
(2012-05-30 21:37)bluray Wrote:  
(2012-05-30 20:16)Pandorum Wrote:  thanks for that Laugh. But two questions.

1: Will the new code help on my black screen problem?
Make sure that all PlayDisc.bat, PlayISO.bat and PlayBDMV.bat and Playercorefactory.xml are save in <I:\Users\xx\AppData\Roaming\XBMC\userdata> folder. Is your roaming folder in "I" drive? It's usually in "C" driver.
(2012-05-30 20:16)Pandorum Wrote:  2. where is TMT5 code ?
It's in PlayDisc.bat, PlayISO.bat and PlayBDMV.bat.


Yes to .bat + .xml.Yes to "I", I run vista and windows 7.Do not ask me why, it works best for me Big Grin
ok, I'll test it right now, thank you so much for your help Laugh
find quote
Pandorum Offline
Junior Member
Posts: 12
Joined: Mar 2012
Reputation: 0
Post: #608
(2012-05-30 23:18)Pandorum Wrote:  
(2012-05-30 21:37)bluray Wrote:  
(2012-05-30 20:16)Pandorum Wrote:  thanks for that Laugh. But two questions.

1: Will the new code help on my black screen problem?
Make sure that all PlayDisc.bat, PlayISO.bat and PlayBDMV.bat and Playercorefactory.xml are save in <I:\Users\xx\AppData\Roaming\XBMC\userdata> folder. Is your roaming folder in "I" drive? It's usually in "C" driver.
(2012-05-30 20:16)Pandorum Wrote:  2. where is TMT5 code ?
It's in PlayDisc.bat, PlayISO.bat and PlayBDMV.bat.


Yes to .bat + .xml.Yes to "I", I run vista and windows 7.Do not ask me why, it works best for me Big Grin
ok, I'll test it right now, thank you so much for your help Laugh


it did not work as it should.Sad
the black screen is gone,Smile
but blu-ray movies on disk does not start up.Sad
I get a pop-up screen where it stand that "External Player" is running, press ok and noting!
(This post was last modified: 2012-05-31 01:23 by Pandorum.)
find quote
bluray Offline
Posting Freak
Posts: 7,575
Joined: May 2011
Reputation: 139
Post: #609
(2012-05-31 01:21)Pandorum Wrote:  it did not work as it should.Sad
the black screen is gone,Smile
but blu-ray movies on disk does not start up.Sad
I get a pop-up screen where it stand that "External Player" is running, press ok and noting!
Is your roaming folder look identical as shown below, especially under "Type" column.....

[Image: 23u7eqh.jpg]

Make sure that TMT5 is configured as shown below......

[Image: 34snnz9.jpg]

Do you have this "Microsoft Visual C++ 2010 Redistributable Package (x86)" in your HTPC?

You can verify the code by double click on Playercorefactory, PlayDisc, PlayISO and PlayBDMV. When double click on Playercorefactory, it will display the codes via IE without any error. When double click on PlayDisc, PlayISO and PlayBDMV, it will launch TMT5.......

>Alienware X51- do it all HTPC
>Simplify XBMC configurations
>HOW-TO Bitstreaming using XBMC
I refused to watch movie without bitstreaming HD audio!
(This post was last modified: 2012-05-31 04:04 by bluray.)
find quote
paolo1982 Offline
Junior Member
Posts: 21
Joined: May 2012
Reputation: 0
Post: #610
the external player is started but does not start yet, if I say I do in tastodestro open with me and see the various iso br.ecc. but no one starts .. where wrong and besides how do I open the files in the folders and not bluray iso please help me I'm going crazy
this is my playercore factory

<playercorefactory>
<players>
<player name="BDMV_Player" type="ExternalPlayer" audio="false" video="true">
<!-- You can place your PlayBDMV file anywhere -->
<filename>C:\Users\Dell\AppData\Roaming\XBMC\userdata\PlayBDMV.bat</filename>
<args>"{1}"/fullscreen</args>
<hidexbmc>true</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>

</player>
<player name="Universal_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\ArcSoft\TotalMedia Theatre 5\uMCEPlayer5.exe</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>true</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>

</player>
<player name="ISO_Player" type="ExternalPlayer" audio="false" video="true">
<!-- You can place your PlayISO file anywhere -->
<filename>C:\Users\Dell\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>true</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>

</player>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<!-- You can place your PlayDisc file anywhere -->
<filename>C:\Users\Dell\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename>
<args>"{1}" /fullscreen</args>
<hidexbmc>true</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>

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

<rule filetypes="bdmv" player="BDMV_Player"/>
<rule filetypes="m2ts|mkv|avi|ts" player="Universal_Player"/>
<rule filetypes="iso" player="ISO_Player"/>

<rule name="Blu-Ray" protocol="bd" player="Disc_Player"/>>
</rules>
</playercorefactory>
find quote
Post Reply