Kodi Community Forum

Full Version: Estuary MOD - KODI 17 (DISCONTINUED)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
No problem Wink
[/quote]

Thanks

Lines 122 and 160 at MyPVRGuide.xml to center the text inside the cells of the EPG.
<control type="label" id="1">
<left>14</left>
<top>10</top>

[url]https://drive.google.com/open?id=0B-

and on line 44 to center the date over the channels
<control type="label">
<width>365</width>
<height>45</height>
<font>font13</font>
<label>$INFO[ListItem.Label]</label>
<textoffsetx>10</textoffsetx>
<align>center</align>
<aligny>center</aligny>
<textcolor>$VAR[SkinColorVar]</textcolor>
</control>
[/quote]

Not possible to do that, there is icons (recording etc) in the bottom of label.
[/quote]

[url]https://drive.google.com/open?id=0B-Et0s
Looks like that on mine.
New at this, I've got square logos when no image is found, at the bottom left, is there a way to make them wider or just centered without mess up with the recording etc?
(2016-12-05, 23:22)Guilouz Wrote: [ -> ]
(2016-12-05, 23:10)Gracus Wrote: [ -> ]
(2016-12-05, 22:42)bmonster Wrote: [ -> ]Your skin is all grey background white text, on the original estuary they're multicoloured as it should be, I'll try and get pics.

Pics

Your skin. https://drive.google.com/file/d/0BwAs5Ir...p=drivesdk

Estuary. https://drive.google.com/file/d/0BwAs5Ir...p=drivesdk

(2016-12-05, 23:02)Guilouz Wrote: [ -> ]My mod :

Image

@bmonster: you seem to use custom color for the skin (purple?)
Maybe something goes wrong when using custom color
Can you try to go back to stock color and see if you finally have the same view than Guilouz?

I use ListItem.Genre in my mod, working with all language but it's necessary to have file named correctly (in your language you use) in media/windows/pvr/epg-genres (in next version this folder will be move in extras folder)

And Original Estuary use ListItem.Property(GenreType), working only with english language and use this :

0 = other/unknown
16 = moviedrama
32 = news
48 = show
64 = sports
80 = child
96 = music
112 = arts
128 = social
144 = science
160 = hobby
176 = special
192 = other/unknown
208 = other/unknown
224 = other/unknown
240 = other/unknown
256 = use genre string from the backend

Thanks..
Hi, newbie question: If I install this skin, will it automatically install the additional addons which are required as listed in post 1 of this thread?

I assume I don't have to install them one by one?

Thanks.
(2016-12-06, 00:26)archie456 Wrote: [ -> ]Hi, newbie question: If I install this skin, will it automatically install the additional addons which are required as listed in post 1 of this thread?

I assume I don't have to install them one by one?

Thanks.


No, you need to install them manually because some of them are not on official repo.


Envoyé de mon iPhone en utilisant Tapatalk
[/quote]

Not possible to do that, there is icons (recording etc) in the bottom of label.
[/quote]


Looks like that on mine.
I'm new at this, I've got square logos when no image is found, at the bottom left, is there a way to make them wider or just centered under the channel names without mess up with the recording etc?
[/quote]
Could you please add those 2 genders as well? forgot to include them

Thanks for your effort, the mod is looking great.
Is the cdart working in fullscreen music?
I only see the generic cd even when a cdart is present for the sounding album.
Using latest 1.7.1 and kodi 17 beta 6
Thanks.
(2016-12-06, 02:24)goibe Wrote: [ -> ]Is the cdart working in fullscreen music?
I only see the generic cd even when a cdart is present for the sounding album.
Using latest 1.7.1 and kodi 17 beta 6
Thanks.

Yes it's working. Make sure you have latest Skin Helper Service addon.
@ Guilouz,

Not giving an option where to backup skin

Image
(2016-12-06, 02:54)Blurayx Wrote: [ -> ]@ Guilouz,

Not giving an option where to backup skin

Image


In Skin Helper backup settings ^^


Envoyé de mon iPhone en utilisant Tapatalk
(2016-12-06, 02:55)Guilouz Wrote: [ -> ]
(2016-12-06, 02:54)Blurayx Wrote: [ -> ]@ Guilouz,

Not giving an option where to backup skin

Image


In Skin Helper backup settings ^^


Envoyé de mon iPhone en utilisant Tapatalk

Thanks, I didn't realise the skin backup feature changed Smile
First I would like to say great Mod. I'm trying to add some items to the main menu and I'm having one problem. Once I have added items to the menu (ActivateWindow(TVRecordings) I have to click on them to get them to Activate. All of the preexisting items are activated (displayed) as you scroll through them. How can I get the recordings to display when I scroll up or down and come to recordings in the menu list?
(2016-12-06, 02:28)Guilouz Wrote: [ -> ]
(2016-12-06, 02:24)goibe Wrote: [ -> ]Is the cdart working in fullscreen music?
I only see the generic cd even when a cdart is present for the sounding album.
Using latest 1.7.1 and kodi 17 beta 6
Thanks.

Yes it's working. Make sure you have latest Skin Helper Service addon.

I was using the last version but without configure it, so working now.
Thanks.
Hi Guilouz, hi all.
For what I know actually the rating score is taken from "IMDB".
See the red arrow here:
Image


Please, is it possible to add the possibility so the user can choose to take the rating score from "TMDB"?
I mean a new option to the skin so the user can choose to take the rating score from "TMDB" or from "IMDB".

Thanks!
The scroll bar (right) in Favorites is overlapped with the items in it.

Image
Hi Guilouz, do you have any interest adding the database cleaning feature (http://forum.kodi.tv/showthread.php?tid=272112) to the skin? It's very useful IMHO.

(2016-11-26, 19:41)braz Wrote: [ -> ]Great work, thanks! Here's what I did...

For the different colored On/Off labels, I couldn't get a variable to work, so just made separate controls. This is what you would have to do anyway, I think, for the skin that ships with the script.

https://github.com/braz96/skin.mimic/blo...ummary.xml

Image

One suggestion is to put the on/off labels into label2 controls in list #10, then you wouldn't need two lists. Not sure what that would take in python though.