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 - edjalmo - 2019-07-26 (2019-07-26, 00:37)bsoriano Wrote: @edjalmo , @Cyberdom , I have added the option to display the fanart title in the Top Bar or in a frame below. In Amber Settings, Backgrounds there is a new option "Place Background Name in Top Bar". Set this to Yes for the title to appear in the Top Bar. The changes are only in the Leia branch of the skin's GitHub repo. I will not put in the Amber repo until the feature is finalized. Please download from Git, test, and provide me with your feedback. Thanks.Thanks! I see! Yeah, fixed width for background image frame don't look good. I have an ideia to fix the dinamic thing you said, don't know if is possible to make. I remember you saying that <auto> is possible is some places. Is not possible to create a container, or group (I don't know the nomeclature) and put backgroud text inside? Is something like that The min and max is just for text not touch the frame (like you already do). Assuming this is possible, this way movies with big sizes titles will have a big size frame and don't look so good. A possible solution for this is increase frame height in this cases, so I hope I made myself undestand. My idea is jut to put it in bold, not change it when select, so this is good to me. I think color and fount could be the same of the menu (movies, tv shows...), and I think it's already. About the font: first I thinked it is small, but then I changed it for top bar and I saw that both have the same size (I think), so I think the font in frame look small because the frame height is small. I think the best frame height size is something close to height size of top bar. In both places move the text just a little to the right so it doesn't get too close to the wall. RE: Amber for Leia/Matrix - bsoriano - 2019-07-26 (2019-07-26, 15:21)edjalmo Wrote:@edjalmo , unfortunately, most of what you suggest is not possible. The only controls that can have an "auto" width (there is no auto height), as far as I know, are labels and buttons. I tried with the button, but that is when I ran into longer titles always going beyond the background image.(2019-07-26, 00:37)bsoriano Wrote: @edjalmo , @Cyberdom , I have added the option to display the fanart title in the Top Bar or in a frame below. In Amber Settings, Backgrounds there is a new option "Place Background Name in Top Bar". Set this to Yes for the title to appear in the Top Bar. The changes are only in the Leia branch of the skin's GitHub repo. I will not put in the Amber repo until the feature is finalized. Please download from Git, test, and provide me with your feedback. Thanks.Thanks! I can change the size of the frame image to be that of the top bar, and I can offset the text more to the right. However, the issue of the background frame not being dynamic will remain. Regards, Bart RE: Amber for Leia/Matrix - edjalmo - 2019-07-26 (2019-07-26, 15:36)bsoriano Wrote: unfortunately, most of what you suggest is not possible. The only controls that can have an "auto" width (there is no auto height), as far as I know, are labels and buttons. I tried with the button, but that is when I ran into longer titles always going beyond the background image.Right! But if you put just width in auto and put text inside this group the text will pass the frame anyway? RE: Amber for Leia/Matrix - bsoriano - 2019-07-26 (2019-07-26, 15:44)edjalmo Wrote:@edjalmo , yes it will. I think we have only two choices here: Fixed-width frame image, or no frame at all, but in the same place below the top bar. Please check what I have now on Git and let me know if you prefer it like that. Thanks.(2019-07-26, 15:36)bsoriano Wrote: unfortunately, most of what you suggest is not possible. The only controls that can have an "auto" width (there is no auto height), as far as I know, are labels and buttons. I tried with the button, but that is when I ran into longer titles always going beyond the background image.Right! RE: Amber for Leia/Matrix - Cyberdom - 2019-07-26 (2019-07-25, 22:13)bsoriano Wrote:Thank you for your answer @bsoriano.(2019-07-25, 21:21)Cyberdom Wrote: Indeed, I also noticed that.@Cyberdom , thanks for the feedback. Unfortunately, I have no way of replicating the issue you mention, as I do not have a PVR client that can do recordings. Could you please post the link here to a debug log of when the issue happens? You can follow the instructions here: https://kodi.wiki/view/Log_file/Easy. That way I can check to see if there is anything particular or if there is any error when the issue happens. Thanks! According to your link to create a log file, you need a keyboard (I only have a remote control) and create a file "advancedsettings.xml". It seems a little complicated. In fact, as I explained, when I delete a TV recording, the TV recordings shelf is empty but remains displayed. Then, more way to access the last TV channels watched shelf. In previous versions of Amber, when the TV recordings shelf was empty, it was hidden and left room for the last TV channels watched shelf. As I said above, by displaying 2 shelves at the same time, the TV recordings shelf is better managed and disappears when it is empty. Thanks again for keeping us informed about everything you do for Amber. RE: Amber for Leia/Matrix - bsoriano - 2019-07-26 (2019-07-26, 18:11)Cyberdom Wrote:@Cyberdom , thanks for the additional detail, perhaps I did not quite understand before. I will try to replicate this with other types of shelves. Which one is Shelf 1 for you, the last tv channels watched or the recordings one?(2019-07-25, 22:13)bsoriano Wrote:Thank you for your answer @bsoriano.(2019-07-25, 21:21)Cyberdom Wrote: Indeed, I also noticed that.@Cyberdom , thanks for the feedback. Unfortunately, I have no way of replicating the issue you mention, as I do not have a PVR client that can do recordings. Could you please post the link here to a debug log of when the issue happens? You can follow the instructions here: https://kodi.wiki/view/Log_file/Easy. That way I can check to see if there is anything particular or if there is any error when the issue happens. Thanks! Regards, Bart RE: Amber for Leia/Matrix - bsoriano - 2019-07-26 Hello all, I have added (only on Git right now, Leia branch) an alphabet strip to the media views (video and audio), so you can quickly jump to a letter to find the movie, etc. that you are looking for. This feature is using @sualfred 's wonderful Embuary Helper script. Some important details: 1. You need to enable this in Amber Settings, General: Enable Alphabet Strip. 2. When it is enabled, in all views except Fanart, you get to it by pressing Right from a list item or the rightmost item. If you press right again, you will go the view's scrollbar. 3. In Fanart view, the alphabet strip is horizontal, and you get to it by pressing Down from an item (if Gallery is disabled). If you press Down again, you will go to the view's scrollbar. 4. The alphabet strip does not have an item for numbers, the first item is "#" and it goes to the beginning of the list. Again, this is only on the Leia branch in Git. I will not include in the Amber repo until the feature is finalized. Please download, test, and let me know your feedback. Thanks. Regards, Bart RE: Amber for Leia/Matrix - edjalmo - 2019-07-26 (2019-07-26, 16:30)bsoriano Wrote:If the frame don't work at all I think the best position is your original position.(2019-07-26, 15:44)edjalmo Wrote:@edjalmo , yes it will. I think we have only two choices here: Fixed-width frame image, or no frame at all, but in the same place below the top bar. Please check what I have now on Git and let me know if you prefer it like that. Thanks.(2019-07-26, 15:36)bsoriano Wrote: unfortunately, most of what you suggest is not possible. The only controls that can have an "auto" width (there is no auto height), as far as I know, are labels and buttons. I tried with the button, but that is when I ran into longer titles always going beyond the background image.Right! I searched here in forum and find this (https://forum.kodi.tv/showthread.php?tid=329364&highlight=auto), this is the same thing we are trying? RE: Amber for Leia/Matrix - edjalmo - 2019-07-26 (2019-07-26, 19:07)bsoriano Wrote: Hello all,Great function! Suggestions It's possible to navegate without press enter in the letter, just scrolling? And, if this is possible, can the scrolling pass not the letter that have no movie in library? Hide the scrollbar icon when this is enable (unless we press right/down two times). Disable too the option that if we press right 3 times we go to the left menu (the opposite don't happend). RE: Amber for Leia/Matrix - ontap - 2019-07-26 Hello bsoriano, am enjoying the skin thank you , I have a small issue , as follows, I have media action set to "show info", works fine in "movies" ,however when selecting a tv series from widget panel on home screen ( widgets shelf1, I have set to "recently added shows" , not episodes), the info screen pops up as in pic1 , but the browse button when pressed just returns to the home screen , it doesn't give me access to series then episodes. If I select the "extended info" button , I get the screen as in pic2 , which has an "open" option and that lets me get to choose series then episodes. So can the "browse button be set to replicate the "extended info button action or can it be removed and the extended info button either left as it is or renamed to "browse" or "more" or whatever you deem most suitable ? thank you.Or is there a way to open that extended info screen (pic2) when selecting a video with action set to 'show info" ? P.S. The extended info pic as you can see has the actor/actresses, posters populated , the default pic doesn't. RE: Amber for Leia/Matrix - bsoriano - 2019-07-26 (2019-07-26, 19:14)edjalmo Wrote:(2019-07-26, 16:30)bsoriano Wrote:If the frame don't work at all I think the best position is your original position.(2019-07-26, 15:44)edjalmo Wrote: Right!@edjalmo , yes it will. I think we have only two choices here: Fixed-width frame image, or no frame at all, but in the same place below the top bar. Please check what I have now on Git and let me know if you prefer it like that. Thanks. @edjalmo , what position are you referring to? Bottom left corner? If so, as it was originally (font, size, style)? As for the forum thread you mention, it does not apply to our case, since the background for the button in that thread is a solid color, not an irregular image like the frame in our case. Regards, Bart RE: Amber for Leia/Matrix - bsoriano - 2019-07-26 (2019-07-26, 19:42)edjalmo Wrote:@edjalmo,(2019-07-26, 19:07)bsoriano Wrote: Hello all,Great function! Your first request is not possible without, for me, massive amounts of code, so that is not something I will do. I will see what I can do about the other two requests, they should be doable. Regards, Bart RE: Amber for Leia/Matrix - ontap - 2019-07-26 Hmmm , more info on above , when using a default widget such as "unwatched tv shows" , the browse button works fine. The "recently added tv shows" widget which is causing the issue is selected from - "additional shelves/skin helper widgets". So its not a skin issue , I much prefer , "recently added shows" to "recently added episodes" as a main screen widget. Still looking at the pics the extended info screen has picked up the posters instantly so is maybe preferable if its possible ? RE: Amber for Leia/Matrix - bsoriano - 2019-07-26 (2019-07-26, 20:10)ontap Wrote: Hmmm , more info on above , when using a default widget such as "unwatched tv shows" , the browse button works fine. @ontap, I figured as much. There is a default widget for recently added tv shows, please use that. You can find it in Default Shelves, TV Shows, Recently Added TV shows. Browse will work fine with that one. As for the cast icons, Extendedinfo gets them from the web, the default info dialog gets them from your library/database. If your scraper does not scrape actor images, they will not show in the info dialog. Regards, Bart RE: Amber for Leia/Matrix - edjalmo - 2019-07-26 (2019-07-26, 20:05)bsoriano Wrote:(2019-07-26, 19:14)edjalmo Wrote:(2019-07-26, 16:30)bsoriano Wrote: @edjalmo , yes it will. I think we have only two choices here: Fixed-width frame image, or no frame at all, but in the same place below the top bar. Please check what I have now on Git and let me know if you prefer it like that. Thanks.If the frame don't work at all I think the best position is your original position. Yes, is this position: bottom left corner, in same size, font, style. I asked here if that thing we are thinking is possible. |