XBMC Community Forum
Another External Player Code, but Very Simple to Setup - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+---- Forum: Windows support (/forumdisplay.php?fid=59)
+---- Thread: Another External Player Code, but Very Simple to Setup (/showthread.php?tid=116724)



RE: Another External Player Code, but Very Simple to Setup - scudlee - 2012-07-17 13:31

@awong Use the rule filetypes="iso" instead, as that only acts on the file extension.


RE: Another External Player Code, but Very Simple to Setup - bluray - 2012-07-17 16:15

(2012-07-17 10:56)awong Wrote:  @bluray

I noticed that using the provided playercorefactory.xml broke the Crunchyroll Takeout add-on because the regexp for the ISO_Player was too permissive. In particular, any Cruncyroll URL that had the word "episode" in it would match ".*iso.*"

What do you think about changing the regexps to be more locked down to something that looks like a filepath with extension. Maybe something like ".*\.iso$" for example (assuming XBMC regexps understand the $ anchor).
You can try this (<rule filenames="iso" filetypes="iso" player="ISO_Player"/>) If you download playercorefactory from the 1st page, it should included this code.....


RE: Another External Player Code, but Very Simple to Setup - awong - 2012-07-18 08:34

Ah, I though I had downloaded the XML from the 1st page but apparently I must have a different version. Will try your suggestions. Thanks!


RE: Another External Player Code, but Very Simple to Setup - Ghostdivision - 2012-07-21 08:55

Out of curiosity anyone with an mce remote, do your red green yellow and blue buttons at the bottom do anything in tmt?

Mine say "audo" and "subtitle" but they dont do anything tmt...


RE: Another External Player Code, but Very Simple to Setup - siamsquare - 2012-07-21 20:00

Yo,

I'm new to XBMC so bear with me....I come from the mediaplayer scene and have been fiddling for 2 days now with XBMC which I quite like. As my media player doesn't take Full 3DBD iso's I started looking here and saw that my game pc could possibly play Full 3D movies! If all goes well I'm planning to buy new hardware for a HTPC.
But I'm having trouble with Full BD-iso with menu.....I tried to follow your tutorial but I can't get it to work and when I select an BD-iso in XBMC nothing happens! I've installed everything on the 1st page and would like to run TMT5.
So if any1 could help....

TY


RE: Another External Player Code, but Very Simple to Setup - bluray - 2012-07-22 17:56

(2012-07-21 20:00)siamsquare Wrote:  But I'm having trouble with Full BD-iso with menu.....I tried to follow your tutorial but I can't get it to work and when I select an BD-iso in XBMC nothing happens! I've installed everything on the 1st page and would like to run TMT5.
So if any1 could help....

TY
The codes in the first page wouldn't work by itself. You have to edit the code so that "user" in the code match the login user in your HTPC....


RE: Another External Player Code, but Very Simple to Setup - 8000HD - 2012-07-26 02:07

Thanks for your hekp Bluray, the eshell saved me alot of complaining from my gf Big Grin I have the same isssue has siamsquare, my xbmc close and then nothing happen. I've check the link/drive to virtual clone drive and changed the user name. (I'm too with Win7 x86)


RE: Another External Player Code, but Very Simple to Setup - bluray - 2012-07-26 03:50

(2012-07-26 02:07)8000HD Wrote:  Thanks for your hekp Bluray, the eshell saved me alot of complaining from my gf Big Grin I have the same isssue has siamsquare, my xbmc close and then nothing happen. I've check the link/drive to virtual clone drive and changed the user name. (I'm too with Win7 x86)
Please post your codes in here, and let us know what file do you want to playback using external player....


RE: Another External Player Code, but Very Simple to Setup - bluray - 2012-07-26 04:14

Eden is already released- Current Stable Release: 11.0 “Eden”.....


RE: Another External Player Code, but Very Simple to Setup - JoeBlow42069 - 2012-07-26 04:37

I changed the file paths in player core factory settings for TMT5, are there any other changes that need to be made that I'm missing? I am pretty sure I have file paths set correctly, but TMT5 still isnt launching when i select a Blu-Ray. Also, do i need to edit Playercorefactory, PlayDisc, PlayBDMV or PalyISO? When I try to open them, I can only run them. Here are my player core factory settings:

<playercorefactory>
<players>
<player name="ISO_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Sean\AppData\Roaming\XBMC\userdata\PlayISO.bat</filename>
<args>"{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="BDMV_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Sean\AppData\Roaming\XBMC\userdata\PlayBDMV.bat</filename>
<args>"{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="Disc_Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Sean\AppData\Roaming\XBMC\userdata\PlayDisc.bat</filename>
<args>"{1}"</args>
<hidexbmc>false</hidexbmc>
<hideconsole>true</hideconsole>
<warpcursor>none</warpcursor>
</player>
<player name="Universal_Player" type="ExternalPlayer" audio="false" video="true">
<filename>D:\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 filenames="iso" filetypes="iso" player="ISO_Player"/>
<!-- Bluray BDMV -->
<rule filenames="bdmv" filetypes="bdmv" player="BDMV_Player"/>
<!-- Bluray M2TS -->
<rule filenames="m2ts" filetypes="m2ts" player="Universal_Player"/>
<!-- Bluray MKV -->
<rule filenames="mkv" filetypes="mkv" player="Universal_Player"/>
<!-- Bluray AVI -->
<rule filenames="avi" filetypes="avi" player="Universal_Player"/>
<!-- Bluray TS -->
<rule filenames="ts" filetypes="ts" player="Universal_Player"/>

<!-- Bluray Disc -->
<rule filenames="BD" name="E:\\.*" filetypes="bdmv" player="Disc_Player"/>

</rules>
</playercorefactory>