Kodi Community Forum
v17 Horizon - Krypton - 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: Horizon (https://forum.kodi.tv/forumdisplay.php?fid=277)
+----- Thread: v17 Horizon - Krypton (/showthread.php?tid=317395)



RE: Horizon - jurialmunkey - 2017-09-02

(2017-09-02, 18:03)Zacharybinx34 Wrote: When trying to set fallback image I'm getting "toolbox error"

Any ideas?

Works fine for me. Will need a debug log to see what is going on.
Also, check you have script.toolbox installed (Skin Settings > Manage Dependencies)


(2017-09-02, 20:55)colbert Wrote: Just trying music playback, if I press C it flashes some window on the left and disappears, is that disabled in this skin? Just checked wiki and there's a sidebar, is that not in Horizon? Just messing about as I've never used music in xmbc/kodi.
It is pvr channels sidebar. It is used n the music vis when playing radio via a pvr tuner - so that is why it is closing because you aren't playing radio. It is called with an activatewindow(pvrosdchannels) in the keymap rather than having a special command so that's why it flashes on screen (tries to open then as soon as it loads realises it shouldn't be open basically).


RE: Horizon - Blurayx - 2017-09-03

@jurialmunkey,

Not sure if it's a skin bug.

When I select none after creating widgets, Is it meant to display just none or whats show in the image below?
Not a problem just wondering Smile

Image


RE: Horizon - jurialmunkey - 2017-09-04

@Blurayx -- I've been meaning to fix that for a while, just a bit annoying the way the fix has to be done so I've been putting it off. Should be fixed now Smile


RE: Horizon - Blurayx - 2017-09-04

(2017-09-04, 00:47)jurialmunkey Wrote: @Blurayx -- I've been meaning to fix that for a while, just a bit annoying the way the fix has to be done so I've been putting it off. Should be fixed now Smile

Thank you Smile


You know I'm a big fan of (fuse)neue but Horizon has won me over. I really like what you've done to the music and next up GUI Smile


RE: Horizon - WishX - 2017-09-04

I saw Horizon on a build and knew it wasn't in the repo, so I had to track it down because it's the best skin I've seen since... well, since (fuse) neue, Arctic Zephyr and Eminence 2.0; three of my favorite skins! I bounce back and forth between all three of them just to keep things fresh, but I can't get away from the easy-on-the-eyes and professional-looking signature gray style. I'm a big fan.

Anyway, I popped in to say that Horizon is absolutely amazing and works VERY well on the build I'm using. I can't wait for it to hit the repository! Keep up the great work!


RE: Horizon - chrispe - 2017-09-04

jurialmunkey, could you add series' title next to episode, it would be helpful for someone who wants to disable text labels on landscape widgets

Image


RE: Horizon - foghat - 2017-09-04

accidental repost.


RE: Horizon - ferent - 2017-09-04

Another request Jurialmunkey,

I usually use the Extended info view to navigate through the actors/actress films to see if there is any that worth a watch, and I'd like to request if you can add the IMDB rating together with the title of each movie an actor has participated.
I'm at work currently, so I can't send you an screenshot, but I can describe how to go there:
1. Clic info in any movie
2. Select an actor and press down
3. In the actor info view, you can see all the movies this actor has done, and while you navigate through them you can read the title of each movie on top, so I'd like to have the movie rating after the movie tittle.

Is that possible?

Thanks


RE: Horizon - Edworld - 2017-09-04

Jurialmunkey,

I was able to replace weather with studio on dialogvideoinfo using the code below:

<include name="Topbar_TextDetails_DateTime">
<control type="group">
<centertop>53%</centertop>
<height>100</height>
<right>40</right>
<control type="image">
<width>140</width>
<height>140</height>
<right>-10</right>
<top>-16</top>
<aspectratio>keep</aspectratio>
<texture colordiffuse="main_fg_100">$INFO[ListItem.Studio,resource://resource.images.studios.coloured/,.png]</texture>
</control>
</control>
</include>

I can't get it to work without including the include condition at the beginning. Is there an easier way to accomplish this?

watch gallery



RE: Horizon - WishX - 2017-09-05

jurialmunkey,

I just noticed something. When you add the "recently added movies" or "recently added TV shows" widget to the main screen, they only show images (Square, Landscape or Poster) and no plot info or description like your other skins do. Is this a planned feature that hasn't made it in yet? I really do think this is probably the only thing missing overall. Otherwise, it's damn-near perfect.

Edit: also titles like chrispe said above.

Thanks!
Wishx


RE: Horizon - jurialmunkey - 2017-09-05

(2017-09-04, 03:34)Blurayx Wrote: I really like what you've done to the music and next up GUI Smile
Yeah I'm pretty happy with how the new music osd has turned out.


(2017-09-04, 05:52)WishX Wrote: I saw Horizon on a build and knew it wasn't in the repo, so I had to track it down because it's the best skin I've seen since... well, since (fuse) neue, Arctic Zephyr and Eminence 2.0; three of my favorite skins! I bounce back and forth between all three of them just to keep things fresh, but I can't get away from the easy-on-the-eyes and professional-looking signature gray style. I'm a big fan.

Anyway, I popped in to say that Horizon is absolutely amazing and works VERY well on the build I'm using. I can't wait for it to hit the repository! Keep up the great work!
Thanks! Glad you are enjoying it! Big Grin

Always like to hear that others are getting as much enjoyment out of my skins as I do.

(2017-09-04, 11:54)chrispe Wrote: jurialmunkey, could you add series' title next to episode, it would be helpful for someone who wants to disable text labels on landscape widgets
Done. I added it before the episode number/name (e.g. TvShow Title - 1x03. Episode Name).
I wasn't sure if it should go this way or flipped the other way (e.g. 1x03. Episode Name - TvShow Title)
Let me know if you think it needs to be flipped or if it is good how it is now.

(2017-09-04, 16:34)ferent Wrote: Another request Jurialmunkey,

I usually use the Extended info view to navigate through the actors/actress films to see if there is any that worth a watch, and I'd like to request if you can add the IMDB rating together with the title of each movie an actor has participated.
Done. Added Year and Rating. Smile


(2017-09-04, 19:57)Edworld Wrote: Jurialmunkey,

I was able to replace weather with studio on dialogvideoinfo using the code below:
*snip*
I can't get it to work without including the include condition at the beginning. Is there an easier way to accomplish this?

You shouldn't need to include it again as the code is already included. Better to add a visibility condition to the clock group to not show when videoinfo is open and then add your group below with the appropriate visibility condition

Basically, replace your code with this:
https://pastebin.com/raw/6DYALyvd

I didn't test it, but it should work.


(2017-09-05, 02:57)WishX Wrote: I just noticed something. When you add the "recently added movies" or "recently added TV shows" widget to the main screen, they only show images (Square, Landscape or Poster) and no plot info or description like your other skins do. Is this a planned feature that hasn't made it in yet? I really do think this is probably the only thing missing overall. Otherwise, it's damn-near perfect.

Not planned. I don't think having a description works that well with multiple widgets - there are a lot of widgets like genre or countries or directors that don't work well with descriptions. Being able to turn on or off descriptions for widgets would mean that the widgets need to be different sizes which is a real pain to handle properly. You can always press info to get to the information dialog. I might add something like this in the future, but for now its not planned.


RE: Horizon - WishX - 2017-09-05

(2017-09-05, 06:19)jurialmunkey Wrote: Not planned. I don't think having a description works that well with multiple widgets - there are a lot of widgets like genre or countries or directors that don't work well with descriptions.

That just made me thing of something else I hadn't before, especially looking at the Title and Season/Episode info in chrispe's post. What about the Plot Outline after the title? They are usually short and fit on one line. Do you think that would look ridiculous? I figure if it doesn't wrap, it might be kind of cool. Just a thought.

Thanks again!


RE: Horizon - jurialmunkey - 2017-09-05

(2017-09-05, 07:48)WishX Wrote:
(2017-09-05, 06:19)jurialmunkey Wrote: Not planned. I don't think having a description works that well with multiple widgets - there are a lot of widgets like genre or countries or directors that don't work well with descriptions.

That just made me thing of something else I hadn't before, especially looking at the Title and Season/Episode info in chrispe's post. What about the Plot Outline after the title? They are usually short and fit on one line. Do you think that would look ridiculous? I figure if it doesn't wrap, it might be kind of cool. Just a thought.

Thanks again!

I tested it out, but nearly all of them are too long and its not that useful (and painful to have it scroll). I think you really need at least 2 lines to make plot text worthwhile. It works ok using the movie tagline, but that doesn't really tell you what the movie is about.


RE: Horizon - chrispe - 2017-09-05

(2017-09-05, 06:19)jurialmunkey Wrote:
(2017-09-04, 11:54)chrispe Wrote: jurialmunkey, could you add series' title next to episode, it would be helpful for someone who wants to disable text labels on landscape widgets
Done. I added it before the episode number/name (e.g. TvShow Title - 1x03. Episode Name).
I wasn't sure if it should go this way or flipped the other way (e.g. 1x03. Episode Name - TvShow Title)
Let me know if you think it needs to be flipped or if it is good how it is now.

it looks perfect this way, thank you!


RE: Horizon - chrispe - 2017-09-05

(2017-08-29, 01:37)Edworld Wrote: Before I jump of a cliff, how do I re-order widgets?

If i access a show from the widget, it doesn't display actors

watch gallery

how did you manage to show this weather icon set at the top right corner?