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 - Cyberdom - 2019-07-26 (2019-07-26, 19:00)bsoriano Wrote:Thank you @bsoriano. My first shelf is the last TV channels watched shelf.(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: @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!Thank you for your answer @bsoriano. RE: Amber for Leia/Matrix - edjalmo - 2019-07-27 @bsoriano since the auto size is not possible I tried here increase the height of image and center the text inside it, and using <wrapmultiline>true</wrapmultiline>. I also increased font size a little (to 18). Look (I made just for horizontal menu)
What do you think? I tested with the text "The Lord of the Rings: The Fellowship of the Ring" and fit perfect. What I don't understand is if I put the "The Lord of the Rings: The Fellowship of the Ring" direct in <label> they not show correct, but if this is inside a $VAR (like is) they show correct. In $VAR also it show "..." if the text is more big than width. And why if I use the same width of image in text they not be align in center of image? I little bug that you can correct easily is if I change the font in Interface Settings, background name will not show correctly. RE: Amber for Leia/Matrix - bsoriano - 2019-07-27 (2019-07-27, 18:35)edjalmo Wrote: <control type="image"> <left>0</left> <top>41.3</top> <height>98</height> <width>350</width> <texture flipx="true" flipy="true">common/TimePanel.png</texture> <colordiffuse>dfcebe9e</colordiffuse> <visible>!Skin.HasSetting(FanartTitle.InTopBar) + !Skin.HasSetting(VerticalHome)</visible></control> @edjalmo , nice work as usual on the positioning and sizing. I don't have the answers as to why it works in a VAR and not directly on the label. I included your changes, as well as the fixes for the other fonts in Git. Regards, Bart RE: Amber for Leia/Matrix - edjalmo - 2019-07-28 (2019-07-27, 23:22)bsoriano Wrote:Thanks!(2019-07-27, 18:35)edjalmo Wrote: <control type="image"> <left>0</left> <top>41.3</top> <height>98</height> <width>350</width> <texture flipx="true" flipy="true">common/TimePanel.png</texture> <colordiffuse>dfcebe9e</colordiffuse> <visible>!Skin.HasSetting(FanartTitle.InTopBar) + !Skin.HasSetting(VerticalHome)</visible></control> I removed the italic, but that wasn't intentional, sorry. Can you put it again (maybe in top bar too)? And another little detail I noticed: don't disable background name when playing something in background unless the option "put name in top bar" was enable. RE: Amber for Leia/Matrix - spudstuff - 2019-07-28 (2019-07-26, 01:02)bsoriano Wrote: @spudstuff , could you please try the latest from Git (not in the Amber repo or Kodi repo yet)?. It is only working right now for videos, for the list views (List, Low List, Big List and Tall List). When the sort order is appropriate (Title, Name), and you press Right from a list item, you will see the alphabet strip. If you press Right from the alphabet strip, you go to the scrollbar. I can change the order (first scrollbar, then alphabet), but it seemed more intuitive to me like I have it now. There is no option to enable/disable the alphabet strip right now. Looks great Bart! It's a pity the embuary library doesn't support showing the items with the chosen letter at the top of the list (rather than the bottom), but you have no control over that. I saw it in most places I'd expect (including TV Shows and Music) but it doesn't appear in Movies after you pick a genre. Eg. Movies -> submenu Genre -> Horror -> right arrow - no letters. Same for Recently Added and In Progress submenus. These are all in list view for me. Thanks very much! RE: Amber for Leia/Matrix - bsoriano - 2019-07-28 (2019-07-28, 01:30)edjalmo Wrote:(2019-07-27, 23:22)bsoriano Wrote:Thanks!(2019-07-27, 18:35)edjalmo Wrote: <control type="image"> <left>0</left> <top>41.3</top> <height>98</height> <width>350</width> <texture flipx="true" flipy="true">common/TimePanel.png</texture> <colordiffuse>dfcebe9e</colordiffuse> <visible>!Skin.HasSetting(FanartTitle.InTopBar) + !Skin.HasSetting(VerticalHome)</visible></control> @edjalmo, sure thing, I will add back italics. I will look at the second issue also. Thanks! Regards, Bart RE: Amber for Leia/Matrix - bsoriano - 2019-07-28 (2019-07-28, 06:13)spudstuff Wrote:(2019-07-26, 01:02)bsoriano Wrote: @spudstuff , could you please try the latest from Git (not in the Amber repo or Kodi repo yet)?. It is only working right now for videos, for the list views (List, Low List, Big List and Tall List). When the sort order is appropriate (Title, Name), and you press Right from a list item, you will see the alphabet strip. If you press Right from the alphabet strip, you go to the scrollbar. I can change the order (first scrollbar, then alphabet), but it seemed more intuitive to me like I have it now. There is no option to enable/disable the alphabet strip right now. @spudstuff, thanks! I will look at those scenarios, I am not sure yet why it is not shown there. Regards, Bart RE: Amber for Leia/Matrix - bsoriano - 2019-07-28 (2019-07-28, 06:13)spudstuff Wrote:@spudstuff , I checked and the issue is that the alphabet strip will only show up if the sort method is an A-Z sort method (name, title, album, artist, etc.) Recently Added submenu is sorted by dateadded descending and you cannot change it, In Progress is sorted by last played date. Anywhere where you want the alphabet strip to show up, needs to have an A-Z sort method, ascending or descending.(2019-07-26, 01:02)bsoriano Wrote: @spudstuff , could you please try the latest from Git (not in the Amber repo or Kodi repo yet)?. It is only working right now for videos, for the list views (List, Low List, Big List and Tall List). When the sort order is appropriate (Title, Name), and you press Right from a list item, you will see the alphabet strip. If you press Right from the alphabet strip, you go to the scrollbar. I can change the order (first scrollbar, then alphabet), but it seemed more intuitive to me like I have it now. There is no option to enable/disable the alphabet strip right now. Regards, Bart RE: Amber for Leia/Matrix - bsoriano - 2019-07-28 (2019-07-28, 14:49)bsoriano Wrote:(2019-07-28, 01:30)edjalmo Wrote:(2019-07-27, 23:22)bsoriano Wrote: @edjalmo , nice work as usual on the positioning and sizing. I don't have the answers as to why it works in a VAR and not directly on the label. I included your changes, as well as the fixes for the other fonts in Git.Thanks! @edjalmo , both changes are in Git already. I also fixed not going to the sideblade if you press right from the scrollbar in media views. And I also added the option provided by the Embuary Helper script to only show the letters of the alphabet strip for which there are items in the list. Please test and let me know. Thanks. Regards, Bart RE: Amber for Leia/Matrix - ontap - 2019-07-29 I have been using this version , mistakenly thinking that it didn't include "script skin shortcuts " haha, I just noticed ( a couple of months late ) that you merged the other one containing SSS with this one. I tried to stay away from SSS skins, because of the speed loss , some will disagree am sure but SSS slows things down for me or at least it did, this skin is smooth. I was trying the "estuarymod v2" skin , has a similar vertical menu bar to amber but I like the collapsible menu feature, but even on a mac with 12gb ram it doesn't run anywhere near as smooth as amber. |Just having a test of this embuary alphabet feature , looks good, thanks again for this great skin. RE: Amber for Leia/Matrix - spudstuff - 2019-07-29 (2019-07-28, 20:56)bsoriano Wrote: @spudstuff , I checked and the issue is that the alphabet strip will only show up if the sort method is an A-Z sort method (name, title, album, artist, etc.) Recently Added submenu is sorted by dateadded descending and you cannot change it, In Progress is sorted by last played date. Anywhere where you want the alphabet strip to show up, needs to have an A-Z sort method, ascending or descending. Of course, that makes total sense. Sorry! Cheers, Adam. RE: Amber for Leia/Matrix - bsoriano - 2019-07-29 (2019-07-29, 00:20)ontap Wrote: I have been using this version , mistakenly thinking that it didn't include "script skin shortcuts " haha, I just noticed ( a couple of months late ) that you merged the other one containing SSS with this one. I tried to stay away from SSS skins, because of the speed loss , some will disagree am sure but SSS slows things down for me or at least it did, this skin is smooth. I was trying the "estuarymod v2" skin , has a similar vertical menu bar to amber but I like the collapsible menu feature, but even on a mac with 12gb ram it doesn't run anywhere near as smooth as amber.@ontap , thank you so much! I am glad you are having a good experience with Amber Regards, Bart RE: Amber for Leia/Matrix - bsoriano - 2019-07-29 Hello all, @sualfred has added to his Embuary Helper script the ability to show ratings (imdb, tmdb, rt, etc.) outisde the info dialog, without going online to get any info. This uses the ratings stored in your Kodi database, just like what Amber shows in the info dialog. I am thinking of adding this to Amber, and wanted your feedback of where else would you like to see the ratings. Some of the places I was thinking were: 1. All media views (have to decide which to show and where, as the space is not the same in all views) 2. Video OSD Of course, I would make this optional, for those who do not wish to see ratings in other places. Also, they would look very similar to the info dialog, meaning that the icons would only be colored ones. So please let me know if this is something you would like to see in Amber and where outside the info dialog you would like to see them. Thanks. Regards, Bart RE: Amber for Leia/Matrix - edjalmo - 2019-07-29 (2019-07-28, 21:29)bsoriano Wrote:Thanks!(2019-07-28, 14:49)bsoriano Wrote:(2019-07-28, 01:30)edjalmo Wrote: Thanks! The background name is not showing after this update. It are only showing if I put it in top bar. Is not better remove the other scrollbar when alphabet strip are enable? Center alphabet strip between top bar and movie info bar, this way it will show better when not have movies with all letters. And this works for scrolling without pressing enter? RE: Amber for Leia/Matrix - bsoriano - 2019-07-29 (2019-07-29, 15:48)edjalmo Wrote:@edjalmo , I will check the issue you mention.(2019-07-28, 21:29)bsoriano Wrote:Thanks!(2019-07-28, 14:49)bsoriano Wrote: @edjalmo, sure thing, I will add back italics. I will look at the second issue also. Thanks! I will not remove the scrollbar when the alphabet strip is showing, I like having the reminder that it is there. You are welcome to mod the skin if you like. I am not sure I can center the strip, given that I do not know in advance what size it will be. I will research some more how to do this. And no, as far as I can tell, that code does nothing to automatically scroll the list while you are scrolling the alphabet strip. If you take a look at the date, that code is from 2 years ago. Regards, Bart |