33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
---
|
|
layout: default
|
|
---
|
|
|
|
<h3>Editing the Default Skins (Estuary) Home Screen by adding Emby menu items</h3>
|
|
|
|
<p>With the default Skin (Estuary) we can add custom menu items to the home screen, this requires editing the default skin Home.xml file. The easiest way to do this is use the packaged Home.xml file that comes with the EmbyCon addon.</p>
|
|
|
|
What it looks like in action:
|
|
|
|
{% include youtubePlayer.html id="ueukOCfDgm8" %}
|
|
|
|
<p>In 2 simple commands you can create a copy of the default skin and update it to use the packaged Home screen Home.xml file that comes with the EmbyCon addon.</p>
|
|
|
|
<h4>Windows</h4>
|
|
<pre>
|
|
|
|
xcopy /S /Y "c:\Program Files (x86)\Kodi\addons\skin.estuary\*" "%APPDATA%\Kodi\addons\skin.estuary\"
|
|
xcopy /Y "%APPDATA%\Kodi\addons\plugin.video.embycon\resources\skins\skin.estuary\xml\Home-17.6.xml" "%APPDATA%\Kodi\addons\skin.estuary\xml\Home.xml"
|
|
|
|
</pre>
|
|
|
|
<h4>Libreelec</h4>
|
|
Log into Libreelec and run the following commands and then restart Libreelec.
|
|
<pre>
|
|
|
|
cp -r /usr/share/kodi/addons/skin.estuary /storage/.kodi/addons
|
|
cp /storage/.kodi/addons/plugin.video.embycon/resources/skins/skin.estuary/xml/Home-17.6.xml /storage/.kodi/addons/skin.estuary/xml/Home.xml
|
|
|
|
</pre>
|
|
|
|
</br></br>
|