External player – Potplayer



Hi, I set PotPlayer as external player with this configuration:

<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 filetypes=”mkv|avi|divx|ogm|mp4|mov|m4v|flv|m2v|mpeg|mpg|mts|m2ts|vob|bdmv|iso” player=”PotPlayer”>
<rule protocols=”http|https” player=”PotPlayer”/>
<rule protocols=”daap|rtv|rtsp|rtmp|rtmpe|rtsp|mms|rtp|pvr” player=”VideoPlayer”/>
</rule>
</rules>
</playercorefactory>

I have two problems:
1) when starting Kody PotPlayer also opens with this error:

Image

2) at the end of the movie PotPlayer does not close automatically and to return to Kodi I have to close it manually.

What should I do?