Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - 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: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) (/showthread.php?tid=346302) 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
|
RE: Xonfluence - Newbie_from_NJ - 2015-11-06 Hi guys, I have a custom CCM build. I really like the menu and settings fonts that it has, compared to the default fonts which are thicker, bolder, etc. Can someone please let me know how or where on the guisettings.xml file I can find out what font/size is being used? When I open this file... it HUGE! RE: Xonfluence - Newbie_from_NJ - 2015-11-06 (2015-09-12, 16:02)trogggy Wrote: Depending how similar it is you could try editing your guisettings.xml - use the search function in notepad++ to substitute xconfluence for CCM. Probably won't be perfect as the skins aren't identical, but it should (if it works) give you most of your setup. I currently have CCM Helix and have spent tons of hours customizing it. Now that OpenELEC 6 is officially out, I will probably be upgrading to Isengard and also switch to Xonfluence. That said, I would like to transfer my settings using above tip. I just want to be sure I do it correctly. Are these the proper steps? 1. Add Helly repo and install Xonfluence. 2. Switch skins to Xonfluence. 3. Make 1 copy of guisettings.xml file as backup only 4. Make 1 copy of guisettings.xml file that will be edited in notepad++ 5. Open guisettings.xml file in notepad++ and substitute xconfluence for CCM. 6. Save changes 7. Put guisettings.xml back in /userdata 8. Reboot Kodi OR SHOULD STEP #1 BE COPYING GUISETTINGS.XML, EVEN BEFORE INSTALLING XONFLUENCE? Also, at what step do I remove CCM Helix from system? RE: Xonfluence - cslogg - 2015-11-06 Hello, I have been running the stock Confluence skin and have just switched to Xonfluence which I must admit is much better. I cannot seem to find a way to display the 5 addon shortcuts on my homescreen for videos,programs etc that were on the original. Can someone please give me an idiots guide ? RE: Xonfluence - Helly1206 - 2015-11-06 (2015-11-01, 19:33)pepepe Wrote: Could you change or tell me how to change the SYSTEM [info stats bar] to show the external IP address (VPN ip) instead of the Internal IP? Hi, I had a look at your question, but it is not easy to display an external IP address. For displaying your local IP address there is an infolabel in kodi and it can be requested quite easy from your os. The external Ip address is behind your router and your os doesn't have knowledge about it. If you want to show it, you need to do it via a website that returns the external IP address or maybe via your router. You need to make a script or addon for it. That is too much of an effort to do and maintain for this skin. I'm sorry about it. Helly. RE: Xonfluence - Helly1206 - 2015-11-06 (2015-11-03, 14:47)Robotica Wrote: This skin is getting pretty awesome! Thanks for all your work. I'll just continue giving feedback and ofc I don't mind if you choose to not implement some of it. Hi Robotica, Thanks again for your remarks. I'll check your questions later on. About the keymap.xml, xonfluence copies 'Xonfluence.xml' to your keymaps folder. This file contains the correct settings for the PictureOSD. 'OSD' will not work because the picture osd is no regular OSD in kodi like VideoOSD or MusicOSD. I would remove settings to these keys in other keymaps files, as I don't know which one kodi will take if keys are set at different places. If 'Xonfluence.xml' is not copied correctly to your keymaps folder, you can copy it yourself from skin.xonfluence/scripts to .kodi/userdata/keymaps. Helly. RE: Xonfluence - Helly1206 - 2015-11-06 (2015-11-06, 04:41)Newbie_from_NJ Wrote:(2015-09-12, 16:02)trogggy Wrote: Depending how similar it is you could try editing your guisettings.xml - use the search function in notepad++ to substitute xconfluence for CCM. Probably won't be perfect as the skins aren't identical, but it should (if it works) give you most of your setup. Hi Newbie, Your description will probably work for the first version of xonfluence, but later versions have new settings that might give issues doing it this way. I would suggest the following steps. 1) make a backup copy of your guisettings.xml file. Call it e.g. guisettings.original 2) make another copy that you can use as your working file. Call it e.g. guisettings.xonfluence 3) find all settings in the '<skinsettings>' section that start with the name 'skin.ccm.helix.' and copy them to a temporary file. Take care that the settings are placed at 2 parts of the file and that all settings are copied. 4) now replace 'skin.ccm.helix.' by 'skin.xonfluence.' in this temporary file. 5) copy all contents from the temporary file to the '<skinsettings>' section in guisettings.xonfluence and save this file. 6) close kodi (kodi should not be running for the next step). 7) copy guisettings.xonfluence to guisettings.xml 8) start kodi again (or reboot your system) 9) now xonfluence can be installed safely and all settings that were present in ccm.helix are now set accordingly in xonfluence 10) you may remove ccm.helix now. I'm sorry it's rather complicated. Should get easier in Jarvis as every skin gets its own settings file from this version. Helly. RE: Xonfluence - Helly1206 - 2015-11-06 (2015-11-06, 12:48)cslogg Wrote: Hello, I have been running the stock Confluence skin and have just switched to Xonfluence which I must admit is much better. Hi, Thanks for liking my skin. I don't know exactly what you mean by your 5 addon shortcuts. Can your explain it in a little more detail or send me some screenshots. Then I may be able to help you. Helly. RE: Xonfluence - Newbie_from_NJ - 2015-11-06 (2015-11-06, 13:41)Helly1206 Wrote: Hi Newbie, Hi, your instructions are perfect and not difficult at all. Thank you! I was able to follow all steps, except for the most important one - copying the modified guisettings.xml over to Kodi. Unfortunately, I'm having issues doing this, as I cannot shut down Kodi to perform this crucial step, because I am running OpenElec. Every time I try replacing the file, after reboot, the original xml is back. Do you happen to know how I can go about doing this in Openelec 6 (Kodi 15.2)? Is this a new feature in Isengard? I used to be able to replace guisettings.xml file when I was in Openelec 5.0.8 ( Kodi 14.2) RE: Xonfluence - strayD - 2015-11-06 Silly question - Is there a way to add the repo directly to Kodi? Or would I have to download the zip externally and move it over to my device (Nvidia Shield) Thank you RE: Xonfluence - Newbie_from_NJ - 2015-11-06 (2015-11-06, 21:50)strayD Wrote: Silly question - I don't know if there is a source that you can add. I had to manually download the repo.zip and transfer it over to my system. And even after installing the repo, I could not install the skin because whenever I would go to helly repo/skin/... this was empty. It wouldn't show me Xonfluence. (even after updating and restarting system) So my only option to install the skin was to download the master.zip. RE: Xonfluence - strayD - 2015-11-06 (2015-11-06, 22:01)Newbie_from_NJ Wrote:(2015-11-06, 21:50)strayD Wrote: Silly question - Thanks for the reply, has anyone else had better luck than us? RE: Xonfluence - stonedaze - 2015-11-06 (2015-11-06, 12:48)cslogg Wrote: Hello, I have been running the stock Confluence skin and have just switched to Xonfluence which I must admit is much better. Go to skin settings - add-on shortcuts section and create your user friendly names for each section on your home page, such as pictures, videos, programs, etc. Then click on each number 1-7 for each section and add your favorite add-ons. Now, still in skin settings, go back to Home Menu and for each menu item click "Add-on set" and choose the corresponding add-on set you created earlier...pictures add-on set for pictures section and so on. RE: Xonfluence - HoofHearted - 2015-11-06 Hi Helly, i have created my own splash screen for Kodi, i duplicated the file and renamed it startup.jog and put it in background folder of skin, when I start kodi it shows my new splash then it shows a sealed version of it (my startup.jpg). Is it possible to stop it scalling the image or turn the startup image off?? the original confluence skin showstopper splash then goes straight to menu. I tried removing the startup image but it just gives me a black screen for about 10 seconds, i also tried removing the code from startup.xml but that didn't make a difference RE: Xonfluence - Newbie_from_NJ - 2015-11-07 (2015-11-06, 21:34)Newbie_from_NJ Wrote:(2015-11-06, 13:41)Helly1206 Wrote: Hi Newbie, I reached out in the OpenELEC forums and they showed me how to do this. I now have Xonfluence installed with all my configuration from CCM Helix transferred over! Thank you. RE: Xonfluence - Newbie_from_NJ - 2015-11-07 (2015-11-06, 22:01)Newbie_from_NJ Wrote: I don't know if there is a source that you can add. I had to manually download the repo.zip and transfer it over to my system. And even after installing the repo, I could not install the skin because whenever I would go to helly repo/skin/... this was empty. It wouldn't show me Xonfluence. (even after updating and restarting system) Helly, Can you please confirm if Xonfluence is compatible with OpenELEC 6 (Kodi 15.2)? I was not able to install Xonfluence using the repo. The only way was using the manual master.zip. What makes me question the compatibility is that although the skin is working fine, when I go to system/settings/addons/install from repo/Hellyrepo/Skin/ Xonfluence shows as being "Incompatible" instead of "enabled" error message "add-on is incompatible or has been marked broken in repository. Dependencies not met. Please contact addon-on author." |