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-15

Try turning off the webserver and see if that helps - Known Kodi bug.


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

Don't have webserver on, never have. Wink


RE: CCM for Helix - u2pop - 2015-02-16

Quote:'The random fanart is set by the background type, as mentioned in my last reply.

If I understand your question correctly, you want to show recent movies not random movies ?

If this is the case, then you need to set this thru the widget set.

Any of the widget sets, whether it be movies, video, or music, all have a number of choices in the "Select Widget Set".

In my case in the "Select Widget Set" I have recent movies, random movies, suggested movies, unwatched movies, recent episodes, random episodes, unwatched episodes, recent albums, random albums, suggested albums.

If you only have recent albums, random albums and suggested albums, then I am at a loss to explain why you don't have the movie and tv options in your widget set.

What version of CCM Helix are you running?


i am using ccm for helix version 3.0.6 and look the attachment picture for you see what there show me on widget set...

Image


RE: CCM for Helix - kiryu - 2015-02-16

Font colour choice was one of my favourite features of CCM. Any chance we will see a return or should I rollback?


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

Very happy with the new non-dimmed pause. Thanks so much!

Development on the default skin has stalled for years now, no new features being added, although obviously it is updated to support new core Kodi features. Once it's fully tested and stable, I don't see why this shouldn't replace the default Confluence.

Edit: I take it back, I thought Jezz_x was inactive but I see he's still around on the forums. He's supported xbmc/kodi for so many years and deserves complete respect. I wish Confluence was more feature-rich, but I guess that was a deliberate decision and is a good reason why Kodi supports skins in the first place.


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

(2015-02-16, 04:11)u2pop Wrote: [i am using ccm for helix version 3.0.6 and look the attachment picture for you see what there show me on widget set...

Image

You have not added "Movies" or "TVShows" to Kodi Database. You need to set content of your media and scan it as per Kodi Guidelines


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

(2015-02-16, 04:15)kiryu Wrote: Font colour choice was one of my favourite features of CCM. Any chance we will see a return or should I rollback?

Up for debate Big Grin

My problem is the odd post around that some user has changed the colour to "SkyBluePink" and now nothing else matches. Maybe it should be limited to main menu only or maybe just a choice of colours that "work with" blue ? - New debate Wink

You don't have to do a rollback - you could edit the "defaults.xml" file in the skins "colors directory" or make your own as per "gray" or "Kryptonite" and then select it from the "Colours" option under where you choose the skin.

The "defaults.xml" below.

Code:
<?xml version="1.0" encoding="UTF-8"?>
<colors>
    <color name="white">FFF1F1F1</color>
    <color name="grey">FFb4b4b4</color>
    <color name="grey2">FF999999</color>
    <color name="grey3">FF505050</color>
    <color name="black">FF000000</color>
    <color name="blue">FF0084ff</color>
    <color name="selected">FFEB9E17</color>
    <color name="invalid">FFFF0000</color>
</colors>

You need to change the hex code for blue to your preferred colour eg if "White" Do not change the name as CCM looks for "Blue" - which is just a name I could have called it "Bart" if I was so inclined, it's the hex code that does the work.

Code:
<color name="blue">FFF1F1F1</color>



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

(2015-02-15, 23:36)flhthemi Wrote: Don't have webserver on, never have. Wink

Okay must admit mine also crashes - "Quite Often", but it's not only with CCM and I don't exit cleanly on this laptop, takes too long and I'm busy on it, so usually right click and close window or I normally have the task manager running and just use end process.

But will start looking to see if I can find a pattern.


RE: CCM for Helix - Helly1206 - 2015-02-16

Hi Mudislander,

Great skin. Keep up the good work.

Found one small bug. As I am not using a mouse, I noticed that the Video OSD still shows a window close button.

I changed line 28 in VideoOSD.xml:

<visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks)]</visible>

becomes:
<visible>system.getbool(input.enablemouse)</visible>

Or a combination of those flags...

Maybe something to take into account on your next update.

Thanks.


RE: CCM for Helix - leo06 - 2015-02-16

in the last version still shows up "now playing" info bar when events messages pops up


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

(2015-02-16, 10:03)Mudislander Wrote:
(2015-02-15, 23:36)flhthemi Wrote: Don't have webserver on, never have. Wink

Okay must admit mine also crashes - "Quite Often", but it's not only with CCM and I don't exit cleanly on this laptop, takes too long and I'm busy on it, so usually right click and close window or I normally have the task manager running and just use end process.

But will start looking to see if I can find a pattern.

Yeah I'll keep try too to find a specific reason and then I'll try the same thing with Confluence to make certain....


RE: CCM for Helix - Asphyx - 2015-02-16

(2015-02-16, 10:03)Mudislander Wrote:
(2015-02-15, 23:36)flhthemi Wrote: Don't have webserver on, never have. Wink

Okay must admit mine also crashes - "Quite Often", but it's not only with CCM and I don't exit cleanly on this laptop, takes too long and I'm busy on it, so usually right click and close window or I normally have the task manager running and just use end process.

But will start looking to see if I can find a pattern.

I don't think that is skin related at all I think it is all on Kodi 14.1 itself...


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

(2015-02-16, 17:47)Asphyx Wrote: I don't think that is skin related at all I think it is all on Kodi 14.1 itself...

I completely agree! The stock Confluence skin just crashed at Exit from Kodi! That's a first for me but I'm glad about it. Just confirms it's NOT CCM!


RE: CCM for Helix - DWhite - 2015-02-16

I may of missed it but was the option to remove the floor taken out?


RE: CCM for Helix - t2ffn - 2015-02-16

Any chance of being able to show more than just one upcoming PVR recording in the widget? I'd like to have the next 2 or 3 items set to record shown.

I've noticed one tiny bug that if you change the default theme the Kodi icon is removed (top left).

Great skin though, very smart.

Thanks