Kodi Community Forum
KOver : Customizable [Kodi 16] - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: KOver (https://forum.kodi.tv/forumdisplay.php?fid=252)
+----- Thread: KOver : Customizable [Kodi 16] (/showthread.php?tid=207581)



RE: KOver : Customizable [Kodi 16] - Jayz2K - 2016-02-20

(2016-02-20, 15:20)Lappskij Wrote: Hi!
Any plans on making this amazing skin compatible with Isengard 15.2 ? or is it allready?
Hi. Impossible. KOver's features are only possible because of Jarvis skinning engine additions. Sorry.


RE: KOver : Customizable [Kodi 16] - mrShpak - 2016-02-20

Hi,
Quick question, is there a way to add file details (codec/number of channels/quality) so when browsing video files its visible on the main screen without going into sub menus? I noticed a lot of skins support this but i cannot find it anywhere in kover


RE: KOver : Customizable [Kodi 16] - Jayz2K - 2016-02-20

(2016-02-20, 16:39)mrShpak Wrote: Hi,
Quick question, is there a way to add file details (codec/number of channels/quality) so when browsing video files its visible on the main screen without going into sub menus? I noticed a lot of skins support this but i cannot find it anywhere in kover

The only way ATM is to do develop a custom list. Natively, no. It's a personal choice since I prefer to keep things clean and from my point of view, this does not prevent to watch or not a video (so why showing them in the main window ?). Maybe in future releases (KRYPTON) there will be more option (once again ... Maybe).


RE: KOver : Customizable [Kodi 16] - Reynald - 2016-02-20

(2016-02-20, 16:53)Jayz2K Wrote:
(2016-02-20, 16:39)mrShpak Wrote: Hi,
Quick question, is there a way to add file details (codec/number of channels/quality) so when browsing video files its visible on the main screen without going into sub menus? I noticed a lot of skins support this but i cannot find it anywhere in kover

The only way ATM is to do develop a custom list. Natively, no. It's a personal choice since I prefer to keep things clean and from my point of view, this does not prevent to watch or not a video (so why showing them in the main window ?). Maybe in future releases (KRYPTON) there will be more option (once again ... Maybe).

That's what I like about Kover, there are other skin with all the information and in the end it becomes a real merge of confused. I like when there is a clean visual. And as Jay said, the lists personnsalisées allow to make additions information. Jay thank you not to add. There is The reason I decide to take one Kover for Skin.

And it's really easy tô customize custom list, éven för à beginner.


RE: KOver : Customizable [Kodi 16] - Reynald - 2016-02-20

Jay, know that I tortured your skin for days (with recent update), makes many view quickly close open close open panel. I did a lot of tests, check all points. And there is no bug paste. (some display error, but restored after restart). The only strange thing is the loss of time widgets to time, but I do not think it comes from your skin. Forced to redémarer Kodi. (Such as global fanart dispare few times). Personally, I dont know other skins also stable and clean, clean and pleasant, like yours. Congratulations.


RE: KOver : Customizable [Kodi 16] - Jayz2K - 2016-02-20

@Reynald : thx for testing Wink I will fix bug reported by reaven and will investigate about clearlogo at season level and I won't be far to submit. I sent one more request for transifex translation but nothing seems to move on :/ Will ping Alan for news about that.


RE: KOver : Customizable [Kodi 16] - reaven - 2016-02-20

(2016-02-20, 19:40)Jayz2K Wrote: @Reynald : thx for testing Wink I will fix bug reported by reaven and will investigate about clearlogo at season level and I won't be far to submit. I sent one more request for transifex translation but nothing seems to move on :/ Will ping Alan for news about that.
Cool, I make it work by using this as suggest in the Artworkdownloader wiki:
Code:
<texture background="true" colordiffuse="FFFFFFFF">$INFO[ListItem.Path]logo.png</texture>
                            <visible>Skin.String($PARAM[CompPrefix].B3Typ,CLEARLOGO)<!-- + !IsEmpty(ListItem.Art(clearlogo)) --></visible>
but the problem is make the conditional work for the fallback image, so easier if ListItem.Art(clearlogo) could work at season/episode level and/or you could check if a file exist.

you need help translating, what language ?


RE: KOver : Customizable [Kodi 16] - Reynald - 2016-02-21

(2016-02-20, 22:29)reaven Wrote: you need help translating, what language ?

I sent Jay Translate French in MP


RE: KOver : Customizable [Kodi 16] - Jayz2K - 2016-02-21

@reaven : I fixed the artwork downloader issue.

@Reynald : thx for translation Wink will take a look at it

@all : until I get it fully translated in transifex, any langage translation is welcome and will be added in next Update.

I had to push faster than I thought V1.0.0 since Jarvis is out. I don't want to support old releases and I'm sure it's going to be more downloaded now Jarvis is also stable. I will dig clearlogo next week and if I can do something will Update repo ASAP.


RE: KOver : Customizable [Kodi 16] - Reynald - 2016-02-21

How can I make a shortcuts with addon TV show next aired in widget on the Home menu,? It is not visible in the available shortcuts.


RE: KOver : Customizable [Kodi 16] - Kokonutcreme - 2016-02-22

Jay found a bug in latest commit.

When selecting update custom lists, "custom list 1 was found" was repeated twice. At first I thought I was using two custom lists using the same custom number, but in KOver Designer, selecting list in bloc 1, custom list 1 and custom list 2 were available for selection.


RE: KOver : Customizable [Kodi 16] - colbert - 2016-02-22

Just me or when adding new source in Kover there is no button for Settings in set content? Like bottom left here: https://anonmgur.com/up/aea4305d9830bd2dc6ed9290a3c8f3ac.png But Kover I tried scrolling every which way: https://anonmgur.com/up/3f8ed201a9bcfebc372884079f06413d.png


RE: KOver : Customizable [Kodi 16] - Reynald - 2016-02-22

No, you must go to settings / extensions (addons) and setting addons. This should be a choice of Jay.


RE: KOver : Customizable [Kodi 16] - fantasticn - 2016-02-22

(2016-02-21, 14:20)Jayz2K Wrote: @all : until I get it fully translated in transifex, any langage translation is welcome and will be added in next Update.


Well, since it is in english and you already have french translation all I can offer is translation into German. So what would I have to do then?


RE: KOver : Customizable [Kodi 16] - Jayz2K - 2016-02-22

(2016-02-21, 14:43)Reynald Wrote: How can I make a shortcuts with addon TV show next aired in widget on the Home menu,? It is not visible in the available shortcuts.

Did you try browsing your addons in Select widgets > Add-ons > ?

(2016-02-22, 00:29)Kokonutcreme Wrote: Jay found a bug in latest commit.

When selecting update custom lists, "custom list 1 was found" was repeated twice. At first I thought I was using two custom lists using the same custom number, but in KOver Designer, selecting list in bloc 1, custom list 1 and custom list 2 were available for selection.

Thx for reporting, fixed on git.

(2016-02-22, 00:43)colbert Wrote: Just me or when adding new source in Kover there is no button for Settings in set content? Like bottom left here: https://anonmgur.com/up/aea4305d9830bd2dc6ed9290a3c8f3ac.png But Kover I tried scrolling every which way: https://anonmgur.com/up/3f8ed201a9bcfebc372884079f06413d.png

Thx for reporting, fixed on git. Button was coded but with a visibility condition that had nothing to do there.

(2016-02-22, 10:02)fantasticn Wrote: Well, since it is in english and you already have french translation all I can offer is translation into German. So what would I have to do then?

If you wanna help, file is here :

https://raw.githubusercontent.com/Jayz2K/skin.KOver/master/language/English/strings.po

It requires to translate all strings msgid "" and send me the new stings.po file.

Much appreciated, thx for helping Smile