Kodi Community Forum
Mod Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Estuary (https://forum.kodi.tv/forumdisplay.php?fid=260)
+---- Thread: Mod Estuary MOD V2 - KODI 18 (UPDATED 17/01/19) (/showthread.php?tid=306757)



RE: Estuary MOD V2 - KODI 18 (UPDATED 13/11/17) - Guilouz - 2017-11-23

(2017-11-23, 21:10)Angelinas Wrote: Working ok, all Art for all music content.
New good things to add is "Extended info" button for music visualisation window.
Easy to set, and user with this button can open music dialog info window with more info (Artist or album).New button to open discography for that Artist......
Meny good stuf for music fan.This button should work for all music content(library,internet and PVR).
this is images for internet stream - music Smile

Image
when press button "Extended Information" open dialog music info window

Image
 Music info dialog (ID 10135) doesn't work on music visualisation. What do you use to obtain that ?


RE: Estuary MOD V2 - KODI 18 (UPDATED 13/11/17) - Angelinas - 2017-11-23

MusicOSD.xml  add in row 196
Code:
                <control type="radiobutton" id="705">
                    <include content="OSDButton">
                        <param name="texture" value="osd/fullscreen/buttons/plot.png"/>
                    </include>
                    <onclick>ActivateWindow(songinformation)</onclick>
                </control>
            </control>
in dialog need to add some info from SHS - player
also need to add in variable example for Logo...
Code:
    <variable name="ClearLogoVar">
        <value condition="Window.IsActive(visualisation)">$INFO[Window(Home).Property(SkinHelper.Player.Art.Clearlogo)]</value>
...
...



RE: Estuary MOD V2 - KODI 18 (UPDATED 13/11/17) - Guilouz - 2017-11-23

(2017-11-23, 22:33)Angelinas Wrote: MusicOSD.xml  add in row 196
Code:
                <control type="radiobutton" id="705">
                    <include content="OSDButton">
                        <param name="texture" value="osd/fullscreen/buttons/plot.png"/>
                    </include>
                    <onclick>ActivateWindow(songinformation)</onclick>
                </control>
            </control>
in dialog need to add some info from SHS - player
also need to add in variable example for Logo...
Code:
    <variable name="ClearLogoVar">
        <value condition="Window.IsActive(visualisation)">$INFO[Window(Home).Property(SkinHelper.Player.Art.Clearlogo)]</value>
...
...
 That's what I used. But I'm not fan to use SHS info because it take time to load.


RE: Estuary MOD V2 - KODI 18 (UPDATED 13/11/17) - Angelinas - 2017-11-23

SHS use just for internet stream and PVR RAdio.(info for this is alredy load)Your music vis use some info from SHS..info are there in simplecache.Dialog will show without slow loading.
If you use library music ...use regulsr kodi INFO you alredy have that info in db and its fast
Code:
    <variable name="ClearLogoVar">
        <value condition="Window.IsActive(visualisation) + (Pvr.IsPlayingRadio | Player.IsInternetStream) ">$INFO[Window(Home).Property(SkinHelper.Player.Art.Clearlogo)]</value>
        <value condition="Window.IsActive(visualisation) + !(Pvr.IsPlayingRadio | Player.IsInternetStream)">$INFO[MusicPlayer.Property(Fanart_Image)]</value></value>



RE: Estuary MOD V2 - KODI 18 (UPDATED 23/11/17) - Guilouz - 2017-11-23

New Update 2.8.9 on repository :

• Add support for music clearart on music OSD (need latest Skin Helper Service and Metadata and Artwork module addons from Github)
Image

Image Image

• Improvements
• Fix font issue
• Minor fixes


RE: Estuary MOD V2 - KODI 18 (UPDATED 23/11/17) - rudrood - 2017-11-24

(2017-11-23, 22:49)Guilouz Wrote: New Update 2.8.9 on repository :

• Add support for music clearart on music OSD (need latest Skin Helper Service and Metadata and Artwork module addons from Github)
Where do I find Metadata and artwork module addons on Git?

Edit: got 1.0.17 metadata and artwork installed, and skinhelper 1.1.23 but clearart doesn't work. The banner and cd and logo do (clearart option is on in skin settings).

https://imgur.com/a/Cr5y0


RE: Estuary MOD V2 - KODI 18 (UPDATED 23/11/17) - Guilouz - 2017-11-24

(2017-11-24, 01:08)rudrood Wrote:
(2017-11-23, 22:49)Guilouz Wrote: New Update 2.8.9 on repository :

• Add support for music clearart on music OSD (need latest Skin Helper Service and Metadata and Artwork module addons from Github)
Where do I find Metadata and artwork module addons on Git?

Edit: got 1.0.17 metadata and artwork installed, and skinhelper 1.1.23 but clearart doesn't work. The banner and cd and logo do (clearart option is on in skin settings).

https://imgur.com/a/Cr5y0 
 You must add them with SHS :

Image


RE: Estuary MOD V2 - KODI 18 (UPDATED 23/11/17) - rudrood - 2017-11-24

(2017-11-24, 01:48)Guilouz Wrote:
(2017-11-24, 01:08)rudrood Wrote:
(2017-11-23, 22:49)Guilouz Wrote: New Update 2.8.9 on repository :

• Add support for music clearart on music OSD (need latest Skin Helper Service and Metadata and Artwork module addons from Github)
Where do I find Metadata and artwork module addons on Git?

Edit: got 1.0.17 metadata and artwork installed, and skinhelper 1.1.23 but clearart doesn't work. The banner and cd and logo do (clearart option is on in skin settings).

https://imgur.com/a/Cr5y0 
 You must add them with SHS :

Image 
 So clearart will not work for online music or radio pvr?


RE: Estuary MOD V2 - KODI 18 (UPDATED 23/11/17) - Guilouz - 2017-11-24

(2017-11-24, 01:51)rudrood Wrote:
(2017-11-24, 01:48)Guilouz Wrote:
(2017-11-24, 01:08)rudrood Wrote: Where do I find Metadata and artwork module addons on Git?

Edit: got 1.0.17 metadata and artwork installed, and skinhelper 1.1.23 but clearart doesn't work. The banner and cd and logo do (clearart option is on in skin settings).

https://imgur.com/a/Cr5y0
 You must add them with SHS :

Image 
 So clearart will not work for online music or radio pvr?  
 Of course it's working but SHS use player title name, with radio or streaming music, in title name there is artist name and song name, so SHS can find artist. With music from library player title name is song name, so SHS can't find them and it's necessary to scan them first with SHS (like others artworks).


Estuary MOD V2 - KODI 18 (UPDATED 23/11/17) - iMak - 2017-11-24

(2017-11-23, 22:49)Guilouz Wrote: [NEGATIVE SQUARED LATIN CAPITAL LETTER B]New Update 2.8.9 on repository :[/B]

• Add support for music clearart on music OSD (need latest Skin Helper Service and Metadata and Artwork module addons from Github)
Image

Image Image

• Improvements
• Fix font issue
• Minor fixes
Could you please send the link for the Github?


RE: Estuary MOD V2 - KODI 18 (UPDATED 23/11/17) - Angelinas - 2017-11-24

I dont think that art for shs working.

From Marcel repo install newest SHS,
need to delete simplecache.db and all your clearart will be populated automatic...for all content.No need to do this mannual.


Estuary MOD V2 - KODI 18 (UPDATED 23/11/17) - iMak - 2017-11-24

(2017-11-24, 13:44)Angelinas Wrote: I dont think that art for shs working.

From Marcel repo install newest SHS,
need to delete simplecache.db and all your clearart will be populated automatic...for all content.No need to do this mannual.
Where simplecache.db can be found?


RE: Estuary MOD V2 - KODI 18 (UPDATED 23/11/17) - Angelinas - 2017-11-24

c:\Users\#####\AppData\Roaming\Kodi\userdata\addon_data\script.module.simplecache\


Estuary MOD V2 - KODI 18 (UPDATED 23/11/17) - iMak - 2017-11-24

(2017-11-24, 19:40)Angelinas Wrote: c:\Users\#####\AppData\Roaming\Kodi\userdata\addon_data\script.module.simplecache\
Thanks.
So do I need to delete it in order to get the Artist clearart automatically downloaded? And what else would I lose if I delete it?


RE: Estuary MOD V2 - KODI 18 (UPDATED 23/11/17) - patria o muerte - 2017-11-25

Hi Guilouz,installed today kodi 18 over 17 and tried your estuary v2 skin,it's amazing but i find 2 issues:
First,in customize home/background settings (movie and tvshows both) all random fanart choices disappeared,only statics backgrounds are working.
Second,movies and episodes are not being marked as seen when end.
Here is the log: https://paste.ubuntu.com/26037858/
Thanks.