Questions tagged [kodi]

Kodi™ (formerly known as XBMC™) is an award-winning free and open source (GPL) software media center for playing videos, music, pictures, games, and more. Kodi runs on Linux, OS X, Windows, iOS, and Android, featuring a 10-foot user interface for use with televisions and remote controls. It allows users to play and view most videos, music, podcasts, and other digital media files from local and network storage media and the internet.

Kodi, formally known as XBMC, is an award-winning free and open source cross-platform software media player and entertainment hub for digital media for HTPCs (Home theater PCs).

229 questions
-2
votes
2 answers

Load the xml in php and return the data

i'm looking how to Load the XML file in PHP and Return the data not redirect. Preferably to hide the xml content from the end user as much as i can. I've seen something like this, but i can not make it work, please if you can write out the complete…
S X
  • 19
  • 1
  • 7
-2
votes
2 answers

Placing a Python variable inline

Forgive this rather basic Python question, but I literally have very little Python experience. I'm create a basic Python script for use with Kodi: http://kodi.wiki/view/List_of_built-in_functions Example code: import kodi variable = "The value to…
James White
  • 676
  • 1
  • 10
  • 18
-3
votes
1 answer

HotKeySet() issue

I cannot figure why this script does not work: HotKeySet("^!k", "StartKodi") StartKodi() While 1 Sleep(200) WEnd Func StartKodi() ShellExecute("C:\Program Files\Kodi\kodi.exe") EndFunc I would like to run the function only when the…
-3
votes
1 answer

How to get HDMI-CEC internal adapter on NUC to work?

I have an internal Pulse Eight CEC-HDMI adapter connected to my NUC NUC7PJYH. I have Kodi version 18.6 on Ubuntu 16.04.6 LTS on the NUC. I have an HDMI cable connected from my NUC on HDMI port 1, to port 1 on my Philips TV. In Kodi the CEC-HDMI…
Chazg76
  • 619
  • 5
  • 10
1 2 3
15
16