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 - Solo0815 - 2015-03-31

Please post a link to your latest XML and I'll have a look


RE: CCM for Helix - hfmls - 2015-03-31

Code:
<?xml version="1.0" encoding="utf-8"?>
<window>
    <defaultcontrol>32</defaultcontrol>
    <allowoverlay>no</allowoverlay>
    <controls>
        <include>CommonBackground</include>
        <include>ContentPanelBackgroundsPVR</include>
        <control type="label" id="29">
            <description>Empty so we can pass the values up one level</description>
            <visible>False</visible>
        </control>
        <control type="label" id="30">
            <description>Empty so we can pass the values up one level</description>
            <visible>False</visible>
        </control>
        <control type="group">
            <description>Small Media Window</description>
            <posx>530</posx>
            <posy>80</posy>
            <visible>Control.IsVisible(11) | Control.IsVisible(12)</visible>
            <include>VisibleFadeEffect</include>
            <include>Window_OpenClose_Animation</include>
            <control type="image">
                <posx>0</posx>
                <posy>0</posy>
                <width>690</width>
                <height>400</height>
                <texture border="5">button-nofocus.png</texture>
            </control>
            <control type="image">
                <posx>5</posx>
                <posy>5</posy>
                <width>680</width>
                <height>390</height>
                <texture fallback="special://skin/backgrounds/homescreen/tv.jpg">$INFO[Skin.String(Home_Custom_Back_TV_Folder)]</texture>
                <include>VisibleFadeEffect</include>
                <visible>!Player.HasVideo</visible>
            </control>
            <control type="videowindow">
                <posx>5</posx>
                <posy>5</posy>
                <width>680</width>
                <height>390</height>
                <visible>Player.HasVideo</visible>
                <animation effect="slide" start="0,0" end="-2000,0" time="0">WindowClose</animation>
            </control>
            <control type="image">
                <posx>1</posx>
                <posy>1</posy>
                <width>688</width>
                <height>35</height>
                <texture>black-back.png</texture>
                <colordiffuse>DDFFFFFF</colordiffuse>
                <visible>Player.HasVideo</visible>
            </control>
            <control type="label">
                <description>Current Video label</description>
                <posx>230</posx>
                <posy>1</posy>
                <width>330</width>
                <height>35</height>
                <font>font12</font>
                <textcolor>grey2</textcolor>
                <align>center</align>
                <aligny>center</aligny>
                <label>$INFO[VideoPlayer.Title]</label>
                <visible>Player.HasVideo</visible>
            </control>
        </control>
        <control type="group" id="50">
            <include>Window_OpenClose_Animation</include>
            <include>EPGTimelineView</include>
            <include>LiveTVChannelView</include>
            <!-- view id = 11 -->
            <include>LiveRadioChannelView</include>
            <!-- view id = 12 -->
            <include>LiveTVRecordingsView</include>
            <!-- view id = 13 -->
            <include>LiveTVTimersView</include>
            <!-- view id = 14 -->
            <include>LiveTVGuideChannelView</include>
            <!-- view id = 15 -->
            <include>LiveTVGuideNowNextView</include>
            <!-- view id = 16 -->
            <include>LiveTVSearchView</include>
            <!-- view id = 17 -->
        </control>
        <include condition="!Skin.HasSetting(HideNumItemsCount)">CommonPageCount</include>
        <include>CommonNowPlaying</include>
        <include>MainWindowMouseButtons</include>
        <include>BehindDialogFadeOut</include>
        <control type="image">
            <posx>0</posx>
            <posy>0</posy>
            <width>1280</width>
            <height>720</height>
            <texture>black-back.png</texture>
            <animation effect="fade" time="400">Visible</animation>
            <animation effect="fade" time="200">Hidden</animation>
            <visible>Window.IsActive(FileBrowser) | Window.IsActive(PVRGuideInfo) | Window.IsActive(PVRRecordingInfo) | Window.IsActive(PVRTimerSetting) | Window.IsActive(PVRGroupManager) | Window.IsActive(PVRGuideSearch)</visible>
        </control>
        <control type="group">
            <posx>-250</posx>
            <include>SideBladeLeft</include>
            <control type="grouplist" id="9000">
                <posx>0</posx>
                <posy>110</posy>
                <width>250</width>
                <height>600</height>
                <onleft condition="Skin.HasSetting(DisableHomeReturnButtons)">9000</onleft>
                <onleft condition="!Skin.HasSetting(DisableHomeReturnButtons)">83</onleft>
                <onright>50</onright>
                <onup>9000</onup>
                <ondown>9000</ondown>
                <itemgap>0</itemgap>
                <control type="label" id="200">
                    <width>250</width>
                    <height>35</height>
                    <font>font12caps</font>
                    <label>31006</label>
                    <textcolor>blue</textcolor>
                    <align>center</align>
                    <aligny>center</aligny>
                </control>
                <control type="button" id="32">
                    <description>TV Channels</description>
                    <posx>0</posx>
                    <posy>0</posy>
                    <textwidth>235</textwidth>
                    <include>ButtonCommonValues</include>
                    <label>19023</label>
                </control>
                <control type="button" id="33">
                    <description>Radio Channels</description>
                    <posx>0</posx>
                    <posy>40</posy>
                    <textwidth>235</textwidth>
                    <include>ButtonCommonValues</include>
                    <label>19024</label>
                    <onleft>12</onleft>
                    <onright>12</onright>
                </control>
                <control type="button" id="31">
                    <description>TV Guide</description>
                    <posx>0</posx>
                    <posy>80</posy>
                    <textwidth>235</textwidth>
                    <include>ButtonCommonValues</include>
                    <label>$LOCALIZE[19222]: $LOCALIZE[19030]</label>
                </control>
                <control type="button" id="34">
                    <description>Recordings</description>
                    <posx>0</posx>
                    <posy>120</posy>
                    <textwidth>235</textwidth>
                    <include>ButtonCommonValues</include>
                    <label>19163</label>
                </control>
                <control type="button" id="35">
                    <description>Timers</description>
                    <posx>0</posx>
                    <posy>160</posy>
                    <textwidth>235</textwidth>
                    <include>ButtonCommonValues</include>
                    <label>19040</label>
                </control>
                <control type="button" id="36">
                    <description>Search</description>
                    <posx>0</posx>
                    <posy>200</posy>
                    <textwidth>235</textwidth>
                    <include>ButtonCommonValues</include>
                    <label>137</label>
                </control>
                <include>CommonNowPlaying_Controls</include>
            </control>
        </control>
        <include>UserLocalInfo</include>
    </controls>
</window>



RE: CCM for Helix - FuSchnickens - 2015-03-31

Hey I just moved over to Helix from Gotham and was wondering about a couple of settings. Currently my set up looks like the 1st photo on page 1 of this thread but would like it to look like the 3rd photo. The one that has a smattering of movie covers when you arrow over to the movie category on the main screen. That smattering look was also on my videos & Tv Shows section. How do I turn on this feature? Is this the cinema experience? What setting is this under skin settings? Also, is there a way to get the weather up in the upper left hand corner like it was on Gotham? Thanks.


RE: CCM for Helix - Solo0815 - 2015-04-01

@hfmls:
I can't get your XML to work. If I replace the code in MyPVRChannels.xml with your code, there is NO channel list at all.


RE: New Feature Requests in CCM for Helix - gjwAudio - 2015-04-01

(2015-03-21, 22:28)Mudislander Wrote: Okay got version 3.0.15 working again, hope it fixes more problems than it causes...

Added support for Videoextras, was a bit of a quick fix - so let me know of any problems. you should get a "codec" type image if the listed item has Extras. you will need to have "Allow caching of extras on startup" enabled in the VideoExtras settings for this to work.

Popped in a few of the other requests like volume amount on the slide bar and options to run Artwork downloader from Video Info Screen for individual media items...

WOW... that was fast !! Three requests made and BOOM !! - in by the weekend... Thank You Mudislander !!

I've been meaning to say so, but Life keeps getting in the way of xbmc/Kodi stuff Rofl

I really appreciate these little things - especially the "E"-icon to indicate Extras exist for a title - very clever idea Nod

I notice this: when a movie has Extras associated with it, the "E"-icon shows in the Media Info3 display, but when opening the full info window for that item, the "E"-icon is missing from the rest of the icon group. Is this intentional ?

In any event, thanks again for the incredible support you offer to the xbmc/Kodi community - keeping your skins enhanced and WORKING - Cheers !!


RE: CCM for Helix - yabel - 2015-04-02

mudislander can make things happen quick


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

ok, I hope someone can help me. I am using CCM. I originally put some new backgrounds in the skin folder but each time the skin updates it wipes the images out. I had the thought of deleting the hybrid repo but the skin still manages to update?
So, now that leads me to putting my background images in a folder other then the skin/backgrounds folder. Where do you all put your background images?
Also, what I am confused about is the path that I will need to edit in the guisettings.xml
So natively the path for the background would be for example
special://skin/backgrounds/musicvideos.jpg

I want to keep the format as such so I can install my setup on a PC or Android device. If i were to put the backgrounds folder in the root Addons folder then my path is going to look like this
/sdcard/Android/data/org.xbmc.kodi/files/.kodi/addons/backgrounds/musicvideos.jpg

Can I use the special:// context somehow and set the path so it will be universal to any system?

Hope that makes sense. Thanks


RE: CCM for Helix - Solo0815 - 2015-04-02

Just go to "Skin Settings", enable "Multi-Image" and point to your Pics folder. You don't need to change any XML


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

(2015-04-02, 16:18)Solo0815 Wrote: Just go to "Skin Settings", enable "Multi-Image" and point to your Pics folder. You don't need to change any XML

Thanks for the reply but that wont help in this situation.


RE: CCM for Helix - FuSchnickens - 2015-04-02

(2015-03-31, 20:09)FuSchnickens Wrote: Hey I just moved over to Helix from Gotham and was wondering about a couple of settings. Currently my set up looks like the 1st photo on page 1 of this thread but would like it to look like the 3rd photo. The one that has a smattering of movie covers when you arrow over to the movie category on the main screen. That smattering look was also on my videos & Tv Shows section. How do I turn on this feature? Is this the cinema experience? What setting is this under skin settings? Also, is there a way to get the weather up in the upper left hand corner like it was on Gotham? Thanks.


Anyone?¿?


RE: CCM for Helix - wpbpete - 2015-04-03

(2015-04-02, 21:00)FuSchnickens Wrote:
(2015-03-31, 20:09)FuSchnickens Wrote: Hey I just moved over to Helix from Gotham and was wondering about a couple of settings. Currently my set up looks like the 1st photo on page 1 of this thread but would like it to look like the 3rd photo. The one that has a smattering of movie covers when you arrow over to the movie category on the main screen. That smattering look was also on my videos & Tv Shows section. How do I turn on this feature? Is this the cinema experience? What setting is this under skin settings? Also, is there a way to get the weather up in the upper left hand corner like it was on Gotham? Thanks.


Anyone?¿?

1) Home Menu > Movies > Background Type, choose Live Content

2) General > Home Screen Options > Home Top Left Info Area, choose Weather


RE: CCM for Helix - shess757 - 2015-04-03

Hey Mudislander, The skin is working great. Haven't had any issues with the "Playlist" background flashing through, and everything is running very smooth. I noticed two little bugs in music for the next time you're playing around in there. Absolutely no hurry just wanted to bring them to your attention.

Image

On the right the "Born" and "Formed" info is overlapping.

Image

On the right in front of the year is an "]"

No biggie, and thanks for your hard work!

Edit: Ugh...didn't realize pictures didn't post, here you go.


RE: CCM for Helix - Mudislander - 2015-04-03

Sorry Guy's have been a bit distracted last week or so - had the idea to re-do my server and have been fighting with greyhole, samba and Linux user permissions - a right PITA. Wink Anyway media seems to be where it should be today. Really difficult to test a skin when your library keeps disappearing.

Most of the "]" bugs come from the ability to change font colour and have been looking for them, by all means shout out if you see one not mentioned. Will look for mentioned alignment issues, but need to rip a couple of CD's first as the whole music library has gone West. The other problem ATM is with TVHeadEnd , so Live TV is on the back burner for a week or two - but will get it running again.


RE: CCM for Helix - Mudislander - 2015-04-03

(2015-04-02, 19:24)DWhite Wrote:
(2015-04-02, 16:18)Solo0815 Wrote: Just go to "Skin Settings", enable "Multi-Image" and point to your Pics folder. You don't need to change any XML

Thanks for the reply but that wont help in this situation.

So then use "Single Image path" - I agree with Solo0815, you don't need to edit xml files for this.


RE: CCM for Helix - Mudislander - 2015-04-03

(2015-04-01, 21:06)gjwAudio Wrote: I really appreciate these little things - especially the "E"-icon to indicate Extras exist for a title - very clever idea Nod

I notice this: when a movie has Extras associated with it, the "E"-icon shows in the Media Info3 display, but when opening the full info window for that item, the "E"-icon is missing from the rest of the icon group. Is this intentional ?

In any event, thanks again for the incredible support you offer to the xbmc/Kodi community - keeping your skins enhanced and WORKING - Cheers !!

Actually the "E-icon" is part of videoextras, I just implemented it Big Grin

I'll look at the Info Dialog - good chance I forgot it, was a bit of a rush job! - Whole thing needs attention though as it's caused a few other problems. Glad the basics are working though!