![]() |
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 - bsoriano - 2019-04-05 (2019-04-05, 23:32)spudstuff Wrote: Hi @bsoriano !@spudstuff , thanks for your detailed feedback. I will look into those issues and hopefully fix this weekend! Regards, Bart RE: Amber for Leia - Draega - 2019-04-06 (2019-04-05, 18:10)bsoriano Wrote:Hi Bart,(2019-04-05, 03:44)Draega Wrote: Hi bsoriano. First I want to say again much thanks for all the work you have put into Amber. Much appreciated. This issue seems to have popped up a few updates ago. Sorry I'm not sure exactly after which one. I have noticed what I think is a bug. Using IPTV Simple Client when you hit ok or enter to bring up the I think is called the OSD none of the controls are selectable. So you can't get to the gear icon to go into settings or select any of the buttons. Also using an older version of the skin when you hit info it shows you currently playing and next info from the guide and that is gone as well. Thanks again for all the work you are doing on this awesome skin! Thanks for the quick fix. It's all working perfectly now. ![]() RE: Amber for Leia - eljejer - 2019-04-07 (2019-04-04, 14:17)eljejer Wrote: Would it be possible to add volume control in the media playback OSD?Well, I will answer my own question then ![]() RE: Amber for Leia - bsoriano - 2019-04-07 (2019-04-07, 18:38)eljejer Wrote:(2019-04-04, 14:17)eljejer Wrote: Would it be possible to add volume control in the media playback OSD?Well, I will answer my own question then @eljejer, thank you for posting your solution! Sorry this is something I have not had a chance to look at. Regards, Bart RE: Amber for Leia - bsoriano - 2019-04-08 (2019-04-05, 23:32)spudstuff Wrote: Hi @bsoriano ! @spudstuff , all the issues should be fixed now on Git. Please download, test, and let me know if you find any additional issues. Thanks. Regards, Bart RE: Amber for Leia - spudstuff - 2019-04-09 (2019-04-08, 01:39)bsoriano Wrote: @spudstuff , all the issues should be fixed now on Git. Please download, test, and let me know if you find any additional issues. Thanks. Working perfectly mate, all issues fixed. Thanks very much ! RE: Amber for Leia - bsoriano - 2019-04-09 Hello all, New version on Git. The main change is that I have started to provide the ability to choose what will be the startup main menu option. You will find that each one of the standard main menu options (not the custom ones yet) now have an additional setting that can be enabled in Settings, Amber Settings, Home Layout. it looks like this: https://1drv.ms/u/s!AlII29kkG6TFiMN9AGpVyg7Fn1GEZQ In that screenshot, you can see that for Videos, in the right panel there is an option "Make Startup Menu Option". When you set it to Yes, in this case, Videos will be the main menu option the skin starts in. I have tested this with all the standard menu items. If you disable a main menu item that was set as the startup menu option, the setting will be cleared. There is just one "quirk" to the way I found to implement this. When you set a main menu item to be the startup menu option, EVERY time that you go back to the home window (main menu), the menu will position itself on that option, not only when Kodi starts or when you reload the skin. In my opinion, this is a small price to pay for having this functionality. As I mentioned, this does not work on custom menu items yet. I wanted you all to have the ability to start testing this functionality and let me know what you think. As always, I appreciate your feedback. Regards, Bart NOTE: Right now, English is the only language that will show the new strings and messages. I don't think the skin is on Transifex anymore, so I appreciate any of you who wants to provide an updated translation. You can post the file here and I will upoad to Git. RE: Amber for Leia - DarrenHill - 2019-04-09 From a quick test, seems to work as described just fine (although doing it every time you return to the main menu does feel a little awkward). One other thing I notice is that the fixed games menu item is last on the list (after quit). It would probably be nicer if it could be moved up the list a bit, at least to before quit and settings. Seems rather lost down there at the bottom. Also I'm not sure having the "menu disabled/enabled" item in the right hand pane (above where the startup menu option item is) is really needed, as you can enable/disable by selecting in the centre pane anyway? Or is it just belt & braces style? RE: Amber for Leia - bsoriano - 2019-04-09 (2019-04-09, 21:21)DarrenHill Wrote: From a quick test, seems to work as described just fine (although doing it every time you return to the main menu does feel a little awkward).@DarrenHill , thanks for your quick feedback! You are correct, it is a bit awkward, but with my limited skills this is the one way I found to do this without rewriting the whole menu system, which I don't want to do. If more of you prefer not to have the functionality implemented this way, I will make the functionality optional (add a setting to enable/disable it). I will move the Games menu item further up the list. In fact, since you are the first one to point this out, could you please provide me the order you would like to see the menu items in? I was already thinking of changing the current order, and would appreciate feedback on what makes the most sense. Finally, you are correct, the "menu disabled/enabled" item on the right panel is not needed. I just never removed it. Once I have a final version of this functionality, I will remove it. Again, thanks for responding so quickly! Regards, Bart RE: Amber for Leia - DarrenHill - 2019-04-09 @bsoriano - thanks ![]() I think having the default startup menu functionality is fine to keep in as it's optional. I'm just sure if it does then new users who do use it will probably report it as a bug (I'm getting to know the mindset of our user base fairly well ![]() RE: Amber for Leia - bsoriano - 2019-04-09 (2019-04-09, 21:44)DarrenHill Wrote: @bsoriano - thanks@DarrenHill , thanks again. I will look into the order you suggest. If you can point me to a skin that has the functionality I will greatly appreciate it! I have looked, for example, at Xonfluence, and to do it in a similar fashion would involve rewriting the menu system. Do you recall any others I can look at? All of the ones I have seen that allow you to choose the order and configuration of the menu/submenu (using skinshortcuts) do not allow you to choose in which menu option the skin starts in. In any case, I will ask in the Skinning thread for pointers as well ![]() Regards, Bart RE: Amber for Leia - DarrenHill - 2019-04-09 It was Xonfluence I was thinking of, so asking in the skinning forum is your best bet RE: Amber for Leia - eljejer - 2019-04-10 Thanks for making it possible to start kodi on my favorite menu item (music in my case; I mostly use kodi as music player). Speaking of music, would it be possible to incorporate showing fanart ¨clearlogo.png¨ in playback? I really liked this in another skin. RE: Amber for Leia - spudstuff - 2019-04-10 (2019-04-09, 21:08)bsoriano Wrote: There is just one "quirk" to the way I found to implement this. When you set a main menu item to be the startup menu option, EVERY time that you go back to the home window (main menu), the menu will position itself on that option, not only when Kodi starts or when you reload the skin. In my opinion, this is a small price to pay for having this functionality. Hi Bart, Thanks for the default menu startup option work. I have noticed prior to this Amber would mostly startup on Addons for me, which was annoying because I'd prefer Movies to be the default startup option. However I think the quirk you mentioned above is significantly more of a problem for anyone using shelf items. For example, if you're looking at the shelf for Movies and you move "up" from the Movies menu option into the shelf, that is all OK. But when you move from a shelf item "down" back to the Movies menu option, it switches to the startup default option (in my test case Music). It makes navigation from the shelf items to the main menu for that shelf very cumbersome I'm afraid. Thanks for the effort to date! RE: Amber for Leia - shedrock - 2019-04-10 (2019-04-10, 15:51)spudstuff Wrote:I noticed this as well. Hopefully it will get resolved soon.(2019-04-09, 21:08)bsoriano Wrote: There is just one "quirk" to the way I found to implement this. When you set a main menu item to be the startup menu option, EVERY time that you go back to the home window (main menu), the menu will position itself on that option, not only when Kodi starts or when you reload the skin. In my opinion, this is a small price to pay for having this functionality. ![]() |