Internal player and playercorefactoy
#1
Using an blueray (3d) iso, the internal player should opens bdmv/streams/0000.m2ts instead of /bmdv/index.bdmv

So far I know I can use the playercorefactory.xml but I don't know how to give the default player an argument
I only found examples for external Players.

I want to play the 2d part of an 3d blueray iso out of the movie database without extract the iso (or the 0000.m2ts file)

Has anybody an idea?

Here is my playercorefactoy.xml so far.

<playercorefactory>
<rules action="prepend">
<rule filetypes="iso" player="videodefaultplayer"/>
</rules>
</playercorefactory>

Thanks
Reply

Logout Mark Read Team Forum Stats Members Help
Internal player and playercorefactoy0