Mod Estuary MOD V2 - KODI 18 (UPDATED 17/01/19)
Hello Mr. Guilouz

In another Forum for german user, there is a kodi addon to display TV informations on the "Live TV" tap. And it exists an Description how to modify your skin to work with it. On the other site, not all of the user's are able to do it on itselfs (the modifications) and it is siutable to have it all in one.

Can i prepair to share a download of a mod of your "Estuary MOD V2 (KODI 18)" skin. OR even better can you Please implement the modifications?

https://github.com/b-jesch/script.service.gto
Quote:Skinintegration into Estuary MOD V2 (Kodi 18+)

If You want to use the plugin as widget you have to perfom following steps. The example described here is an example under Linux. All files resides in folder 'integration/skin.estuary' of the addon:
Copy the widget XML into the skin XML folder:

cd $HOME/.kodi/addons/script.service.gto/integration/ cp skin.estuary/gto-widget.xml $HOME/.kodi/addons/skin.estuary.modv2/xml/

Register the widget as include:
nano $HOME/.kodi/addons/skin.estuary.modv2/xml/Includes_Home.xml
Insert in line 3 (after <includes>):<include file="gto-widget.xml"/>
Save changes and exit.

Insert the widget into the PVR section of the Home screen
nano $HOME/.kodi/addons/skin.estuary.modv2/xml/Home.xml
Search for the PVR section near line 740. Use 
include content="WidgetListChannels"
 as search item and include after the last matched item behind 
</include>
 (should be line 750):
<include content="WidgetListGTO" condition="System.HasPVRAddon + System.HasAddon(script.service.gto)">
<param name="content_path" value="plugin://script.service.gto?action=getcontent&amp;ts=$INFO[Window(Home).Property(GTO.timestamp)]"/>
<param name="widget_header" value="$ADDON[script.service.gto 30104]: $INFO[Window(Home).Property(GTO.Provider)]"/>
<param name="widget_target" value="pvr"/> <param name="list_id" value="12500"/>
<param name="label" value="$INFO[ListItem.label2]$INFO[ListItem.Property(StartTime), (,)]"/>
<param name="label2" value="$INFO[ListItem.label]"/>
</include>

.....


Messages In This Thread
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-12, 13:57
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-12, 14:46
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-13, 17:58
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 00:50
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 00:50
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 02:11
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 06:31
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 16:15
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-14, 22:13
Estuary MOD V2 (UPDATED 12/02/17) - by iMak - 2017-02-15, 17:53
EPG - by Repoman - 2017-04-29, 20:28
Quit and Search - by terpsarlington - 2017-11-18, 03:35
RE: Quit and Search - by Guilouz - 2017-11-18, 03:41
RE: Quit and Search - by terpsarlington - 2017-11-18, 06:38
Genres Widget - by terpsarlington - 2017-11-19, 05:22
RE: Genres Widget - by Guilouz - 2017-11-19, 15:23
RE: Genres Widget - by terpsarlington - 2017-11-20, 00:21
Where are the API keys stored? - by mozomo - 2017-11-19, 17:36
Ratings - by terpsarlington - 2017-11-28, 00:08
RE: Ratings - by junias - 2017-11-28, 00:14
RE: Ratings - by Guilouz - 2017-11-28, 01:31
RE: Ratings - by terpsarlington - 2017-11-28, 03:25
RE: Ratings - by Guilouz - 2017-11-28, 04:24
Question on Whitelist option - by kaybird - 2018-06-15, 20:33
RE: Question on Whitelist option - by Guilouz - 2018-06-16, 02:08
Random titles? - by kaybird - 2018-06-28, 01:54
RE: Random titles? - by Guilouz - 2018-07-15, 10:48
Skin Helper Service error - by Picard - 2018-06-28, 04:51
RE: Skin Helper Service error - by redglory - 2018-06-28, 15:20
RE: Skin Helper Service error - by Guilouz - 2018-07-15, 10:49
RE: Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - by lololili - 2020-08-18, 02:29
Add main menu item? - by revhead - 2021-04-28, 12:33
RE: Add main menu item? - by Mahava - 2021-04-29, 01:17
Kodi 18 script.shortcuts issue - by Shayno - 2018-09-19, 01:31
empty Homescreen - by menou - 2021-07-22, 15:19
RE: empty Homescreen - by _BJ1 - 2021-07-25, 21:23
Logout Mark Read Team Forum Stats Members Help
Estuary MOD V2 - KODI 18 (UPDATED 17/01/19)17