J.River as external player
#1
Hi guys,

Has anyone got JRiver set up as an external player? If so could you point me in the right direction to get it set up please ?Big Grin

I have recently noticed quiet a difference in video quality using the xbmc built in decoders and say the likes of jriver(Jriver seems a lot richer and crisp,plus it will also play interlaced VC-1).
manythanks
Reply
#2
Try this for 1080p MKV:

Quote:<playercorefactory>
<players>
<player name="Media Center 16" type="ExternalPlayer" audio="false" video="true">
<filename>C:\windows\system32\mc16.exe</filename>
<args>"{1}"</args>
<hidexbmc>true</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>false</warpcursor>
</player>
</players>
<rules action="prepend">
<rule filetypes="mkv" videoresolution="1080" player="Media Center 16"/>
</rules>
</playercorefactory>
You should adjust the mc16 or 17 location.
Reply
#3
Hi,

I am new to setting up an external player why do I set Audio to FALSE ?
Reply
#4
I don’t think it matters, it will decode the audio too, I think it means that you are using the player for video files and not audio but I’m not sure.
Reply
#5
How can I change this code so that when I insert a BD it plays through JRMC?
Reply
#6
try to add: <rule dvd="true" player="Media Center 21"/>

assuming the name of your player is Media Center 21 for exemple.
Reply

Logout Mark Read Team Forum Stats Members Help
J.River as external player0