2019-01-01, 16:31
If you are using v18, it is a bug. Someone should post the issue with a debug log on the bug tracker, so it gets fixed. Team Kodi obviously isn't aware of this issue.
(2019-01-04, 19:47)mva5580 Wrote: is pointing to the installation directory that would be for a non Windows 10 App versionFirst hope is a clean reboot restores all paths and functionality.
<playercorefactory>
<players>
<player name="MPC-BE" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\MPC-BE x64\mpc-be64.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
<playcountminimumtime>1140</playcountminimumtime>
</player>
<player name="PotPlayer" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files\DAUM\PotPlayer\PotPlayerMini64.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 video="true" player="MPC-BE">
</rule>
</rules>
</playercorefactory>
Quote:<?xml version="1.0" encoding="UTF-8"?>I read on kodi wiki I have to let that untouched, so I create another playercorefactory.xml on my userdate which is located in "C:\Users\Scarface Ortiz\AppData\Roaming\Kodi\userdata" the playercorefactory.xml has this info on it:
<playercorefactory>
<rules name="system rules">
<rule name="mms/udp" protocols="mms|mmsh|udp" player="VideoPlayer" />
<rule name="lastfm/shout" protocols="lastfm|shout" player="PAPlayer" />
<rule name="rtmp" protocols="rtmp" player="videodefaultplayer" />
<!-- VideoPlayer can play standard rtsp streams -->
<rule name="rtsp" protocols="rtsp" filetypes="!(rm|ra)" player="PAPlayer" />
<!-- Internet streams -->
<rule name="streams" internetstream="true">
<rule name="aacp/sdp" mimetypes="audio/aacp|application/sdp" player="VideoPlayer" />
<rule name="mp2" mimetypes="application/octet-stream" filetypes="mp2" player="PAPlayer" />
</rule>
<!-- DVDs -->
<rule name="dvd" dvd="true" player="VideoPlayer" />
<rule name="dvdimage" dvdimage="true" player="VideoPlayer" />
<!-- Only VideoPlayer can handle these normally -->
<rule name="sdp/asf" filetypes="sdp|asf" player="VideoPlayer" />
<!-- Pass these to VideoPlayer as we do not know if they are audio or video -->
<rule name="nsv" filetypes="nsv" player="VideoPlayer" />
<!-- pvr radio channels should be played by VideoPlayer because they need buffering -->
<rule name="radio" filetypes="pvr" filename=".*/radio/.*" player="VideoPlayer" />
</rules>
</playercorefactory>
Quote:<?xml version="1.0" encoding="UTF-8"?>*I'm trying to play 720p, 1080p movie and it's using the default player.
<playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Program Files (x86)\MPC-HC\mpc-hc.exe</filename>
<args>"{1}" /fullscreen /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</players>
<rules action="prepend">
<rule filetypes="mkv" player="MPC-HC">
<rule filename=".*720.*|.*1080.*" player="MPC-HC"/>
</rule>
</rules>
</playercorefactory>
(2019-08-02, 19:47)scarface.717 Wrote: Hello guys, i've read for about 3 hrs in here and google and I haven't found a solution for this issue: *I'm trying to play 720p, 1080p movie and it's using the default player.This plays everything with MPC-HC by default:
*I tried to change the default playercorefactory for the new one and On the Kodi Log shows this : "no such player: VideoPlayer"
I don't know what else to do, that's why I came here. I want that when I click on "ENTER" in a movie it opens on MPC-HC.
Thank you Very Much!!!
xml:<playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>Program Files (x86)\MPC-HC\mpc-hc.exe</filename>
<args>"{1}" /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule video="true" player="MPC-HC"/>
</rules>
</playercorefactory>
(2019-08-03, 00:54)ashlar Wrote:(2019-08-02, 19:47)scarface.717 Wrote: Hello guys, i've read for about 3 hrs in here and google and I haven't found a solution for this issue: *I'm trying to play 720p, 1080p movie and it's using the default player.This plays everything with MPC-HC by default:
*I tried to change the default playercorefactory for the new one and On the Kodi Log shows this : "no such player: VideoPlayer"
I don't know what else to do, that's why I came here. I want that when I click on "ENTER" in a movie it opens on MPC-HC.
Thank you Very Much!!!
xml:<playercorefactory>
<players>
<player name="MPC-HC" type="ExternalPlayer" audio="false" video="true">
<filename>Program Files (x86)\MPC-HC\mpc-hc.exe</filename>
<args>"{1}" /close</args>
<hidexbmc>false</hidexbmc>
<hideconsole>false</hideconsole>
<warpcursor>none</warpcursor>
</player>
</players>
<rules action="prepend">
<rule video="true" player="MPC-HC"/>
</rules>
</playercorefactory>
(2019-09-30, 02:02)SHJordan Wrote: Can anyone make a ruleset for mpv? mine is on "C:\Users\Jordan\Downloads\mpv\mpv.exe" and my mpv.conf is located on "C:\Users\Jordan\Downloads\mpv\mpv\mpv.conf"
xml:<playercorefactory>
<players>
<player name="MPV" type="ExternalPlayer" audio="false" video="true">
<filename>C:\Users\Jordan\Downloads\mpv\mpv.exe</filename>
<args>--use-filedir-conf "C:\Users\Jordan\Downloads\mpv\mpv\mpv.conf" "{1}"</args>
<hidexbmc>true</hidexbmc>
</player>
</players>
<rules action="prepend">
<rule video="true" player="MPV"/>
</rules>
</playercorefactory>
xml:# High quality video rendering for fast computer.
profile=gpu-hq
deband=no
interpolation=yes
video-sync=display-resample
tscale=box
tscale-window=quadric
tscale-clamp=0.0
tscale-radius=1.025
save-position-on-quit
fs=yes