• 1
  • 78
  • 79
  • 80(current)
  • 81
  • 82
  • 108
CCM for Helix
When I go to the Latest Movies in Genesis with Confluence skin installed I get the Thumbnail view. If I use the CCM Helix skin then it always defaults to the list view. I would like the Thumbnails view but every time I change it and go back in it has changed.

Is this an addon issue or a skin issue and how would I fix it?

Thanks
Reply
Hi,
I would like to hide items number and stats from the Helix CCM and also disable the text+logo visible on the left upper corner ( videos - titles ).
Also the Favourites star I would like to turn off.
Thanks
Reply
Mudislander could you look at line 126 in this debug log and see if that is a skin issue?

http://pastebin.com/uH3SXEkS
Reply
(2015-03-22, 19:05)Solo0815 Wrote: After changing some values in MyPVRChannels.xml, here is the modified ChannelView:
Image
@Mudislander:
There maybe some alignment bugs, but maybe you can fix them and add it to CCM? Cool
The video is playing in the right Box, but on my WetekPlay, it is not on the screenshot Sad

Here is the changed code:
http://www.pastebin.ca/2962367
I added some comments for me to know, what is the changed entry on the screen. I have no experience on skinning for Kodi or other projects.

I hope you like it.

There is a Bug with a "]" in the upper left corner -> "TV Kanäle ]"

i loved this mod!! a few more tweaks and it is perfect!

i would love something simple like this:

Image
Image
Reply
ok, so sorry for double post, based on Solo0815 post i tried to make it similar to Openpli Enigma2 Channel List interface, first time i ever try to mod anything, so here goes nothing:

Image
what do you guys think? Solo0815 hope you don't mind i try tune it up a bit more.
Image
Reply
User Deleted...
Reply
well ok, so here it is for the author, if you could add this i would love it Smile

thank you SOLO0815! Your explanations in the file were more than enough for me to "start playing with it".

http://pastebin.com/zA7rg1b0

Image
Image
Reply
Think I may have found a bug...insignificant one IMO but there nonetheless...

When doing a Library Update if you hit the home button the Scanning box disappears but the update continues just no progress is displayed.
Reply
(2015-03-30, 15:36)hfmls Wrote: well ok, so here it is for the author, if you could add this i would love it Smile

thank you SOLO0815! Your explanations in the file were more than enough for me to "start playing with it".

http://pastebin.com/zA7rg1b0
I added this comments in the file for others (like you) so that they easily know, what part of the Skin it is Wink
Unfortunately, I had to try it out one by one.
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
(2015-03-30, 16:44)Solo0815 Wrote:
(2015-03-30, 15:36)hfmls Wrote: well ok, so here it is for the author, if you could add this i would love it Smile

thank you SOLO0815! Your explanations in the file were more than enough for me to "start playing with it".

http://pastebin.com/zA7rg1b0
I added this comments in the file for others (like you) so that they easily know, what part of the Skin it is Wink
Unfortunately, I had to try it out one by one.

