Skip to content

Instantly share code, notes, and snippets.

@bonelifer
Forked from palaniraja/Complete.home.xml
Last active September 14, 2015 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonelifer/37c3a5884c9c3c867fc4 to your computer and use it in GitHub Desktop.
Save bonelifer/37c3a5884c9c3c867fc4 to your computer and use it in GitHub Desktop.
KODI always display IP in homescreen (confluence) - Path /Applications/Kodi.app/Contents/Resources/Kodi/addons/skin.confluence/720p/Home.xml
<control type="label">
<description>IP Address</description>
<left>200</left>
<top>5</top>
<height>49</height>
<width min="200" max="300">auto</width>
<label>IP: $INFO[Network.IPAddress]</label>
<align>left</align>
<aligny>center</aligny>
<font>font12</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
</control>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment