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 16/08/17) - Guilouz - 2017-08-19

(2017-08-18, 23:56)rudrood Wrote: Is there a way to change the background to fully transparant for the fanart in info mode?
Like the option: hide fanart opacity in fullscreen mode.

The color options:
Background color: none
Background patern: none
Opacity for fanart as background: 100%
Opacity for top and bottom bars: 100%

result in the next screenshot with still some tint on fanart. Compare the background with the artist banner.

watch gallery


Thanks!

It's normal, no opacity changes on music visualisation because if opacity is set to 100%, visualisation is not shown. But I can add opacity for top and bottom bars.


RE: Estuary MOD V2 - KODI 18 (UPDATED 16/08/17) - XxKaiserxX - 2017-08-19

(2017-08-18, 12:00)Guilouz Wrote:
(2017-08-18, 07:33)XxKaiserxX Wrote: Guilouz any chance section on manga in your build?

Nope, because for mangas, kodi use TV Shows section. If you want to isolate mangas, you must use smart playlists like that :

For TV Shows : TV Shows.xsp

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
    <name>TV Shows</name>
    <match>one</match>
    <rule field="path" operator="startswith">
        <value>smb://NAS/video/TV Shows/</value>
    </rule>
</smartplaylist>

For Mangas : Mangas.xsp

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
    <name>Mangas</name>
    <match>one</match>
    <rule field="path" operator="startswith">
        <value>smb://NAS/video/Mangas/</value>
    </rule>
</smartplaylist>

Put this two files in userdata / playlists / video and you can choose them in personalize home menu.

You can also do the same for widgets.

Exemple for recently added :

For TV Shows : Recent TV Shows.xsp

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
    <name>TV Shows</name>
    <match>all[/php]</match>
    <rule field="path" operator="startswith">
        <value>smb://NAS/video/TV Shows/</value>
    </rule>
        <rule field="dateadded" operator="after">
                <value>1900-01-01</value>
        </rule>
        <order direction="descending">dateadded</order>
</smartplaylist>

For Mangas : Recent Mangas.xsp

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
    <name>Mangas</name>
    <match>all</match>
    <rule field="path" operator="startswith">
        <value>smb://NAS/video/Mangas/</value>
    </rule>
        <rule field="dateadded" operator="after">
                <value>1900-01-01</value>
        </rule>
        <order direction="descending">dateadded</order>
</smartplaylist>

Wow thanks for the tip bro!!!


RE: Estuary MOD V2 - KODI 18 (UPDATED 16/08/17) - XxKaiserxX - 2017-08-19

(2017-08-18, 20:21)Guilouz Wrote:
(2017-08-18, 18:51)tehax Wrote: I do not why but in series and movies view "shift" i get no clearlogo only text. In other windows like home menu i get them. Any idea?
Log: https://pastebin.com/R0JAejTf
picture: https://1drv.ms/i/s!AnMOu_3VsLX4rAoyJbHGgfQgFsV5

In Shift view, it's clearart on top and clearlogo on list :

Image Image

If you use streaming addons, it's normal, property of Skin Helper Service not working in container. You must have stored files with database to have them.

Same error here in windows and android tv box!


RE: Estuary MOD V2 - KODI 18 (UPDATED 16/08/17) - Guilouz - 2017-08-19

(2017-08-19, 03:33)XxKaiserxX Wrote:
(2017-08-18, 20:21)Guilouz Wrote:
(2017-08-18, 18:51)tehax Wrote: I do not why but in series and movies view "shift" i get no clearlogo only text. In other windows like home menu i get them. Any idea?
Log: https://pastebin.com/R0JAejTf
picture: https://1drv.ms/i/s!AnMOu_3VsLX4rAoyJbHGgfQgFsV5

In Shift view, it's clearart on top and clearlogo on list :

Image Image

If you use streaming addons, it's normal, property of Skin Helper Service not working in container. You must have stored files with database to have them.

Same error here in windows and android tv box!

This view use ClearLogo and ClearArt from Artwork Downloader. Just added a new TV Shows and no problem on OSX and LibreELEC builds.


RE: Estuary MOD V2 - KODI 18 (UPDATED 16/08/17) - hawkeyexp - 2017-08-19

Hi, it would be nice if fanart is empty on view wall (fanart) it will fall back to poster content to prevent from blank items.

watch gallery



RE: Estuary MOD V2 - KODI 18 (UPDATED 16/08/17) - Gracus - 2017-08-19

(2017-08-19, 03:33)XxKaiserxX Wrote:
(2017-08-18, 20:21)Guilouz Wrote:
(2017-08-18, 18:51)tehax Wrote: I do not why but in series and movies view "shift" i get no clearlogo only text. In other windows like home menu i get them. Any idea?
Log: https://pastebin.com/R0JAejTf
picture: https://1drv.ms/i/s!AnMOu_3VsLX4rAoyJbHGgfQgFsV5

In Shift view, it's clearart on top and clearlogo on list :

Image Image

If you use streaming addons, it's normal, property of Skin Helper Service not working in container. You must have stored files with database to have them.

Same error here in windows and android tv box!

Artwork downloader currently has an issue: the integrated API keys are dead

Make sure to follow instructions about API keys in first post of this thread before reporting any issue with artworks in this mod