could you help me out in my doubt? i want to know wich part is the one that says in picture i uploaded, above the mini video, where do edit that? or remove it?
Image
Reply
After a quick look, it should be one of these: (the first or the last one, I think)
Code:
<include>PVRHeader</include>
                <control type="group">
                        <description>Small Media Window</description>
                        <left>680</left>
                        <top>80</top>
                        <visible>Control.IsVisible(50)</visible>
                        <include>VisibleFadeEffect</include>
                        <include>Window_OpenClose_Animation</include>
                        <control type="image">
                                <left>220</left>
                                <top>0</top>
                                <width>310</width>
                                <height>235</height>
                                <texture border="5">button-nofocus.png</texture>
                        </control>

                        <control type="multiimage">
                                <left>225</left>
                                <top>5</top>
                                <width>300</width>
                                <height>225</height>
                                <aspectratio>scale</aspectratio>
                                <imagepath background="true">$VAR[CommonMenuItemBackground]</imagepath>
                                <timeperimage>8000</timeperimage>
                                <randomize>true</randomize>
                                <fadetime>1000</fadetime>
                                <visible>!Player.HasVideo</visible>
                        </control>
                        <control type="videowindow">
                                <left>225</left>
                                <top>5</top>
                                <width>300</width>
                                <height>225</height>
                                <visible>Player.HasVideo</visible>
                                <animation effect="slide" start="0,0" end="-2000,0" time="0">WindowClose</animation>
                        </control>
                        <control type="image">
                                <left>1</left>
                                <top>1</top>
                                <width>308</width>
                                <height>35</height>
                                <texture>black-back.png</texture>
                                <colordiffuse>DDFFFFFF</colordiffuse>
                                <visible>Player.HasVideo</visible>
                        </control>
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
(2015-03-30, 17:21)Solo0815 Wrote: After a quick look, it should be one of these: (the first or the last one, I think)
Code:
<include>PVRHeader</include>
                <control type="group">
                        <description>Small Media Window</description>
                        <left>680</left>
                        <top>80</top>
                        <visible>Control.IsVisible(50)</visible>
                        <include>VisibleFadeEffect</include>
                        <include>Window_OpenClose_Animation</include>
                        <control type="image">
                                <left>220</left>
                                <top>0</top>
                                <width>310</width>
                                <height>235</height>
                                <texture border="5">button-nofocus.png</texture>
                        </control>

                        <control type="multiimage">
                                <left>225</left>
                                <top>5</top>
                                <width>300</width>
                                <height>225</height>
                                <aspectratio>scale</aspectratio>
                                <imagepath background="true">$VAR[CommonMenuItemBackground]</imagepath>
                                <timeperimage>8000</timeperimage>
                                <randomize>true</randomize>
                                <fadetime>1000</fadetime>
                                <visible>!Player.HasVideo</visible>
                        </control>
                        <control type="videowindow">
                                <left>225</left>
                                <top>5</top>
                                <width>300</width>
                                <height>225</height>
                                <visible>Player.HasVideo</visible>
                                <animation effect="slide" start="0,0" end="-2000,0" time="0">WindowClose</animation>
                        </control>
                        <control type="image">
                                <left>1</left>
                                <top>1</top>
                                <width>308</width>
                                <height>35</height>
                                <texture>black-back.png</texture>
                                <colordiffuse>DDFFFFFF</colordiffuse>
                                <visible>Player.HasVideo</visible>
                        </control>

ok, found it but still hides the first channel progress bar.
Quote: <control type="image">
<left>225</left>
<top>1</top>
<width>308</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>
<left>225</left>
<top>1</top>
<width>300</width>
<height>35</height>
<font>font12</font>
<textcolor>red</textcolor>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Player.Title]</label>
<visible>Player.HasVideo</visible>
</control>
Image
Image
Reply
Randon shot: Check this
Code:
<control type="label">
                                <description>Current Video label</description>
                                <left>30</left>
                                <top>1</top>
                                <width>530</width>
                                <height>35</height>
                                <font>font12</font>
                                <textcolor>grey2</textcolor>
                                <align>center</align>
                                <aligny>center</aligny>
                                <label>$INFO[Player.Title]</label>
                                <visible>Player.HasVideo</visible>
                        </control>
Please test different "left" and "width" values.
left ~230 and width ~330 should be fine for the first try ...
Philips TV with Kodi 20.2 with IPTV --- Orbsmart 500 Android 21 alpha/beta as Online-radio/TV in the kitchen
Reply
Just a quick one from me, just updated to Kodi on a RPI B1 board. I use a central SQLdb for media, and everything works perfectly on the standard confluence skin, but with CCM the GUI is very choppy when going between things like movies and tv shows. The animations just dont seem to flow right, i thought the Pi would be able to handle this (other people seem fine with it) is there a GUI resolution setting or something that i am missing?
Reply
(2015-03-31, 08:13)Solo0815 Wrote: Randon shot: Check this
Code:
<control type="label">
                                <description>Current Video label</description>
                                <left>30</left>
                                <top>1</top>
                                <width>530</width>
                                <height>35</height>
                                <font>font12</font>
                                <textcolor>grey2</textcolor>
                                <align>center</align>
                                <aligny>center</aligny>
                                <label>$INFO[Player.Title]</label>
                                <visible>Player.HasVideo</visible>
                        </control>
Please test different "left" and "width" values.
left ~230 and width ~330 should be fine for the first try ...

no luck :|
Image
Reply
  • 1
  • 78
  • 79
  • 80(current)
  • 81
  • 82
  • 108

Logout Mark Read Team Forum Stats Members Help
CCM for Helix11