CCM - Confluence Customizable Mod - 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 - Confluence Customizable Mod (/showthread.php?tid=160184) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
RE: CCM - Confluence Customizable Mod - xbmcwayist - 2014-08-29 (2014-08-24, 14:26)IchBinLuda Wrote: The link is broken. Can you repost? Sure: http://www.2shared.com/file/9QeeUK4k/CCM_skin_modifiedtar.html (2014-08-22, 12:58)Angelinas Wrote: New stabil version of Kodi 14 is near ,I started to change this version of skin CCM. Cool. Would it be possible to make the skin with the option of having 7 icons instead of 5? That is really the one thing about others I miss in this skin. Also, I have customized the skin for my own use (look at link above), and I am curious if there is a way to incorporate my guisetings.xml contents into the default of the skin. RE: CCM - Confluence Customizable Mod - Marx1 - 2014-08-29 As i understand there is a repo you can use. Apply as developer and you will be able to commit your changes and author will check them and merge. RE: CCM - Confluence Customizable Mod - wpbpete - 2014-08-30 Mudislander, is this http://forum.xbmc.org/showthread.php?tid=133905&pid=1126433#pid1126433 possible in CCM? RE: CCM - Confluence Customizable Mod - Steph09 - 2014-08-30 Is there any way of getting rid of the triangle that signal something thats been a little watched? Its on the highlighted file here- http://i60.tinypic.com/2v1oljp.png I also wonder if the media flags to display? For instance at bottom of PM3-HD it has resolution, Video/Audio codec- http://i61.tinypic.com/9ulv61.png And Slik- http://i61.tinypic.com/dwc21y.png But they do not seem to show up in any Confluence version- http://i62.tinypic.com/r9obdi.png Is there any way of getting the same to happen in confluence or perhaps some option or something which i am missing that prevents these from showing up? I really like using the confluence skin & it would be useful to have this feature, i thank in advance for any assistance. RE: CCM - Confluence Customizable Mod - hyp0xia - 2014-09-02 Just curious.. is there an "easy" way to get 7 addon shortcuts (insetad of 5) with this skin? RE: CCM - Confluence Customizable Mod - justaren - 2014-09-02 Is there anyway of changing the color instead of black the main bar. If so walk me thru it. Is there a way of changing the xbmc logo on the top left corner so somwthing of my own. If so how so... Im on a mac os. RE: CCM - Confluence Customizable Mod - Angelinas - 2014-09-02 (2014-09-02, 03:41)hyp0xia Wrote: Just curious.. is there an "easy" way to get 7 addon shortcuts (insetad of 5) with this skin?"easy" is the world that I like find xml IncludesHomeAddOnSystem.xml in 720s folder delete line 299 and 300 : </include> <include name="HomeAddonSetTwo"> This will add Set one and two in one big add on set. in XBMC chose addon in System/Skin settings - Addon like in picture(User selection one and two) rest is cosmetics PVR is working on helix http://forum.xbmc.org/showthread.php?tid=175135&pid=1786415#pid1786415 (2014-08-29, 09:06)xbmcwayist Wrote: Would it be possible to make the skin with the option of having 7 icons instead of 5? That is really the one thing about others I miss in this skin.Try to change xml files....experiment with <width> & <height> I just half of values "height="220" width="180" in height="110" width="90"> in IncludesHomeWidget.xml for RecentVideo see the resultat RE: CCM - Confluence Customizable Mod - xbmcwayist - 2014-09-03 (2014-09-02, 21:30)Angelinas Wrote: Try to change xml files....experiment with <width> & <height> Thanks for the suggestion. I will look into this. Although, as I didn't really ask about this, I am not sure why you gave me this info on changing the RecentVideo list. RE: CCM - Confluence Customizable Mod - xbmcwayist - 2014-09-03 7 ICON OPTION FOR THIS SKIN: Copy the following two files to the skin's '720p' folder, overwriting the ones already there (backup first, if you want to): 'IncludesHomeAddOnSystem.xml': http://www.2shared.com/document/b3nacN3V/IncludesHomeAddOnSystem.html 'SkinSettings.xml': http://www.2shared.com/document/1f9l3IkT/SkinSettings.html Here's what I did: Using the suggestion by Angelinas in a previous post in regards to how to easily change this skin to 7 addon shortcuts, I actually was able to figure out how to do make this skin have 7 icons. Note: As the creator of this skin did not put in 7, this is not really a fix. Just a tweak to get 7. Using the 'IncludesHomeAddOnSystem.xml' that is found in the 720p folder, I just changed the following for every AddonSet: Code: <item> to: Code: <item> Also in that xml, I changed the following as well: Code: <movement>2</movement> to: Code: <movement>3</movement> ....and.... then, in 'SkinSettings.xml', I changed the following for every AddonSet as well: Code: <control type="button" id="706"> to: Code: <control type="button" id="706"> For each '<control type="button" id="XXX">' I added, to ensure the number did not conflict with any other already in the file, I just started from '999' and worked backwards. It seems to work. RE: CCM - Confluence Customizable Mod - hyp0xia - 2014-09-07 (2014-09-03, 10:26)xbmcwayist Wrote: 7 ICON OPTION FOR THIS SKIN: That's pretty awesome xbmcwayist. Thanks so much for taking the time to post up your changes. I'll be using this right away and I'm sure many others. Cheers man RE: CCM - Confluence Customizable Mod - Pienoet - 2014-09-07 Is this skin already compatible with kodi helix alpha 4? i want to use it on my cubox -i pro RE: CCM - Confluence Customizable Mod - wpbpete - 2014-09-07 ^^^^ it's working for me RE: CCM - Confluence Customizable Mod - ianux - 2014-09-07 In a pure passive way (just browsing, watching, listening) CCM still works on latest Kodi builds, but, due to changes in the code, some things don't work anymore. The visual keyboard appears blank, so you can't add/edit the library. Also, you can't change media scrapers once they had been set on another skin. That's the problems I've found, there may be more but that's already a showstopper for me. RE: CCM - Confluence Customizable Mod - xbmcwayist - 2014-09-08 (2014-09-07, 00:35)hyp0xia Wrote: That's pretty awesome xbmcwayist. Thanks so much for taking the time to post up your changes. I'll be using this right away and I'm sure many others. Sure, no problem. Having a 7-icon option was just one of those things I figured would be great for this skin. Glad someone else can make use of my tweaks too. Re: RE: CCM - Confluence Customizable Mod - invisable - 2014-09-08 (2014-09-07, 12:17)Pienoet Wrote: Is this skin already compatible with kodi helix alpha 4?It works,however I think it's missing the on screen keyboard |