Kodi Community Forum
Mod Estuary MOD - KODI 17 (DISCONTINUED) - 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 - KODI 17 (DISCONTINUED) (/showthread.php?tid=267343)



RE: Estuary MOD (UPDATED 11/08/16) - ikaruz - 2016-08-13

media elch


can you test what happens if you change line 3198 and 3223 from scale to stretch in includes_home.xml ?
if nothing happens can you change it anyway because here with aspect ratio 16:10 it better with stretch when a cover has the same with and high z.b. 300x300

scale
Image

stretch
Image


Estuary MOD (UPDATED 11/08/16) - Guilouz - 2016-08-13

I can change to stretch yes, no problem


Envoyé de mon iPhone en utilisant Tapatalk


RE: Estuary MOD (UPDATED 11/08/16) - ikaruz - 2016-08-13

cool thanks


ok have found a solution for my conert Smile
easy if you know it
change type of widgets in customizable widget (poster)


Estuary MOD (UPDATED 11/08/16) - Guilouz - 2016-08-13

(2016-08-13, 00:43)ikaruz Wrote: cool thanks


ok have found a solution for my conert Smile
easy if you know it
change type of widgets in customizable widget (poster)


Yes it's an other solution.


Envoyé de mon iPhone en utilisant Tapatalk


RE: Estuary MOD (UPDATED 11/08/16) - ikaruz - 2016-08-13

yes but anyway strange

which is a kodi members thinking errors .

a concert has an artist and no actor . the construction must be like an album
artist / concert but with dvd or bluray posters and not with cd posters .
a concert is music and does not have to appear in the movies category .
It also has no movies structure , special one artist and album structure


RE: Estuary MOD (UPDATED 11/08/16) - ikaruz - 2016-08-13

Guilouz what appears to you under the artist and album ? in view_54_albumview.xml

I saw in the xml file it should be Artist - Album? in artist view and year - album in album view
or i am wrong?

here it show artist under artist and artist - album under album
or should it be so ?


I changed that and think you had it so intended . or ?

Now here it show Artist under the Artist Pictures and year<br>album under the album cover
ImageImage

i edit all 4 label and add the [CR] because if artist name or album name is to long i think it dont look nice and all 4 visible (!)

<control type="textbox">
<left>28</left>
<top>278</top>
<width>262</width>
<height>70</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Year,,[CR]][COLOR white]$INFO[ListItem.Label][/COLOR]</label>
<textcolor>$VAR[SkinColorVar]</textcolor>
<autoscroll delay="1000" time="1000" repeat="1000">true</autoscroll>
<visible>Container.Content(albums)</visible>
</control>
<control type="textbox">
<left>28</left>
<top>278</top>
<width>262</width>
<height>70</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<label>[COLOR white]$INFO[ListItem.Artist,,][/COLOR]</label>
<textcolor>$VAR[SkinColorVar]</textcolor>
<autoscroll delay="1000" time="1000" repeat="1000">true</autoscroll>
<visible>!Container.Content(albums)</visible>
</control>


RE: Estuary MOD (UPDATED 11/08/16) - anhell28 - 2016-08-13

(2016-08-12, 23:24)Guilouz Wrote:
(2016-08-12, 23:21)anhell28 Wrote: Plz add a setting to allow more posters, thumbs or icons to scroll through on home menu...I have a huge library and hate that i cant see them all on there.

plz plz plz


I have already do this, 25 items in my Mod, 10 items in original Estuary.
Can you please tell me which xml's do i have to edit to add more than 25?


RE: Estuary MOD (UPDATED 11/08/16) - ikaruz - 2016-08-13

(2016-08-13, 08:36)anhell28 Wrote:
(2016-08-12, 23:24)Guilouz Wrote:
(2016-08-12, 23:21)anhell28 Wrote: Plz add a setting to allow more posters, thumbs or icons to scroll through on home menu...I have a huge library and hate that i cant see them all on there.

plz plz plz


