Kodi Community Forum
CCM for Helix - 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: CCM for Helix (/showthread.php?tid=212898)



RE: CCM for Helix - Mudislander - 2015-01-11

(2015-01-11, 10:49)xbmcwayist Wrote:
(2015-01-10, 09:49)Mudislander Wrote: There was plans, but code didn't work as planned and actually was responsble for the mouse issue in "General Settings" so has been scrapped.

No problem. By chance do you happen to know which xml file inside the 720p folder houses the code to change which Main Menu item is focused at first startup?

In either a past version of yours skin or another one I tweaked, I recall simply changing the default Main Menu Item #3 to whatever I wanted so it is the focused one. I think it is that simple to do by hand for me without the need of an actual Skin Settings option. I just do not remember which xml file I did this to. Hehe.

(2015-01-11, 11:43)nukesta Wrote: How can i change the default start up so the start screen starts at video and not pictures?

Yep that's the problem I said I had.

The file is IncludesMainMenu.xml

PHP Code:
<include name="HomeMainMenuSys">
        <
left>-110</left>
        <
top>5</top>
        <
width>1500</width>
        <
height>60</height>
        <
onleft condition="!Skin.HasSetting(FixedEndingMenu)">9000</onleft>
        <
onright condition="!Skin.HasSetting(FixedEndingMenu)">9000</onright>
        <
onleft condition="Skin.HasSetting(FixedEndingMenu)">noop</onleft>
        <
onright condition="Skin.HasSetting(FixedEndingMenu)">noop</onright>
        <
onup condition="!Skin.HasSetting(DisableGlobalSearch)">608</onup>
        <
onup condition="Skin.HasSetting(DisableGlobalSearch)">603</onup>
        <
ondown>9001</ondown>
        <
pagecontrol>-</pagecontrol>
        <
scrolltime>300</scrolltime>
        <
focusposition>2</focusposition>
        <
movement>1</movement>
        <
orientation>Horizontal</orientation>
        <
itemlayout height="60" width="300"



RE: CCM for Helix - a7jvd1 - 2015-01-11

Hi Mudislander,

Just wanted to say a BIG Thank You for creating the best ever Skin I have ever used. It is Great News you are back on the scene and you are creating Confluence Mod updated skin for Kodi. Smile

I have been using Confluence Mod for a while now and love the simplicity and ease of navigation and the Custom Main Menus and Custom Sub Menus including the ability to use Favourite items in sub menus and the custom backgrounds.

It is personal preference but I like to keep the main menus buttons higher, hence the ability to lower or higher it would be great.

It is amazing how much great work you put in to this, do you have a Paypal donation button or anything?


RE: CCM for Helix - thewarm - 2015-01-11

Thanks for workinging on this skin!

Now an open question... how come (after all these years and revisions) has the "list view" been left incomplete? By that I mean the missing frame around the folder/poster image on the right! The frame is there in the media views.

How hard would it be to put a matching frame on the right?
It would make the feel more fluid.

Here is a link to the "gray" theme I've been using for a while (updated for Helix).
my Gray Theme
Image
and my "setup" image
Image


RE: CCM for Helix - Mudislander - 2015-01-11

Added CCM-Helix to Hybrid Repo which needs to be downloaded and added via the zip option.

(2015-01-11, 16:58)thewarm Wrote: Thanks for workinging on this skin!

Now an open question... how come (after all these years and revisions) has the "list view" been left incomplete? By that I mean the missing frame around the folder/poster image on the right! The frame is there in the media views.

How hard would it be to put a matching frame on the right?

Onedrive images

It would make the feel more fluid.

Because "list view" is a default file type view and unlike the library type views all sorts of different size images get presented in one list


RE: CCM for Helix - nukesta - 2015-01-11

(2015-01-11, 15:26)Mudislander Wrote:
(2015-01-11, 10:49)xbmcwayist Wrote:
(2015-01-10, 09:49)Mudislander Wrote: There was plans, but code didn't work as planned and actually was responsble for the mouse issue in "General Settings" so has been scrapped.

No problem. By chance do you happen to know which xml file inside the 720p folder houses the code to change which Main Menu item is focused at first startup?

In either a past version of yours skin or another one I tweaked, I recall simply changing the default Main Menu Item #3 to whatever I wanted so it is the focused one. I think it is that simple to do by hand for me without the need of an actual Skin Settings option. I just do not remember which xml file I did this to. Hehe.

(2015-01-11, 11:43)nukesta Wrote: How can i change the default start up so the start screen starts at video and not pictures?

Yep that's the problem I said I had.

The file is IncludesMainMenu.xml

