Skip to content

Instantly share code, notes, and snippets.

01:44:42.546 T:140170241969024 NOTICE: special://profile/ is mapped to: special://masterprofile/
01:44:42.547 T:140170241969024 NOTICE: -----------------------------------------------------------------------
01:44:42.547 T:140170241969024 NOTICE: Starting Kodi from Debian (17.1 Debian package version: 2:17.1+dfsg1-3). Platform: Linux x86 64-bit
01:44:42.547 T:140170241969024 NOTICE: Using Release Kodi from Debian x64 build
01:44:42.547 T:140170241969024 NOTICE: Kodi from Debian compiled from 2:17.1+dfsg1-3 by GCC 6.3.0 for Linux x86 64-bit version 4.9.25 (264473)
01:44:42.547 T:140170241969024 NOTICE: Running on Debian GNU/Linux 9 (stretch), kernel: Linux x86 64-bit version 4.9.0-5-amd64
01:44:42.547 T:140170241969024 NOTICE: FFmpeg version/source: 3.2.10-1~deb9u1
01:44:42.547 T:140170241969024 NOTICE: Host CPU: Intel(R) Core(TM)2 Duo CPU T5750 @ 2.00GHz, 2 cores available
01:44:42.547 T:140170241969024 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
01:44:42.547 T:140170241969024 NOTICE: spec
@mickymadfree
mickymadfree / playercorefactory.xml
Created February 28, 2018 13:33
kodi external player mpv + youtube-dl
<playercorefactory>
<players>
<player name="mpv 360" type="ExternalPlayer" audio="true" video="true">
<filename>mpv</filename>
<args>"{0}" --fullscreen --ytdl-raw-options=format=best[height=360]</args>
</player>
<player name="mpv 480" type="ExternalPlayer" audio="true" video="true">
<filename>mpv</filename>
<args>"{0}" --fullscreen --ytdl-raw-options=format=best[height=480]</args>
</player>