Kodi Community Forum
Solved External player - Potplayer - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Windows (https://forum.kodi.tv/forumdisplay.php?fid=59)
+---- Thread: Solved External player - Potplayer (/showthread.php?tid=378363)



External player - Potplayer - flavio1961 - 2024-07-29

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?


RE: External player - Potplayer - flavio1961 - 2024-07-29

Fixed the first issue by disabling the start of the intro when launching Kodi.


RE: External player - Potplayer - PatK - 2024-07-29

(2024-07-29, 09:45)flavio1961 Wrote: at the end of the movie PotPlayer does not close automatically and to return to Kodi I have to close it manually.
This is an issue with the settings in PotPlayer, by manually exiting the program, Kodi immediately takes over.  As far as I know you right click PotPlayer window, go to 'Misc' - 'When Finished' - and tick 'Exit PotPlayer once finished playing the current file', along with "Apply finished action "Always" rather than "Once"".


RE: External player - Potplayer - flavio1961 - 2024-07-30

Solved!!! Thank's


External player - Potplayer - PatK - 2024-07-31

Thread marked solved.