(2017-08-15, 16:44)taurus35 Wrote: Hi jurialmunkey,
So what your saying is that I can have different views for sets but have to turn off locking for movies & go into each set & set it manually? I thought there used to be an option on another skin I used (Titan I think) to control the view type of sets to save having to change each one manually. I believe it was in settings under view control or something like that.
I wasn't keen on the "Lovefilm" style. Maybe when you have time you can take a look at the views suggested & see if they would compliment Horizon with its style?
Cheers
Yes that is what I'm saying. Kodi doesn't return a special content type for movies inside sets. I lock views depending on what the content type is. I can think of one approach to have a specific movie set lock, but it is a far messier method so I'm not keen to implement it.
What are you not keen on in the Lovefilm view? I don't really see how any of those Bello views would translate properly to the design language of Horizon. I don't like those Gallery type views because the rotated text is a real pain and requires a bunch of hacky tricks to make work correctly. Without the rotated text, Gallery is very similar to Lovefilm. The only difference for Videowall is that it has those weird lines dividing it into rectangles all over it which I really don't like and don't think suits the style in Horizon. And I'm not a fan of Showtime because it obscures too much of the artwork in favour of a flashy animation.
(2017-08-15, 17:56)komplex Wrote: Everytime i reload the skin or change from Estuary to Horizon i get this
When i check the logs i see this DEBUG: CDirectoryProvider[plugin://plugin.video.youtube/special/related_videos/?video_id=]: refreshing.. but i don't use the Kodi youtube addon and have no widgets or anything set for it, any ideas?
Also the Display logo in showcase viewtype does nothing it still shows the characterart when it's checked
Can you try with latest git. It is related to a feature I added for youtube. Hopefully, this will only include the code if you already have youtube installed.
(2017-08-15, 22:26)Blurayx Wrote: Hi jurialmunkey,
Would it be possible to add an icon only option
Added to my todo list.
(2017-08-16, 00:29)foghat Wrote: Gave it a try, this is looking good, thx! It seems as though the view side blade is about full, so I guess there probably isn't room to put this option there anyways.
Thx again!
Yeah I'm a bit wary of bloating the sideblade with too many options. Plus it makes the code more complex to check for every single view (not that difficult to do, but it is a bit annoying).
(2017-08-16, 00:31)foghat Wrote: (2017-08-15, 17:56)komplex Wrote: Everytime i reload the skin or change from Estuary to Horizon i get this
When i check the logs i see this DEBUG: CDirectoryProvider[plugin://plugin.video.youtube/special/related_videos/?video_id=]: refreshing.. but i don't use the Kodi youtube addon and have no widgets or anything set for it, any ideas?
Also the Display logo in showcase viewtype does nothing it still shows the characterart when it's checked
Taking a shot in the dark, maybe the 'trailer' option on the movie info page pulls/uses youtube some how? Other than that, I don't know. Have you tried just installing the add-on at the prompt?
It is related to a feature I added to video osd controls that allows you to view recommended or related youtube videos to the one you are watching -- a bit like the up next feature on the youtube website that shows related videos down the side.
When you click the recommended button in the osd controls you get something like this:
(2017-08-16, 01:29)Edworld Wrote: (2017-08-15, 05:55)jurialmunkey Wrote: Also, I didn't change anything about how I was blurring things... What do you think changed?
startup.xml has different code in line 30
Yeah but the code related to blur size is the same, which is the important one. I was trying out some new features in the git version of colorbox unrelated to blur. Just now I rolled back to the official repo version of colorbox and it seems that the additional settings in the startup line is causing an error which makes colorbox revert to its default settings (rather than using the specified settings). Because I was using the git version, I wasn't seeing this error. So basically, we were both correct. I've fixed the line so that it works with the repo version -- I will have to be wary of this in the future until the new colorbox hits the official repo.