• 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 108
CCM for Helix
Havent tried it with confluence. Ive just moved over from Aeon Nox.

Will there be an option in future to fall back to a default or custom background? Its taking about 20 seconds to load in the album covers on my box.

Also, with the Addon Widgets. There are 10 addon sets, but 12 spaces for menu items. Is there any way I can add two extra addon sets via the guisettings.xml?
Reply
Thanks for the work Mudislander. I have your skin loaded now and plan to make it my default skin and tweak it from here.

1) I would like to change the default color (blue) on the menu bar. I checked guisettings.xml to see if there was a main setting but I did not see it.
I added a Sports menu item and added color and it did not have any effect. Can you suggest where to look so I can change that color?
<setting type="string" name="skin.ccm.helix.HomeItem.7.Label">[COLOR green]Sports[/COLOR]</setting>

ok, I was able to get the above done, I just hadnt restarted Kodi for the effect to take place but there must be a global setting somewhere. I would like it to be green when highlighted but then go back to the grey when it is not highlightedl

2) I use add-ons only, I do not have any music, tv, movies that I import and catalog with xbmc. Is there a quick way for me to go in to the guisettings.xml and make all the Home Items- Sub Menus blank? Or is it just easier to go in the skin settings and clear them? Are there any drawbacks from doing either one?
Reply
(2015-01-18, 23:03)Mudislander Wrote:
(2015-01-18, 21:42)jcorsaut Wrote: Mudislander just updated to 3.0.2 and things are working great!

Is it possible to hide the widget titles that appear under the widget portion of the screen (ie Movies - Random Movies)?

I was playing around with fonts a bit, found one called MC360.ttf, used the section of the font code where you had massive.ttf and replaced it. Results below, I think it looks pretty good.

Hmm I actually wanted to remove the widget titles as I don't think there's enough room for them, but thought users would complain they didn't know which widget was up. I'd still prefer to remove the titles completely rather than have a toggle to show or hide them. It's up to you guys.

The font is a bit skinny on the main menu, but looks good on the rest of the screen. Providing it's in the public domain it's also up to guys, it's not difficult to add a font to the MOD.


I'd put in a vote for not having the widget titles at all.
Reply
Hi all,
I still have Gotham and I'm not going to update to Helix for a while. How do I get the CCM for Gotham? The repo only has CCM for Helix.

Any help is appreciated.

Thanks,
BlueKalel
Reply
(2015-01-18, 23:55)dan_jericho Wrote: Havent tried it with confluence. Ive just moved over from Aeon Nox.

Will there be an option in future to fall back to a default or custom background? Its taking about 20 seconds to load in the album covers on my box.

Also, with the Addon Widgets. There are 10 addon sets, but 12 spaces for menu items. Is there any way I can add two extra addon sets via the guisettings.xml?

I could put in a setting for slower boxes not to use the CDwall as a fallback.

Re the widgets, I'm still undecided - I know there's only ten addon sets for twelve menu items. Do you seriously have an addon set showing for every menu item on the menu?

But to answer your question about editing guisettings.xml - No - The MOD as to know to look there for the settings.

(2015-01-19, 00:06)DWhite Wrote: Thanks for the work Mudislander. I have your skin loaded now and plan to make it my default skin and tweak it from here.

1) I would like to change the default color (blue) on the menu bar. I checked guisettings.xml to see if there was a main setting but I did not see it.
I added a Sports menu item and added color and it did not have any effect. Can you suggest where to look so I can change that color?
<setting type="string" name="skin.ccm.helix.HomeItem.7.Label">[COLOR green]Sports[/COLOR]</setting>

ok, I was able to get the above done, I just hadnt restarted Kodi for the effect to take place but there must be a global setting somewhere. I would like it to be green when highlighted but then go back to the grey when it is not highlightedl

2) I use add-ons only, I do not have any music, tv, movies that I import and catalog with xbmc. Is there a quick way for me to go in to the guisettings.xml and make all the Home Items- Sub Menus blank? Or is it just easier to go in the skin settings and clear them? Are there any drawbacks from doing either one?

1) I see you got it working, but for everyone else you need an equal sign eg [COLOR=green]Blah Blah[/COLOR

Actually can I state to everyone be careful of editing guisettings.xml it holds a lot of info on your setup and a mistake will send you back to defaults.

There is a global place you could change the colour Blue - In the folder "skin.ccm.helix\colors" edit the defaults.xml file. This would change all the blue throughout the skin.

If you're going to do a lot of editing - make yourself a keymap.xml under the "Kodi\userdata\keymaps" directory - Then F5 reloads the skin. Also beware you should only edit guisettings.xml while Kodi is not running as it's in memory and your changes can get reverted or worse.

Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<keymap>
    <global>
        <keyboard>
            <F5>XBMC.ReloadSkin()</F5>
         </keyboard>
    </global>
</keymap>

2) I've now got to say it's better through skin settings Big Grin Seriously some switches affect more than one setting.

(2015-01-19, 00:10)jcorsaut Wrote:
(2015-01-18, 23:03)Mudislander Wrote:
(2015-01-18, 21:42)jcorsaut Wrote: Mudislander just updated to 3.0.2 and things are working great!

Is it possible to hide the widget titles that appear under the widget portion of the screen (ie Movies - Random Movies)?

