搜索内容

包含标签:XBMC 的文章
  • Kodi无法使用Yatse远程遥控解决
    NRS

    Kodi无法使用Yatse远程遥控解决

    Yatse Kodi的一款第三方远程遥控APP,比官方好用 但是,在我的OMV上安装Kodi后无法连接,网上查了好几天。终于找到个临时解决办法! 其实,很简单。关闭日志服务即可 Open Kodi and select Settings (the cog icon) > System Settings > Logging tab and activate Enable debug logging. 参考: https://community.yatse.tv/t/problem-with-event-server-check-kodi-settings/204/4 howtomediacenter.com/en/how-to-check-kodi-log-file/
    Jays 2019-03-29
  • Kodi(XBMC)外挂PotPlayer/MPC的正确姿势
    收藏分享

    Kodi(XBMC)外挂PotPlayer/MPC的正确姿势

      在C:\Users\你的用户名\AppData\Roaming\Kodi\userdata,创建 playercorefactory.xml 内容如下,把红色内容更换为你本机播放器所在的位置,蓝色是网上的一个错误的调用PotPlayer的代码 (起码我Windows 10 + Kodi 16 A3版是不行)   <playercorefactory> <players> <player name="mpc-hc" type="ExternalPlayer" audio="true" video="true"> <filename>C:\Program Files (x86)\K-Lite Codec Pack\MPC-HC64\mpc-hc64.exe</filename> <args>/fullscreen /close "{1}"</args> <……
    Jays 2015-10-23