Skip to content

Instantly share code, notes, and snippets.

@ojmarcelino
Forked from palaniraja/Complete.home.xml
Created December 13, 2016 13:43
Show Gist options
  • Save ojmarcelino/56e0d70a4a87987984b708f2eaf90a69 to your computer and use it in GitHub Desktop.
Save ojmarcelino/56e0d70a4a87987984b708f2eaf90a69 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