I was playing around with fonts a bit, found one called MC360.ttf, used the section of the font code where you had massive.ttf and replaced it. Results below, I think it looks pretty good.
Hmm I actually wanted to remove the widget titles as I don't think there's enough room for them, but thought users would complain they didn't know which widget was up. I'd still prefer to remove the titles completely rather than have a toggle to show or hide them. It's up to you guys.

I'd put in a vote for not having the widget titles at all.

Cool! - Both the large and small widget layouts ?

(2015-01-19, 03:38)BlueKalel Wrote: Hi all,
I still have Gotham and I'm not going to update to Helix for a while. How do I get the CCM for Gotham? The repo only has CCM for Helix.

Any help is appreciated.

Thanks,
BlueKalel

The Gotham version is still on GitHub. You can download an install via the zip option. You'll need to remove the "master" bit from the directory folder in the zip before installing.
Noli illegitimi carborundum


Reply
Actually have been thinking about font colours after DWhite's post. I've tried having a setting to change colours before - but went totally overboard and slowed the skin to a crawl - Not Me At All Big Grin

However how many of you guys would be interested in changing a few of the font colours eg: blue, white and the orange colour. The change would be global and not too many choices maybe basic colours to start off with and some popular colours.

Also I hate doing help files, if anyone would like to start and maintain a wiki page we could request one get added. Which brings us to the next point "Translations" I take it not everyone prefers English as the M$OD's language. I need to do some work on sorting the language file and will get it uploaded to Transifex.
Noli illegitimi carborundum


Reply
Hey Mudislander,

Just start by saying top skin, have no need for the fancy stuff, this does the job of providing custom menu's.

I'm having trouble installing CCM Helix on OpenElec 5.0.0 on my NUC. I've got the Hybrid Repo (installed on previous version of OpenElec) just new skin doesn't show up in the list under "Skin" in the repo? Any thoughts? Worked fine on the OUYA.

Now as i'm typing this, there is one thing I haven't tried, and that's removing the repo and re-adding...
Reply
With the bigger widgets we are almost there regarding the concerts. But, at the homscreen the concerts widget now use fanart instead of thumbnail. I want thumbnail, or an option to use thumbnail instead of fanart. Otherwise it looks fantastic!
Reply
Easy fix, thought I had used thumbnails. Will look when I get home tonight.
Noli illegitimi carborundum


Reply
(2015-01-18, 13:30)trogggy Wrote: Thanks for updating, I love this skin!

There's a glitch on my installs - I have a home item set to Live TV (Channels). It doesn't appear when kodi starts up, but if I click into anything else and return it's there. Live TV is there from the start on default confluence.
Anyone see similar?

jep, same here ..

and "upcoming recordings" is not shown over home item live tv but over another self created menu item (Power [Options])

So Long

LCS
HTPC Specs: Silverstone GD05B Case, ASUS P8H61-M LE/USB3, i5-3470S, GT1030, 8 GB RAM , 2 TB HDD, iHOS104 BluRay Drive, TT DVBS2-1600, Sony PS3 BD Remote control
PS3 BD Remote Control Daemon for Kodi/Linux
UNCHAINED Demo Group
Reply
(2015-01-19, 09:20)Mudislander Wrote:
(2015-01-19, 00:10)jcorsaut Wrote:
(2015-01-18, 23:03)Mudislander Wrote: Hmm I actually wanted to remove the widget titles as I don't think there's enough room for them, but thought users would complain they didn't know which widget was up. I'd still prefer to remove the titles completely rather than have a toggle to show or hide them. It's up to you guys.

I'd put in a vote for not having the widget titles at all.

Cool! - Both the large and small widget layouts ?

That's what I would do, no titles on both large and small widgets.
Reply
(2015-01-19, 12:10)LastCoder Wrote:
(2015-01-18, 13:30)trogggy Wrote: Thanks for updating, I love this skin!

There's a glitch on my installs - I have a home item set to Live TV (Channels). It doesn't appear when kodi starts up, but if I click into anything else and return it's there. Live TV is there from the start on default confluence.
Anyone see similar?

jep, same here ..

and "upcoming recordings" is not shown over home item live tv but over another self created menu item (Power [Options])

So Long

LCS

TV channels should now appear on v3.0.3 - if not let me know.

Upcoming recordings show up wherever there is no widget. Was easier that way. Could tighten it up I suppose
Noli illegitimi carborundum


Reply
Please!
Is there any way to turn off the panning artwork background when I play music?
I just want the default music backdrop (like stock confluence) please...
thank you
Reply
There is, but it's not activated. I hope to work on the Music and Video playback screens this week and will organise it.
Noli illegitimi carborundum


Reply
(2015-01-19, 10:15)Mudislander Wrote: Actually have been thinking about font colours after DWhite's post. I've tried having a setting to change colours before - but went totally overboard and slowed the skin to a crawl - Not Me At All Big Grin

However how many of you guys would be interested in changing a few of the font colours eg: blue, white and the orange colour. The change would be global and not too many choices maybe basic colours to start off with and some popular colours.

Also I hate doing help files, if anyone would like to start and maintain a wiki page we could request one get added. Which brings us to the next point "Translations" I take it not everyone prefers English as the M$OD's language. I need to do some work on sorting the language file and will get it uploaded to Transifex.

I like this idea! That Amber/Yellow one and blue are the ones I would vote for....
Reply
  • 1
  • 14
  • 15
  • 16(current)
  • 17
  • 18
  • 108

Logout Mark Read Team Forum Stats Members Help
CCM for Helix11