I have already do this, 25 items in my Mod, 10 items in original Estuary.
Can you please tell me which xml's do i have to edit to add more than 25?

i think its includes_home.xml
search for limit="25" there are 19 hits
you must look witch you want edit


RE: Estuary MOD (UPDATED 11/08/16) - Guilouz - 2016-08-13

(2016-08-13, 11:21)ikaruz Wrote:
(2016-08-13, 08:36)anhell28 Wrote:
(2016-08-12, 23:24)Guilouz Wrote: I have already do this, 25 items in my Mod, 10 items in original Estuary.
Can you please tell me which xml's do i have to edit to add more than 25?

i think its includes_home.xml
search for limit="25" there are 19 hits
you must look witch you want edit

And all playlists in playlists folder.


RE: Estuary MOD (UPDATED 11/08/16) - Guilouz - 2016-08-13

(2016-08-13, 06:49)ikaruz Wrote: Guilouz what appears to you under the artist and album ? in view_54_albumview.xml

I saw in the xml file it should be Artist - Album? in artist view and year - album in album view
or i am wrong?

here it show artist under artist and artist - album under album
or should it be so ?


I changed that and think you had it so intended . or ?

Now here it show Artist under the Artist Pictures and year<br>album under the album cover
ImageImage

i edit all 4 label and add the [CR] because if artist name or album name is to long i think it dont look nice and all 4 visible (!)

<control type="textbox">
<left>28</left>
<top>278</top>
<width>262</width>
<height>70</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Year,,[CR]][COLOR white]$INFO[ListItem.Label][/COLOR]</label>
<textcolor>$VAR[SkinColorVar]</textcolor>
<autoscroll delay="1000" time="1000" repeat="1000">true</autoscroll>
<visible>Container.Content(albums)</visible>
</control>
<control type="textbox">
<left>28</left>
<top>278</top>
<width>262</width>
<height>70</height>
<font>font12</font>
<align>center</align>
<aligny>center</aligny>
<label>[COLOR white]$INFO[ListItem.Artist,,][/COLOR]</label>
<textcolor>$VAR[SkinColorVar]</textcolor>
<autoscroll delay="1000" time="1000" repeat="1000">true</autoscroll>
<visible>!Container.Content(albums)</visible>
</control>

Show Artist - Album in albums view was a request. So I don't remove this.


RE: Estuary MOD (UPDATED 11/08/16) - ikaruz - 2016-08-13

no problem

i have only edit because i see this lines

<label>$INFO[ListItem.Year,,[COLOR white] - [/COLOR]][COLOR white]$INFO[ListItem.Label][/COLOR]</label>

and i cant see a Year - Album so it dont work or have i a issue or do i misunderstood it ?


Estuary MOD (UPDATED 11/08/16) - Guilouz - 2016-08-13

(2016-08-13, 14:32)ikaruz Wrote: no problem

i have only edit because i see this lines

<label>$INFO[ListItem.Year,,[COLOR white] - [/COLOR]][COLOR white]$INFO[ListItem.Label][/COLOR]</label>

and i cant see a Year - Album so it dont work or have i a issue or do i misunderstood it ?


Because this include is also use for another view.
There is no year for artist, it's normal


Envoyé de mon iPhone en utilisant Tapatalk


RE: Estuary MOD (UPDATED 11/08/16) - ikaruz - 2016-08-13

a understand now

ok than i think wrong :|


RE: Estuary MOD (UPDATED 11/08/16) - Pasado - 2016-08-13

In 1.5.1. is it possible to move the rss feed back to the bottom instead of the top? If so what do I need to edit? Thanks in advance.


Estuary MOD (UPDATED 11/08/16) - Guilouz - 2016-08-13

(2016-08-13, 18:15)Pasado Wrote: In 1.5.1. is it possible to move the rss feed back to the bottom instead of the top? If so what do I need to edit? Thanks in advance.


I have change this for next release. Available on git or wait for repository update.


Envoyé de mon iPhone en utilisant Tapatalk