RE: Estuary MOD V2 - KODI 18 (UPDATED 16/08/17) - Yorgos - 2017-08-19

(2017-08-18, 11:50)Guilouz Wrote: Mediaflags start to line 704 to 1104. in Includes.xml. Your png files must have 50px for height to keep aspect ratio.

Outstanding! Thanks!


RE: Estuary MOD V2 - KODI 18 (UPDATED 16/08/17) - XxKaiserxX - 2017-08-19

Ok then:

To use your API keys with Skin Helper Service :
Go to 'Settings / Skin / Extras / Configure personal API keys'
Go to 'API keys' tab and enter your API keys
Ready!!


To use your API keys with Artwork Downloader :
Go to Kodi 'addons' folder (see : Userdata (wiki))
Go to 'script.artwork.downloader / lib / provider'
With a text editor open, edit and save this files :
For Fanart.TV : Open 'fanarttv.py' and replace line 34 with your API Key like that : API_KEY = '84f9633e5c6801d82759ed48e5059560'
For TheMovieDb : Open 'tmdb.py' and replace line 33 with your API Key like that : API_KEY = '878b84aeea12334580bd86fa300e67da'
For TheTVDB : Open 'tvdb.py' and replace line 41 with your API Key like that : API_KEY = 'self.api_key = 'FF02D36BE10A733B''
Ready!!

But no logos in shift mode


Poster:
Image

Shift mode:
Image


RE: Estuary MOD V2 - KODI 18 (UPDATED 16/08/17) - tehax - 2017-08-19

(2017-08-19, 05:52)Gracus Wrote:
(2017-08-19, 03:33)XxKaiserxX Wrote:
(2017-08-18, 20:21)Guilouz Wrote: In Shift view, it's clearart on top and clearlogo on list :

Image Image

If you use streaming addons, it's normal, property of Skin Helper Service not working in container. You must have stored files with database to have them.

Same error here in windows and android tv box!

Artwork downloader currently has an issue: the integrated API keys are dead

Make sure to follow instructions about API keys in first post of this thread before reporting any issue with artworks in this mod

Ah, that' s it. In the past it works without API key now i have a key and it works again. Thanks.


RE: Estuary MOD V2 - KODI 18 (UPDATED 16/08/17) - hawkeyexp - 2017-08-19

Hi,

i noticed that icon for video resolution would not be updated on streaming media inside the videoosd. In my case source is amazon plugin. It usually stays on "3D".

watch gallery



A second thing:

When borders for media are enabled in settings they are shown for movies epsiodes etc. but missing on favourites and live tv.


RE: Estuary MOD V2 - KODI 18 (UPDATED 16/08/17) - mack4999 - 2017-08-19

Can't seem to use advanced launcher folder as a home menu item for games. Anyone had the issue and know of a fix?


RE: Estuary MOD V2 - KODI 18 (UPDATED 16/08/17) - Guilouz - 2017-08-19

(2017-08-19, 07:13)XxKaiserxX Wrote: Ok then:

To use your API keys with Skin Helper Service :
Go to 'Settings / Skin / Extras / Configure personal API keys'
Go to 'API keys' tab and enter your API keys
Ready!!


To use your API keys with Artwork Downloader :
Go to Kodi 'addons' folder (see : Userdata (wiki))
Go to 'script.artwork.downloader / lib / provider'
With a text editor open, edit and save this files :
For Fanart.TV : Open 'fanarttv.py' and replace line 34 with your API Key like that : API_KEY = '84f9633e5c6801d82759ed48e5059560'
For TheMovieDb : Open 'tmdb.py' and replace line 33 with your API Key like that : API_KEY = '878b84aeea12334580bd86fa300e67da'
For TheTVDB : Open 'tvdb.py' and replace line 41 with your API Key like that : API_KEY = 'self.api_key = 'FF02D36BE10A733B''
Ready!!

But no logos in shift mode


Poster:
Image

Shift mode:
Image

Try to run Artwork Downloader to download Artworks. I think your clearlogos on others views come from Skin Helper Service and artworks from it not working in container (that have Shift view).


RE: Estuary MOD V2 - KODI 18 (UPDATED 16/08/17) - Guilouz - 2017-08-19

(2017-08-19, 12:22)hawkeyexp Wrote: Hi,

i noticed that icon for video resolution would not be updated on streaming media inside the videoosd. In my case source is amazon plugin. It usually stays on "3D".

watch gallery



A second thing:

When borders for media are enabled in settings they are shown for movies epsiodes etc. but missing on favourites and live tv.

There is some issue with videoplayer in last kodi builds, like aspect ratio icon.

For borders it's voluntary.


RE: Estuary MOD V2 - KODI 18 (UPDATED 16/08/17) - Gracus - 2017-08-19

Best thing is to have local artworks for movies:

Image

Then no more issue...

Image

Image


RE: Estuary MOD V2 - KODI 18 (UPDATED 16/08/17) - hawkeyexp - 2017-08-19

(2017-08-19, 14:40)Guilouz Wrote: There is some issue with videoplayer in last kodi builds, like aspect ratio icon.

For borders it's voluntary.

Ok thx - will have a look on next versions of kodi. Will you add the missing borders ?

PS: The skin is really great with its growing features :-)