![]() |
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) - jmh2002 - 2021-05-08 Hi Bart, I'm not sure how this question / suggestion meets your overall vision of Xonfluence for Matrix but an advantage that the newer skins seem to have are more extensive options for Widget creation. Thinking quickly the most obvious missing option is 'Sort By'? And maybe also defining the Content Type to help display the correct images and metadata? I'm sure you have a more detailed knowledge about these type of things than I do. Is it even possible to add these more extensive Widget creation options to older skins like Xonfluence? It would be interesting to hear your thoughts on this subject. THANKS ![]() RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - bsoriano - 2021-05-08 (2021-05-08, 01:06)jmh2002 Wrote: Hi Bart, @jmh2002, it is certainly possible to add that; I did something like that with Amber a couple of years ago. It is a big undertaking. The most configurable way for widgets is using script.skinshortcuts. I cannot commit to doing this at this time. However, I could add other widgets that you would like to have. If you can provide me a list, I will look into adding them. Regards, Bart RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - jacky_smith - 2021-05-08 (2021-05-07, 23:14)bsoriano Wrote:Hello Bart,(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, thank you very much. It looks very good. Regards, jacky_smith RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - rafikW - 2021-05-08 Hi Bart, My next small contribution :-) Line 1693 in Includes.xml: <label>$INFO[System.Date]</label> can be replaced by: <label>$INFO[System.Date] $INFO[System.CPUTemperature,,]</label> As the result next to the date presented we can see current CPU temperature which is quite important (at least in my opinion) If CPU temperature is increasing for whatever reason it might be dangerous and cause device's failure. Also would like to back to my previous request for DialogPlayerProcessInfo.xml I have modified it so it shows AMLogic hardware and video info: You responded that you can't use it as users might have different, non-AMLogic devices which is fine, but is it possible to detect at the skin's installation what hardware platform installation is performing on and in case it is AMLogic based SoC, appropriate DialogPlayerProcessInfo.xml is installed? And the last kind of issue what would be nice to see it is implemented: at the video pause, bottom subtitles are covered ("shadowed") so it's impossible to read them: In above screenshot it's almost not visible but there is a text: "Dostałem nowe akta z Ma" Would it be possible to get rid those "shadows" at the subtitle position when pause is pressed so the subtitle would be readable? All the best Bart, RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - bsoriano - 2021-05-08 (2021-05-08, 12:31)rafikW Wrote: Hi Bart,@rafikW , thanks for your requests. I will add options to remove the shadow behind the seek bar on pause, and to include the CPU temperature alongside the date. As for the AMLogic info, I did modify the DialogPlayerProcessInfo.xml to show the AMLogic information that you requested. It does so if you have the addon script.amlogic.displayinfo installed, as per your modified file and what I mentioned here: https://forum.kodi.tv/showthread.php?tid=346302&pid=3029830#pid3029830 . In fact, if you have the addon, it is run when DialogPlayerProcessInfo.xml is loaded. Making the information appear only if you have that addon installed is the way I saw to accommodate your request without making it mandatory for all users, who may or may not use AMLogic platform, or who may or may not want to see that information. Do you have the addon installed and enabled in your system? Regards, Bart RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - rafikW - 2021-05-08 (2021-05-08, 16:53)bsoriano Wrote:Hi Bart,(2021-05-08, 12:31)rafikW Wrote: Hi Bart,[...]It does so if you have the addon script.amlogic.displayinfo installed[ ...] Apparently I don't have it installed as I don't see these AMLogic additional information. Forgive me my ignorance but where to get addon script.amlogic.displayinfo from? I have searched all addons repositories for "amlogic" word and found only "Services - Amlogic VNC" which I guess is not the one I need. RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - bsoriano - 2021-05-08 (2021-05-08, 17:26)rafikW Wrote:@rafikW , you can find it here: https://github.com/roidy/script.amlogic.displayinfo(2021-05-08, 16:53)bsoriano Wrote:Hi Bart,(2021-05-08, 12:31)rafikW Wrote: Hi Bart,[...]It does so if you have the addon script.amlogic.displayinfo installed[ ...] Regards, Bart RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - rafikW - 2021-05-08 (2021-05-08, 19:09)bsoriano Wrote:(2021-05-08, 17:26)rafikW Wrote:@rafikW , you can find it here: https://github.com/roidy/script.amlogic.displayinfo(2021-05-08, 16:53)bsoriano Wrote: [...]It does so if you have the addon script.amlogic.displayinfo installed[ ...]Hi Bart, I tried to install it but unfortunately getting: "The depenednecy on xbmc.python version 2.25.0 could not be satisfied" RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - bsoriano - 2021-05-08 (2021-05-08, 19:14)rafikW Wrote:(2021-05-08, 19:09)bsoriano Wrote:(2021-05-08, 17:26)rafikW Wrote: Hi Bart,@rafikW , you can find it here: https://github.com/roidy/script.amlogic.displayinfo @rafikW, first of all, I understand that you are using COREELEC as your OS and that you are running on an AMLogic device. If you are not, then you will not be able to see that additional info. If you are, then what I was reading is that the addon is part of CE, and it is named video display info or something like that. It should be under CE addons. Unfortunately, I do not have CE or an AMLogic device to test and help you further. Regards, Bart RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - rafikW - 2021-05-08 (2021-05-08, 20:02)bsoriano Wrote:Hi Bart,(2021-05-08, 19:14)rafikW Wrote:(2021-05-08, 19:09)bsoriano Wrote: @rafikW , you can find it here: https://github.com/roidy/script.amlogic.displayinfo Yes, of course, my device is AMLogic hardware: Odroid-N2 I have also another one: Odroid-C2 on which there is CoreELEC with Kodi Leia installed and in CoreELEC Addon-ons repository under Program add-ons section there is CoreELEC Display Info add-on (Author: roidy, version 9.2.100) and it is by default enabled without possibility to uninstall. It is missing in CoreELEC on Odroid-N2 running Kodi Matrix. I'm going to ask on CoreELEC forum what's going on... Edit: https://discourse.coreelec.org/t/coreelec-display-info-addon-missing-in-matrix/15706 RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - bsoriano - 2021-05-08 (2021-05-08, 20:14)rafikW Wrote:(2021-05-08, 20:02)bsoriano Wrote:Hi Bart,(2021-05-08, 19:14)rafikW Wrote: I tried to install it but unfortunately getting: @rafikW, yes, please do, that's the addon as far as I know. Thanks. Regards, Bart RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - rafikW - 2021-05-08 (2021-05-08, 20:17)bsoriano Wrote:Answer is here: https://discourse.coreelec.org/t/coreelec-display-info-addon-missing-in-matrix/15706(2021-05-08, 20:14)rafikW Wrote:(2021-05-08, 20:02)bsoriano Wrote: @rafikW, first of all, I understand that you are using COREELEC as your OS and that you are running on an AMLogic device. If you are not, then you will not be able to see that additional info.Hi Bart, RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - bsoriano - 2021-05-08 (2021-05-08, 21:49)rafikW Wrote:@rafikW , thanks. Can you please try the latest from Git? I changed the code to reflect the answer you provided. Please let me know if you are now seeing the values that you expect. Thanks.(2021-05-08, 20:17)bsoriano Wrote:Answer is here: https://discourse.coreelec.org/t/coreelec-display-info-addon-missing-in-matrix/15706(2021-05-08, 20:14)rafikW Wrote: Hi Bart, Regards, Bart RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - jmh2002 - 2021-05-09 Hi Bart, I'm not sure if it's a problem on my side but adding a Widget via Custom Widgets - Favourites doesn't seem to be working for me on LibreElec (clicking Custom Widgets - Favourites does nothing) but it IS working on Windows. ![]() RE: Xonfluence (Leia v18.x & Matrix v19.x) (Krypton 17 = deprecated) - jmh2002 - 2021-05-09 (2021-05-09, 05:10)jmh2002 Wrote: Hi Bart, I also seem to have a memory leak leading to a freeze on my LibreElec device. Can you please give me a link to download the Skin version before 4.1.0 so that I can test this properly? In addition, the appearance of the video widget now seems different depending on whether Poster or Thumbnail is chosen under Widget Format. Poster shows the large black frame around the images, Thumbnail does not. Is this a bug? (let me know if you need a screenshot) Overall I seem to have had some strange behaviour start on my LibreElec device and I'm not really sure why. But it seems to be connected to the skin (and/or the widgets) because if I switch to Estuary I don't have any memory leak. THANKS ![]() |