PHP Code:
<include name="HomeMainMenuSys">
        <
left>-110</left>
        <
top>5</top>
        <
width>1500</width>
        <
height>60</height>
        <
onleft condition="!Skin.HasSetting(FixedEndingMenu)">9000</onleft>
        <
onright condition="!Skin.HasSetting(FixedEndingMenu)">9000</onright>
        <
onleft condition="Skin.HasSetting(FixedEndingMenu)">noop</onleft>
        <
onright condition="Skin.HasSetting(FixedEndingMenu)">noop</onright>
        <
onup condition="!Skin.HasSetting(DisableGlobalSearch)">608</onup>
        <
onup condition="Skin.HasSetting(DisableGlobalSearch)">603</onup>
        <
ondown>9001</ondown>
        <
pagecontrol>-</pagecontrol>
        <
scrolltime>300</scrolltime>
        <
focusposition>2</focusposition>
        <
movement>1</movement>
        <
orientation>Horizontal</orientation>
        <
itemlayout height="60" width="300"


So which one do you change ? Focus position?


RE: CCM for Helix - I_Terrabull - 2015-01-11

I deleted the CCM Helix.master (from github) version and installed CCM Helix 3.0.0 from Hybrid Repo.

Now the thumbnails for the addon shortcuts aren't showing up on the main menu. The shortcuts and label names are there and can be opened. I just can't 'see' the images. Is there a setting to enable this?


RE: CCM for Helix - Mudislander - 2015-01-11

That's a bug - I've got it too Sad Will look for it

I take it that the MOD installs from the Repo?



Edit Updated MOD to v3.0.1 to fix above bug + Edited 1st Post with shortcut to repo and screenshots


RE: CCM for Helix - I_Terrabull - 2015-01-11

(2015-01-11, 19:09)Mudislander Wrote: Edit Updated MOD to v3.0.1 to fix above bug + Edited 1st Post with shortcut to repo and screenshots

Force refreshed repo, now everything working. Thanks


RE: CCM for Helix - dscraw4d - 2015-01-11

Hello,

I was wondering if you can change your widget script for recent movies so when a user <onclicks> a item it pops up a menu to either play the trailer or the movie?

Thanks!


RE: CCM for Helix - dpetr - 2015-01-11

Latest version in repo updates, but now the theme selection is unavailable. would prefer revamp as in github.


RE: CCM for Helix - Mudislander - 2015-01-11

You'll need to explain further - I've got no problems with theme backgrounds.


RE: CCM for Helix - dpetr - 2015-01-12

What I mean to say is that on the skin Appearance->Settings page, the theme entry is greyed out, not selectable. Just like in normal Confluence skin. A few days back, the theme was selectable between "default" and "Revamp", with the Revamp advantage of a hidden grey bar at the bottom of the home page. That option isn't available for me? Thanks in advance.


RE: CCM for Helix - ash323i - 2015-01-12

Nice work Mudislander!

I've noticed a couple of things that I'd to be included if possible. Are the country certification flags (ie MPAA equivalent for each country) still able to be used? I can't see any radio buttons allowing them, or lists for each country. And the ability to change the Main Menu position would also be great.


RE: CCM for Helix - Mudislander - 2015-01-12

(2015-01-12, 00:45)dpetr Wrote: What I mean to say is that on the skin Appearance->Settings page, the theme entry is greyed out, not selectable. Just like in normal Confluence skin. A few days back, the theme was selectable between "default" and "Revamp", with the Revamp advantage of a hidden grey bar at the bottom of the home page. That option isn't available for me? Thanks in advance.

"Revamp" was never one of my themes, you must have picked it up from somewhere else - maybe Angelina's mod of the old CCM ?

(2015-01-12, 05:38)ash323i Wrote: Nice work Mudislander!

I've noticed a couple of things that I'd to be included if possible. Are the country certification flags (ie MPAA equivalent for each country) still able to be used? I can't see any radio buttons allowing them, or lists for each country. And the ability to change the Main Menu position would also be great.

I haven't done anything with the views yet and was thinking about MPAA flags yesterday and have decided before I bring that option back we need some images for other countries that match the Confluence theme.

Ability to change menu position is on the cards, just trying to track down the issue of not being able to change the initial focus of the main menu on start up.


RE: CCM for Helix - Mudislander - 2015-01-12

(2015-01-11, 22:34)dscraw4d Wrote: Hello,

I was wondering if you can change your widget script for recent movies so when a user <onclicks> a item it pops up a menu to either play the trailer or the movie?

Thanks!

Been thinking about this, not something I'd use personally, what do other guys think?