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-02-13

(2015-02-12, 03:20)u2pop Wrote: i have the same problem i dont find the recent movies on select widget set only show me Recent Albums, Random Albums and Suggest Albums there are no 'RECENT MOVIES' there removed it?

and my question is the RECENT MOVIES option is not the thumbnail show in the top in the home menu ? like this one...

http://i.imgur.com/wgsLyaB.jpg

If you can only see music type choices then then CCM can see that you're adding music and not movies - therefore no movie type options like recent/random movies


RE: CCM for Helix - Mudislander - 2015-02-13

(2015-02-12, 15:58)dunkle Wrote: Anyone able help on this ?

The suggested episodes bit is a HUGE part of my Kodi setup

Haven't checked yet, but pretty sure I haven't included that window - also missed that I hadn't removed the option Blush Will add it in when I get the chance.


RE: CCM for Helix - Mudislander - 2015-02-13

(2015-02-11, 11:38)BlissSol Wrote: Hi Mudislander & anyone else who may be able to help me;

I'm compiling my own version of Kodi in which ive replaced the default confluence skin with CCM.
Anyway, I'm wanting to tweak a couple of settings within CCM, to change some of its default behavior;

For example, I'm wanting to turn-off "Enable Home Floor" & "Enable Single Global Background" (so by default there is no floor, or a global background).
I found both of these were associated with the numbers (#31069 & #31013) within the strings.po file within the language folder...
But i can't find any instance of these numbers elsewhere, or anything to disabling the Home Floor.

Any help greatly appreciated.

Easiest thing to do would leave the settings, but change the "Initial Install Default" Do this by editing "IncludesMainMenu.xml" Look for the section called "<include name="DefaultInitialSetup">" and near the bottom change the following command from

Code:
<onload>Skin.SetBool(SingleGlobalBackground)</onload>

to

Code:
<onload>Skin.SetBool(HideHomeFloor)</onload>



RE: CCM for Helix - Mudislander - 2015-02-13

(2015-02-09, 16:19)Solo0815 Wrote: I can't get the "ArtistSlideShow"-script to work. The ArtistSlideshow-Fanart does not show, only the saved fanart :o
The setting is "use external Pics first" (translated from German)

Sorry - can't help with that script - not mine.


RE: CCM for Helix - Mudislander - 2015-02-13

(2015-02-09, 16:03)FrodoPL Wrote:
(2015-02-08, 18:55)Gameforus Wrote: Mudislander,

Thanks for your effort on this skin, I love it. I also have 1 question. In Skin Setting -> Genernal, Background Transparency is set lowest to 10%, is there a way I can set it lower? what xml file is that setting at?

10%, 5%, 0% will be great!

Those %'s are not exact Wink

The code that does that is in "Includes.xml" and is the following section

Code:
<include name="TransparentEffect">
        <animation effect="fade" start="100" end="40" time="0" condition="SubString(skin.string(MediaPanelTrans),85)">Conditional</animation>
        <animation effect="fade" start="100" end="50" time="0" condition="SubString(skin.string(MediaPanelTrans),70)">Conditional</animation>
        <animation effect="fade" start="100" end="60" time="0" condition="SubString(skin.string(MediaPanelTrans),55)">Conditional</animation>
        <animation effect="fade" start="100" end="70" time="0" condition="SubString(skin.string(MediaPanelTrans),40)">Conditional</animation>
        <animation effect="fade" start="100" end="80" time="0" condition="SubString(skin.string(MediaPanelTrans),25)">Conditional</animation>
        <animation effect="fade" start="100" end="90" time="0" condition="SubString(skin.string(MediaPanelTrans),10)">Conditional</animation>
    </include>

eg: a setting of 10% fades the image by 90%

The bit to change the selected amounts is in SkinSettings.xml and is the following setion

Code:
<control type="button" id="148">
                        <width>750</width>
                        <height>40</height>
                        <font>font13</font>
                        <label>$LOCALIZE[31249]</label>
                        <label2>[COLOR=selected]$INFO[Skin.String(MediaPanelTrans)]$VAR[TransparentValue][/COLOR]</label2>
                        <textcolor>grey2</textcolor>
                        <focusedcolor>white</focusedcolor>
                        <texturefocus>MenuItemFO.png</texturefocus>
                        <texturenofocus>MenuItemNF.png</texturenofocus>
                        <onclick condition="IsEmpty(Skin.String(MediaPanelTrans))">Skin.SetString(MediaPanelTrans,10)</onclick>
                        <onclick condition="Skin.String(MediaPanelTrans,10)">Skin.SetString(MediaPanelTrans,25)</onclick>
                        <onclick condition="Skin.String(MediaPanelTrans,25)">Skin.SetString(MediaPanelTrans,40)</onclick>
                        <onclick condition="Skin.String(MediaPanelTrans,40)">Skin.SetString(MediaPanelTrans,55)</onclick>
                        <onclick condition="Skin.String(MediaPanelTrans,55)">Skin.SetString(MediaPanelTrans,70)</onclick>
                        <onclick condition="Skin.String(MediaPanelTrans,70)">Skin.SetString(MediaPanelTrans,85)</onclick>
                        <onclick condition="Skin.String(MediaPanelTrans,85)">Skin.Reset(MediaPanelTrans)</onclick>
                    </control>



RE: CCM for Helix - dunkle - 2015-02-13

(2015-02-13, 09:51)Mudislander Wrote:
(2015-02-12, 15:58)dunkle Wrote: Anyone able help on this ?

The suggested episodes bit is a HUGE part of my Kodi setup

Haven't checked yet, but pretty sure I haven't included that window - also missed that I hadn't removed the option Blush Will add it in when I get the chance.

Cheers
Be very much appreciated, its a huge part of how I use my setup and makes viewing so much easier

Love the work

Oh, one other small ask (sorry) but is there an option to lower the menu bar to bottom of screen ?

Thanks again and all the best


RE: CCM for Helix - dixons - 2015-02-14

(2015-02-13, 09:40)Mudislander Wrote:
(2015-02-13, 00:28)dixons Wrote: Not sure it's skin related but occasionally I have music from my library playing over a video that I'm watching.The first time I had to identify the song and stop it, the last time the only way I could get it to stop was to reboot the box.
Have checked most of the settings in the music section but can't seem to identify a problem.

Not seen that before, but let's check it's not the skin - Have you got "Party Mode on Screen Saver" set and did the screen saver kick in? Seems like a good place to start.

Party mode off, but put it on to check.Worked and a list of music to be played came up and I was able to control this.
Not happened again.


RE: CCM for Helix - newxbmc - 2015-02-14

Love your mod skin, can i ask a favor? Smile when i select an add-on not in english, vietnames specifically it does not show correct in that language (aeon nox shows correct in that language). Hope you can help to fix it Smile


RE: CCM for Helix - rodalpho - 2015-02-14

CCM darkens the entire screen, including the video itself, when you pause the video. I really hate this behavior, as I usually pause to look at something closely-- for example, whenever a show has a newspaper or computer screen I like to pause to read what it says, and that is impossible with CCM.

Can this behavior be disabled please, or offer an option to disable it?


RE: CCM for Helix - flhthemi - 2015-02-14

(2015-02-14, 18:11)rodalpho Wrote: CCM darkens the entire screen, including the video itself, when you pause the video. I really hate this behavior, as I usually pause to look at something closely-- for example, whenever a show has a newspaper or computer screen I like to pause to read what it says, and that is impossible with CCM.

Can this behavior be disabled please, or offer an option to disable it?

See post #726 in this thread. Wink


RE: CCM for Helix - rodalpho - 2015-02-14

My apologies, it's a very long thread and I didn't read the whole thing.

Excellent news!


RE: CCM for Helix - dixons - 2015-02-14

(2015-02-14, 00:34)dixons Wrote:
(2015-02-13, 09:40)Mudislander Wrote:
(2015-02-13, 00:28)dixons Wrote: Not sure it's skin related but occasionally I have music from my library playing over a video that I'm watching.The first time I had to identify the song and stop it, the last time the only way I could get it to stop was to reboot the box.
Have checked most of the settings in the music section but can't seem to identify a problem.

Not seen that before, but let's check it's not the skin - Have you got "Party Mode on Screen Saver" set and did the screen saver kick in? Seems like a good place to start.

Party mode off, but put it on to check.Worked and a list of music to be played came up and I was able to control this.
Not happened again.
Happened again so I'm thinking that it could be the Android software, did an update of the firmware a few days ago and just discovered a new media centre, have disabled to check.


RE: CCM for Helix - Jönke - 2015-02-15

Can we please have a option to see live tv running in background with timeline epg on top
and still not use : Enable Fanart Background of Playing Media ?

I want to use different backgrounds in home menu and see live tv running in background with timeline epg


RE: CCM for Helix - shinks - 2015-02-15

Love the skin its got all the options I've been looking for but I've got a problem I can't get the home screen addon shortcuts to work properly, only user selection 12 shows on home screen & the same ones show up under movies, TV shows, music & system, I would really appreciate any help as using the 7 addon shortcuts is one of the main features I wanted.


RE: CCM for Helix - shidlo - 2015-02-15

hi.. i'm new here..
so just a small question..

what do i have to edit in order to switch the fonts from left to right?
let me explain.. i'm using Hebrew fonts, and Hebrew in an RTL language. so which file/files should i edit in order to make it work.

Thanks