Posts: 17
Joined: Jul 2015
Reputation:
0
2016-01-08, 16:08
(This post was last modified: 2016-01-08, 19:02 by kalleanker.)
OK, total noob with this stuff....
All I want to do is play my 3D MKV's ripped with MakeMKV in Kodi with Stereoscopic Player as an external player, and everything else with the build in player.
Should be straightforward, but I really can't seem to get it to work. :-(
Here's the script - what am I doing wrong?
<playercorefactory>
<players>
<player name="Stereoscopic Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\Stereoscopic Player\StereoPlayer.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filename=".*3D.*" player="Stereoscopic Player"/></rules>
<rule filetypes="mkv" filename=".3D.*" player="Stereoscopic Player"/>
</rules>
</playercorefactory>
Any pointers appreciated! :-)
EDIT: Changed <hidexbmc> to <hidekodi>, but still no luck...
Posts: 17
Joined: Jul 2015
Reputation:
0
Nailed it!
In case someone else wants to do the same, this script worked for me:
<playercorefactory>
<players>
<player name="Stereoscopic Player" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\Stereoscopic Player\StereoPlayer.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv" filename=".*3D.*" player="Stereoscopic Player"/>
</rules>
</playercorefactory>
Posts: 1
Joined: Jan 2016
Reputation:
0
Hello Everyone, I'm using Windows 10 with Kodi 15.2 and trying to use an external player. I've tried VLC and MPC-HC, but they both re-open automatically when closed and start playing the stream again. This occurs when watching rtmp streams. Does anyone know how to fix this?
Posts: 33
Joined: Dec 2011
Reputation:
5
Does anyone have a functional rule for only launching the external player if the source is HD Audio (ie DTS HD MA or TrueHD)? Right now, its launching on ALL my videos, and I really only need it for full Blu Ray rips. Thanks!
Here is what I have right now.
<playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\MPC-HC\mpc-hc.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
<playcountminimumtime>1140</playcountminimumtime>
</player>
</players>
<rules action="prepend">
<rule filetypes="mts|m2ts|vob|bdmv" player="MPC-HC">
</rule>
</rules>
</playercorefactory>
Posts: 1
Joined: Feb 2016
2016-02-27, 17:18
(This post was last modified: 2016-02-27, 17:31 by User 318462.)
Nevermind
Posts: 4
Joined: Jun 2015
Reputation:
0
I have successfully set up stereoscopic player as an external player and have no video problems, but I don't know how to set it up to play the correct audio.
For example I have an MKV video file with DTS-HD MA and am only able to get stereo.
I have no trouble playing all audio formats using PowerDVD as an external player.
I have a windows 10 HTPC with HDMI out to my Denon AVR (7.1 speaker set up) then to my Panasonic TV.
Can anyone suggest where I can find a set up guide for proper audio playback?
Posts: 4
Joined: Jun 2015
Reputation:
0
PowerDVD won't play 3d MKV files in 3d. Only stereoscopic player can do this.
Posts: 73
Joined: Mar 2011
Reputation:
2
With external player via Windows. Is it possible to tell my Nexus Player to play the video file from my Windows Kodi setup?
Posts: 4
Joined: Jun 2015
Reputation:
0
2016-03-01, 19:43
(This post was last modified: 2016-03-01, 19:45 by gomno.)
My goal is to play 3D MVC Frame packed with a player that does not detect Cinavia.
Unless I am mistaken, only the stereoscopic player can play frame packed 3D from an mkv. I suppose I should have specified this.
Playing a 3D iso with Cinavia can be done with PowerDVD and AnyDVD running, but I am looking for a simpler solution via using stereoscopic player as an external player.
Posts: 1,772
Joined: Aug 2009
Reputation:
24
Derek
Posting Freak
Posts: 1,772
Good luck then i'm out of ideas and my brain is bored (No disrespect intended).
Posts: 353
Joined: Mar 2014
Reputation:
0
Does anyone have there PowerDVD 15 and Jarvis running? If so could you please post your files?