Release Amber for Leia/Matrix/Nexus - 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: Amber (https://forum.kodi.tv/forumdisplay.php?fid=203) +---- Thread: Release Amber for Leia/Matrix/Nexus (/showthread.php?tid=342130) 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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
|
RE: Amber for Leia/Matrix - jdig4240 - 2021-04-24 (2021-04-24, 18:20)bsoriano Wrote:Thats it!! Thank you. Figured it was something simple i was overlooking.(2021-04-24, 16:14)jdig4240 Wrote: Hey bsoriano, another question with widgets. When theres only a few items in a widget, for example only 2 TV Shows in Kodi library and used as a widget, is there a way to display only the two items instead of duplicating them over and over?? I think it would just look better if it just showed them without doubling them up across the entire widget. Like in this pic I have two TV Shows in a library widget, but instead of just displaying the two shows, it duplicates them across the whole widget...@jdig4240 , do you have autoscroll enabled for that widget? If you do, then I have to use a wraplist instead of a fixed list, and the side effect is that the items are replicated if there are too few to cover the width of the list. If you want to just see the two shows, disable auto-scrolling for that widget, like in this example: RE: Amber for Leia/Matrix - billyrene - 2021-04-25 i found a little something regarding the info dialogue. if you get the info on an actor like this you then close the popup and want to get the info on another or even the same actor again none of the posters and thumbs are showing RE: Amber for Leia/Matrix - tcclives23 - 2021-04-25 Could you add the ability to remove the title text indicated in the attached pic? It seems unnecessary to me giving all the other titles. RE: Amber for Leia/Matrix - jdig4240 - 2021-04-25 bsoriano, is there an option to choose a default focused home screen item. I think the only way is to make the default focused menu is to manually be in the third spot? Is this correct? Some skins have the option to choose which home screen menu is default focused. RE: Amber for Leia/Matrix - bsoriano - 2021-04-25 (2021-04-25, 17:54)jdig4240 Wrote: bsoriano, is there an option to choose a default focused home screen item. I think the only way is to make the default focused menu is to manually be in the third spot? Is this correct? Some skins have the option to choose which home screen menu is default focused.@jdig4240 , no, there is not. I would not know how to do this, since the menu is completely customizable, and I do not know, from the skin side, which menu item is in which position, or how many menu items there are. As far as I know, only skins which are not based on script.skinshortcuts for menu configuration offer the option to choose the default focused menu item. The advantages, in my opinion, of having completely customizable menu/submenu/widgets, far outweigh the capability of setting a default focused menu item. Having said that, if you want Amber to start in a specific menu item, make sure it is the third item on your menu, for horizontal menu, the fourth item, for vertical menu, or the sixth item for static vertical menu. Also, for vertical menu only, you can choose to always start at the first menu item. Regards, Bart RE: Amber for Leia/Matrix - bsoriano - 2021-04-25 (2021-04-25, 16:08)tcclives23 Wrote: Could you add the ability to remove the title text indicated in the attached pic? It seems unnecessary to me giving all the other titles.@tcclives23 , I will add this option; I agree with you that the title in the bottom is redundant in that view. Regards, Bart RE: Amber for Leia/Matrix - bsoriano - 2021-04-25 (2021-04-25, 15:22)billyrene Wrote: i found a little something regarding the info dialogue. if you get the info on an actor like this@billyrene , please try the latest from GitHub. I just fixed this issue. Thank you for reporting it. Regards, Bart RE: Amber for Leia/Matrix - jdig4240 - 2021-04-25 bsoriano, another question. Weather widgets. Is there a way to extend how many days are shown? It seems it only displays 5 days, also only displays 5 hours with hourly forecast, is this a limitation of the weather service, or the skin? **Edit. It must be a skin limitation, if i switch to estuary, more days show and many more hours. RE: Amber for Leia/Matrix - bsoriano - 2021-04-25 (2021-04-25, 16:08)tcclives23 Wrote: Could you add the ability to remove the title text indicated in the attached pic? It seems unnecessary to me giving all the other titles.@tcclives23 , I thought about this better and decided that it is indeed redundant in all cases where the view is Netflix-style, so I have removed it. The changed are already on GitHub (Matrix only). Now the view looks like this: Regards, Bart RE: Amber for Leia/Matrix - billyrene - 2021-04-25 (2021-04-25, 18:15)bsoriano Wrote:(2021-04-25, 15:22)billyrene Wrote: i found a little something regarding the info dialogue. if you get the info on an actor like this@billyrene , please try the latest from GitHub. I just fixed this issue. Thank you for reporting it. works excellent thank you RE: Amber for Leia/Matrix - billyrene - 2021-04-25 (2021-04-25, 18:34)bsoriano Wrote:can you make this an option? i kinda like the title at the bottom... otherwise it's kinda empty there(2021-04-25, 16:08)tcclives23 Wrote: Could you add the ability to remove the title text indicated in the attached pic? It seems unnecessary to me giving all the other titles.@tcclives23 , I thought about this better and decided that it is indeed redundant in all cases where the view is Netflix-style, so I have removed it. The changed are already on GitHub (Matrix only). Now the view looks like this: RE: Amber for Leia/Matrix - bsoriano - 2021-04-25 (2021-04-25, 19:03)billyrene Wrote:(2021-04-25, 18:34)bsoriano Wrote:can you make this an option? i kinda like the title at the bottom... otherwise it's kinda empty there(2021-04-25, 16:08)tcclives23 Wrote: Could you add the ability to remove the title text indicated in the attached pic? It seems unnecessary to me giving all the other titles.@tcclives23 , I thought about this better and decided that it is indeed redundant in all cases where the view is Netflix-style, so I have removed it. The changed are already on GitHub (Matrix only). Now the view looks like this: @billyrene, all right, I will make this an option. Regards, Bart RE: Amber for Leia/Matrix - bsoriano - 2021-04-25 (2021-04-25, 18:16)jdig4240 Wrote: bsoriano, another question. Weather widgets. Is there a way to extend how many days are shown? It seems it only displays 5 days, also only displays 5 hours with hourly forecast, is this a limitation of the weather service, or the skin?@jdig4240, this is a bug. I will fix it later today or tomorrow. Regards, Bart RE: Amber for Leia/Matrix - RyFeR - 2021-04-25 (2021-04-25, 20:02)bsoriano Wrote:Hi Bart, indeed please make it an option, would like to keep this as well.(2021-04-25, 19:03)billyrene Wrote:(2021-04-25, 18:34)bsoriano Wrote: @tcclives23 , I thought about this better and decided that it is indeed redundant in all cases where the view is Netflix-style, so I have removed it. The changed are already on GitHub (Matrix only).can you make this an option? i kinda like the title at the bottom... otherwise it's kinda empty there RE: Amber for Leia/Matrix - bsoriano - 2021-04-25 (2021-04-25, 20:03)bsoriano Wrote:@jdig4240 , please try the latest from GitHub. I have fixed this issue. You might have to delete the file "script-skinshortcuts-includes.xml" from the skin's 1080i folder in order for the change to take effect. Please let me know if indeed the issue is fixed. Thanks.(2021-04-25, 18:16)jdig4240 Wrote: bsoriano, another question. Weather widgets. Is there a way to extend how many days are shown? It seems it only displays 5 days, also only displays 5 hours with hourly forecast, is this a limitation of the weather service, or the skin?@jdig4240, this is a bug. I will fix it later today or tomorrow. Regards, Bart |