-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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