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 - bsoriano - 2020-05-19 (2020-05-19, 09:58)beatmasterrs Wrote:@beatmasterrs , are you using the latest version of Amber and have the setting enabled? I switched from using skin.info.service for that info to using a hidden list, and it works fine for me.(2020-05-18, 21:47)bsoriano Wrote: c. There is a new setting "Show Movie Collection Count" which is set to No by default. If you set it to Yes, the number of movies in a collection will be shown in the media views. You can find the setting here: Regards, Bart RE: Amber for Leia/Matrix - beatmasterrs - 2020-05-19 (2020-05-19, 16:06)bsoriano Wrote:(2020-05-19, 09:58)beatmasterrs Wrote:@beatmasterrs , are you using the latest version of Amber and have the setting enabled? I switched from using skin.info.service for that info to using a hidden list, and it works fine for me.(2020-05-18, 21:47)bsoriano Wrote: c. There is a new setting "Show Movie Collection Count" which is set to No by default. If you set it to Yes, the number of movies in a collection will be shown in the media views. You can find the setting here: Yes i'm using the latest version from github, the leia branch. I have no idea what is causing this behavior. Maybe someone here could reproduce this? RE: Amber for Leia/Matrix - bsoriano - 2020-05-19 (2020-05-19, 10:29)Cyberdom Wrote:@Cyberdom , the setting for the collection count just shows the number of movies in the collection, it does not show it on the top right overlay. I was not able to get consistent behavior for putting it in the top right overlay, so I dropped that functionality.(2020-05-18, 21:47)bsoriano Wrote: Hello all,Thank you for update. Thanks for pointing out that play count for music is missing for list views, I will fix that. And thank you for continuing with the translation. Regards, Bart RE: Amber for Leia/Matrix - Cyberdom - 2020-05-19 (2020-05-19, 16:23)bsoriano Wrote: @Cyberdom , the setting for the collection count just shows the number of movies in the collection, it does not show it on the top right overlay. I was not able to get consistent behavior for putting it in the top right overlay, so I dropped that functionality.@bsoriano, can you post a screenshot to see where the number of movies in a collection is displayed with this new option ? Is the number of movies displayed in the collection information ? For my part, the number of movies in a collection is displayed even without activating this new option. RE: Amber for Leia/Matrix - bsoriano - 2020-05-19 (2020-05-19, 18:03)Cyberdom Wrote:@Cyberdom, here is the screenshot:(2020-05-19, 16:23)bsoriano Wrote: @Cyberdom , the setting for the collection count just shows the number of movies in the collection, it does not show it on the top right overlay. I was not able to get consistent behavior for putting it in the top right overlay, so I dropped that functionality.@bsoriano, can you post a screenshot to see where the number of movies in a collection is displayed with this new option ? And you are correct, even if you turn the setting to No, the info is shown. This happens if you also have script.skin.info.service installed, as it is used as fallback. If you do not have that addon, then this info is not shown. Regards, Bart RE: Amber for Leia/Matrix - bsoriano - 2020-05-19 (2020-05-19, 16:13)beatmasterrs Wrote:@beatmasterrs , could you please try disabling script.skin.info.service (you might have to disable other skins that have it as a dependency) and restarting Kodi, making sure that the setting "Show Collections Count" is set to Yes? That way we are sure that the info is coming from the hidden list. I still have script.skin.info.service as fallback for the collection count info.(2020-05-19, 16:06)bsoriano Wrote:(2020-05-19, 09:58)beatmasterrs Wrote: Unfortunately, that doesn't work for me. I wanted to integrate it into my mod myself a few months ago and spent hours on it, but then I failed. I think it's the same problem/behavior as when I tried.@beatmasterrs , are you using the latest version of Amber and have the setting enabled? I switched from using skin.info.service for that info to using a hidden list, and it works fine for me. Please let me know if that shows the correct info. If it does, then the issue is script.skin.info.service. I most likely will remove it as fallback for that info. Thanks. Regards, Bart RE: Amber for Leia/Matrix - beatmasterrs - 2020-05-19 (2020-05-19, 19:05)bsoriano Wrote:(2020-05-19, 16:13)beatmasterrs Wrote:@beatmasterrs , could you please try disabling script.skin.info.service (you might have to disable other skins that have it as a dependency) and restarting Kodi, making sure that the setting "Show Collections Count" is set to Yes? That way we are sure that the info is coming from the hidden list. I still have script.skin.info.service as fallback for the collection count info.(2020-05-19, 16:06)bsoriano Wrote: @beatmasterrs , are you using the latest version of Amber and have the setting enabled? I switched from using skin.info.service for that info to using a hidden list, and it works fine for me. For testing, i've disabled skin.info.service, but the result is still the same. Movieset count works fine in this view: but in this view, it doesn't: RE: Amber for Leia/Matrix - bsoriano - 2020-05-19 (2020-05-19, 20:29)beatmasterrs Wrote:@beatmasterrs , thanks for testing. I will verify what is happening with that view.(2020-05-19, 19:05)bsoriano Wrote:(2020-05-19, 16:13)beatmasterrs Wrote: Yes i'm using the latest version from github, the leia branch. I have no idea what is causing this behavior. Maybe someone here could reproduce this?@beatmasterrs , could you please try disabling script.skin.info.service (you might have to disable other skins that have it as a dependency) and restarting Kodi, making sure that the setting "Show Collections Count" is set to Yes? That way we are sure that the info is coming from the hidden list. I still have script.skin.info.service as fallback for the collection count info. Regards, Bart RE: Amber for Leia/Matrix - Cyberdom - 2020-05-19 (2020-05-19, 19:01)bsoriano Wrote:Thanks for the precision.(2020-05-19, 18:03)Cyberdom Wrote:@Cyberdom, here is the screenshot:(2020-05-19, 16:23)bsoriano Wrote: @Cyberdom , the setting for the collection count just shows the number of movies in the collection, it does not show it on the top right overlay. I was not able to get consistent behavior for putting it in the top right overlay, so I dropped that functionality.@bsoriano, can you post a screenshot to see where the number of movies in a collection is displayed with this new option ? RE: Amber for Leia/Matrix - bsoriano - 2020-05-19 (2020-05-19, 20:29)beatmasterrs Wrote:@beatmasterrs , I found the issue. If you put that info in the itemlayout/focusedlayout of the list in the view, the results are inconsistent and ofter wrong. That is why I decided against showing it in the top right overlay. For the BigList view, I will put it in the info panel below the fanart. That works well. I will include that in the next update. Thank you for pointing out this issue.(2020-05-19, 19:05)bsoriano Wrote:(2020-05-19, 16:13)beatmasterrs Wrote: Yes i'm using the latest version from github, the leia branch. I have no idea what is causing this behavior. Maybe someone here could reproduce this?@beatmasterrs , could you please try disabling script.skin.info.service (you might have to disable other skins that have it as a dependency) and restarting Kodi, making sure that the setting "Show Collections Count" is set to Yes? That way we are sure that the info is coming from the hidden list. I still have script.skin.info.service as fallback for the collection count info. Regards, Bart EDIT: @beatmasterrs , please check out version 3.2.83. It includes the fix. Thanks. RE: Amber for Leia/Matrix - bsoriano - 2020-05-20 Hello all, I just uploaded versions 3.2.83 (Leia) and 3.3.83 (Matrix) to GitHub and the Amber repos. Main changes: 1. Fixed album/songs play count information for list views. Now looks like this: 2. Fixed collection count information for BigList view. Now looks like this: 3. Fix (hopefully) for video OSD when Kodi gets a mouse event and no control is focused. Before, you could not get to the Pause or Stop buttons unless you had a mouse. Now, if you press down, Amber should focus on the button list and you can get to the buttons using arrow keys. 4. More fixes for French translation (thanks @Cyberdom ). 5. I did not receive any responses in terms of what other languages are being used with Amber, so I have removed all languages except the following: - English - French - Spanish - Portuguese - Italian - Dutch - German - Finnish If you use Amber in a different language than those above, please let me know and I will bring back the translation for your language. Please download, test, and let me know if you find any issues. Thanks. Regards, Bart RE: Amber for Leia/Matrix - Cyberdom - 2020-05-20 (2020-05-20, 21:47)bsoriano Wrote: Hello all,Thanks for adding the number of plays to the list views. (2020-05-19, 19:01)bsoriano Wrote: @Cyberdom, here is the screenshot:If never, I want not display the number of plays anymore, should I deactivate script.skin.info.service ? RE: Amber for Leia/Matrix - bsoriano - 2020-05-21 (2020-05-20, 23:13)Cyberdom Wrote:@Cyberdom, do you mean the number of plays for songs, albums, movies, episodes, etc., or the number of movies in the collection? Which is it that you would like the option not to display?(2020-05-20, 21:47)bsoriano Wrote: Hello all,Thanks for adding the number of plays to the list views. Regards, Bart RE: Amber for Leia/Matrix - Cyberdom - 2020-05-21 (2020-05-21, 01:10)bsoriano Wrote:@bsoriano, I meant if never, I want not display the number of plays for songs, albums, movies, episodes, etc., anymore, do I have to disable script.skin.info.service ?(2020-05-20, 23:13)Cyberdom Wrote:@Cyberdom, do you mean the number of plays for songs, albums, movies, episodes, etc., or the number of movies in the collection? Which is it that you would like the option not to display?(2020-05-20, 21:47)bsoriano Wrote: Hello all,Thanks for adding the number of plays to the list views. Is script.skin.info.service useful for other functions in Amber ? RE: Amber for Leia/Matrix - bsoriano - 2020-05-21 (2020-05-21, 11:24)Cyberdom Wrote:@Cyberdom, thanks for the response. I will need to add a setting for that. Script.skin.info.service is used in Amber to provide info on sets, so there is no need to disable it.(2020-05-21, 01:10)bsoriano Wrote:@bsoriano, I meant if never, I want not display the number of plays for songs, albums, movies, episodes, etc., anymore, do I have to disable script.skin.info.service ?(2020-05-20, 23:13)Cyberdom Wrote: Thanks for adding the number of plays to the list views.@Cyberdom, do you mean the number of plays for songs, albums, movies, episodes, etc., or the number of movies in the collection? Which is it that you would like the option not to display? Regards, Bart |