![]() |
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 (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - bsoriano - 2021-05-05 (2021-05-05, 02:54)VonMagnum Wrote:@VonMagnum, my apologies. I will look at the code again and see if there is something that I missed. I think that I can get a hold of an Android device today so that I can test this better.(2021-05-04, 14:55)bsoriano Wrote:(2021-05-03, 07:28)VonMagnum Wrote: No, it doesn't appear to work. I installed the script.embruary.helper and checked the box and tested it on an .avi file that is choppy with hardware acceleration on and it made no difference. If I manually turned it off, it was smooth as silk.@VonMagnum , could you please try the latest from GitHub? Than you for the screenshot you sent, I now am disabling the correct setting. Please let me know if it is now working as you expect. Thanks. Regards, Bart RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - GavinCampbell - 2021-05-06 (2021-05-03, 17:04)bsoriano Wrote: @GavinCampbell , thanks for testing. I am not experiencing the issue that you mention. I created two different profiles besides master, set each one to have the profile name to be on the top left, set the master to have the weather on the top left, and changed the menu configuration of both additional profiles, in both cases adding the logoff item to the System submenu, but in position 6 for profile test1, and in position 7 for profile test2. Had a chance to dig into this. I've gotten it down to one line in the Home.xml file. Code: <include condition="Skin.HasSetting(EnableHomeStats) + !Skin.HasSetting(DisableScriptStats) + System.HasAddon(service.library.data.provider)">VideoNodeStatsList</include> I haven't had a chance to dig further to figure out what exactly the problem is though. Are you running the 32bit or 64bit version on windows? RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - bsoriano - 2021-05-06 (2021-05-06, 03:37)GavinCampbell Wrote:@GavinCampbell , that is a hidden list to show statistics (number of items, number of watched, unwatched, in progress) for video nodes, that uses service.library.data.provider. If that is the issue, have you tried disabling that script in your system? And also disabling its use in Xonfluence settings?(2021-05-03, 17:04)bsoriano Wrote: @GavinCampbell , thanks for testing. I am not experiencing the issue that you mention. I created two different profiles besides master, set each one to have the profile name to be on the top left, set the master to have the weather on the top left, and changed the menu configuration of both additional profiles, in both cases adding the logoff item to the System submenu, but in position 6 for profile test1, and in position 7 for profile test2. As for Windows, I am running 64bit version. Regards, Bart RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - bsoriano - 2021-05-06 (2021-05-05, 09:27)jmh2002 Wrote: Hi Bart, here's my personal request for you to consider. It might be a bit confusing to explain. But it refers to the update of Kodi to Krypton and Xonfluence to v3.3.17@jmh2002 , could you please try the latest from GitHub? I think I have implemented what you were looking for. There are 2 new settings you need to enable: ![]() That one will show the larger seek bar when you are forwarding or rewinding. It makes it look like this: ![]() And the second setting is to make that same larger seek bar show up in the intro at the start of playback. By the way, as a side effect of a fix for that into for live streams, it now starts immediately after playback, and not 3 seconds in. The setting is here: ![]() And it looks like this at the start of playback: ![]() Please test and let me know if this is indeed what you were looking for. Thanks. Regards, Bart RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - jacky_smith - 2021-05-06 (2021-05-06, 21:12)bsoriano Wrote:(2021-05-05, 09:27)jmh2002 Wrote: Hi Bart, here's my personal request for you to consider. It might be a bit confusing to explain. But it refers to the update of Kodi to Krypton and Xonfluence to v3.3.17@jmh2002 , could you please try the latest from GitHub? I think I have implemented what you were looking for. There are 2 new settings you need to enable: RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - bsoriano - 2021-05-06 (2021-05-06, 22:16)jacky_smith Wrote:@jacky_smith , did you have a question or wanted to report an issue regarding this? Please let me know, as it was not clear from your post. Thanks.(2021-05-06, 21:12)bsoriano Wrote:(2021-05-05, 09:27)jmh2002 Wrote: Hi Bart, here's my personal request for you to consider. It might be a bit confusing to explain. But it refers to the update of Kodi to Krypton and Xonfluence to v3.3.17@jmh2002 , could you please try the latest from GitHub? I think I have implemented what you were looking for. There are 2 new settings you need to enable: Regards, Bart RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - jacky_smith - 2021-05-06 Hello, where can I actually download the complete Xonfluence skin for Matrix with the latest program version? In Kodi 19.0.0 (for Windows) the Xonfluence-version number 4.0.10 appears. This is about 2 to 3 years old after all. In the skin-infos the item "automatic updates" is activated. Regards jacky_smith RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - bsoriano - 2021-05-06 (2021-05-06, 22:25)jacky_smith Wrote: Hello,@jacky_smith , I am in the process of updating Xonfluence to work well in Matrix. As such, there is no "official" Xonfluence version for Matrix, and there is no repo where you can find this, thus there are no automatic updates. At the moment, the only place you can download a version of Xonfluence for Matrix is here: https://github.com/bartolomesoriano/skin.xonfluence/archive/refs/heads/matrix.zip Regards, Bart RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - jmh2002 - 2021-05-07 (2021-05-06, 21:12)bsoriano Wrote: @jmh2002 , could you please try the latest from GitHub? I think I have implemented what you were looking for... Hi Bart, I've given it a quick test and it looks absolutely perfect. I really appreciate it and as you see I've been wanting this original behaviour back since April 2017 - 4 years ago. So I really want to give you a HUGE THANKS for this!!! You have really made my day, thanks again ![]() RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - jacky_smith - 2021-05-07 (2021-05-06, 22:32)bsoriano Wrote:Thank you very much.(2021-05-06, 22:25)jacky_smith Wrote: Hello,@jacky_smith , I am in the process of updating Xonfluence to work well in Matrix. As such, there is no "official" Xonfluence version for Matrix, and there is no repo where you can find this, thus there are no automatic updates. Regards jacky_smith RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - bsoriano - 2021-05-07 (2021-05-07, 00:03)jmh2002 Wrote:@jmh2002 , thanks for confirming.(2021-05-06, 21:12)bsoriano Wrote: @jmh2002 , could you please try the latest from GitHub? I think I have implemented what you were looking for... Regards, Bart RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - bsoriano - 2021-05-07 Hello all, For those of you who are keeping track of Xonfluence for Matrix, version 4.1.1 is in my GitHub (https://github.com/bartolomesoriano/skin.xonfluence/archive/refs/heads/matrix.zip). The cumulative updates/fixes/additions that I have made so far: 4.1.1
There is still a lot to do to complete the changes in the skinning engine for Matrix, but we are getting there. Please download, test, and let me know if you find any issues. Thanks. Regards, Bart RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - jacky_smith - 2021-05-07 Hello Bart, I have a lot of music videos for which I have manually created nfo files ("Local Information only"). These have different resolutions and different audio formats. If these are registered under the main point "Videos", Xonfluence shows very detailed the video format and audio format if "View option" is set accordingly (see picture). ![]() Under the main point "music video" these information are missing completely or partially. With access via "Artist" the information is missing completely (see picture). ![]() With access via "Titles" a part of the information is missing: Resolution, audio codec and number of audio channels (see image). ![]() Would it be possible to add this? That would be great. Regards jacky_smith RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - VonMagnum - 2021-05-07 Bart, could you possibly add the two lines of code needed for CinemaVision support in case they get it working again? It has no effect without Cinemavision running and basically just suppresses the busy icons when it's running (which are annoying when switching between cinema ads/bumpers, etc.) RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - bsoriano - 2021-05-07 (2021-05-07, 21:43)jacky_smith Wrote: Hello Bart,@jacky_smith , could you please try the latest from GitHub? I think I added the info you were looking for. While the three views do not look exactly the same, the flags should look the same. Please let me know how this looks to you. Thanks, Regards, Bart |