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-08-09 (2019-08-08, 22:46)bsoriano Wrote:(2019-08-08, 02:55)edjalmo Wrote:@edjalmo, thank you! The strings are indeed localized (translatable). It is string id 31497 for movies and 31517 for tv shows. I will leave the strings as they are, since the same strings are the options you see when configuring the shelves.(2019-08-07, 21:23)bsoriano Wrote: @edjalmo , please check the latest changes in Git. I changed the label for the embuary helper widgets, I think this is more language-neutral. Also, I implemented for video the alphabet strip based on jurialmunkey's code. Please download, test, and let me know your feedback. Thanks.I saw, but you forget to add this ID for translation. If I could sugest a new label this will be "Movies suggestions from [genre]" (if I wrote the english sentece right), I think this will be more language neutral too. But in all case when you add this ID for translation I can made it this way for me because the genre are the end word in bouth cases. Sorry, I found it now! If is not ask too much can you remove the ":" directly from code and put it in translation text in you next update? This way I can translated like I want and you can kept it like you want too. Thanks! RE: Amber for Leia/Matrix - darda23 - 2019-08-09 (2019-08-08, 22:50)bsoriano Wrote:(2019-08-08, 03:36)darda23 Wrote: Hi there! Thanks for your quick reply and awesome skin. What I used to have, is randomly rotating fanarts for each category. For example Action Movies category on main menu, would display a different fanart every time I hovered on it, taken from the "action movie" fanart directory I set up. Now, it always shows the same fanart, *and only then* starts rotating to different ones. In a set order. It's problematic because I want it to be random, I don't want to see *the exact same* fanart every time, I want it to be random. I did see you included a new random fanart function, but it's not good for two reasons - 1. They're mixed. I don't want my Drama TV fanarts to appear on my Action TV menu option. Right now because they're both "TV" they appear together. 2. They're not controlled. I specifically maintained a fanart folder, to have a high standard of fanarts show on my setup. Right now, if I choose "random tv" I get all sorts of fanarts, pulled from tvdb, which some are... well, not up to par. People upload all sorts of bad fanarts. I hope I made myself clearer. An implementation to randomize fanarts like it used to be (an option of course) would likely solve it. And it's already an available feature you removed, so nothing new. Thanks a lot. RE: Amber for Leia/Matrix - bsoriano - 2019-08-09 (2019-08-09, 02:04)edjalmo Wrote:@edjalmo, I will remove the : on the next update.(2019-08-08, 22:46)bsoriano Wrote:(2019-08-08, 02:55)edjalmo Wrote: I saw, but you forget to add this ID for translation. If I could sugest a new label this will be "Movies suggestions from [genre]" (if I wrote the english sentece right), I think this will be more language neutral too. But in all case when you add this ID for translation I can made it this way for me because the genre are the end word in bouth cases.@edjalmo, thank you! The strings are indeed localized (translatable). It is string id 31497 for movies and 31517 for tv shows. I will leave the strings as they are, since the same strings are the options you see when configuring the shelves. Regards, Bart RE: Amber for Leia/Matrix - bsoriano - 2019-08-09 (2019-08-09, 11:47)darda23 Wrote:@darda23 , thanks for making the issue clearer, and for bringing it to my attention. Indeed, by mistake, I removed the randomize function from the home backgrounds. It will be fixed in the next update. So, you will be able to configure "multi image" for each of your menu items and the background will be random. Please not that the default time for backgrounds to change is 7 seconds. I am not planning on changing the default, but you can configure it in Amber Settings, Backgrounds to one of the provided options.(2019-08-08, 22:50)bsoriano Wrote:(2019-08-08, 03:36)darda23 Wrote: Hi there! Regards, Bart RE: Amber for Leia/Matrix - darda23 - 2019-08-09 (2019-08-09, 17:48)bsoriano Wrote: [quote="darda23" pid='2875879' dateline='1565344044'] Thanks a lot! The randomization was so important to me! Thanks again! RE: Amber for Leia/Matrix - bsoriano - 2019-08-09 (2019-08-09, 18:10)darda23 Wrote:@darda23 , please check the latest from GitHub. Randomization should be fixed. Please download, test, and let me know how it goes. Thanks.(2019-08-09, 17:48)bsoriano Wrote:(2019-08-09, 11:47)darda23 Wrote:(2019-08-08, 22:50)bsoriano Wrote: @darda23 , thanks for making the issue clearer, and for bringing it to my attention. Indeed, by mistake, I removed the randomize function from the home backgrounds. It will be fixed in the next update. So, you will be able to configure "multi image" for each of your menu items and the background will be random. Please not that the default time for backgrounds to change is 7 seconds. I am not planning on changing the default, but you can configure it in Amber Settings, Backgrounds to one of the provided options. Regards, Bart RE: Amber for Leia/Matrix - bsoriano - 2019-08-09 (2019-08-09, 02:04)edjalmo Wrote:@edjalmo, the : has been removed, fix is already on GitHub. Please test and let me know. Thanks.(2019-08-08, 22:46)bsoriano Wrote:(2019-08-08, 02:55)edjalmo Wrote: I saw, but you forget to add this ID for translation. If I could sugest a new label this will be "Movies suggestions from [genre]" (if I wrote the english sentece right), I think this will be more language neutral too. But in all case when you add this ID for translation I can made it this way for me because the genre are the end word in bouth cases.@edjalmo, thank you! The strings are indeed localized (translatable). It is string id 31497 for movies and 31517 for tv shows. I will leave the strings as they are, since the same strings are the options you see when configuring the shelves. Regards, Bart RE: Amber for Leia/Matrix - Edworld - 2019-08-10 bsoriano, I have your repo installed, but it doesn't prompt me to update to the latest amber version. I know you added the functionality of Jurialmunkey's moviedb plug in. Does this plug in only benefit widgets or have you implemented the plugin to also provide ratings in views? edit: just read your to do's thanks RE: Amber for Leia/Matrix - edjalmo - 2019-08-10 (2019-08-09, 23:46)bsoriano Wrote:Thank you!(2019-08-09, 02:04)edjalmo Wrote:@edjalmo, the : has been removed, fix is already on GitHub. Please test and let me know. Thanks.(2019-08-08, 22:46)bsoriano Wrote: @edjalmo, thank you! The strings are indeed localized (translatable). It is string id 31497 for movies and 31517 for tv shows. I will leave the strings as they are, since the same strings are the options you see when configuring the shelves. RE: Amber for Leia/Matrix - bsoriano - 2019-08-10 (2019-08-10, 00:43)Edworld Wrote: bsoriano, @Edworld, I am starting to implement it for widgets and additional fields in the video info dialog. I will also be implementing sualfred’s embuary.info to replace extendedinfo. I have not updated my repo in a little while, since I wanted to have users test as much as possible some of the new functionality before committing to the repo. Hopefully this weekend I will update the Amber repo and submit a new version to the Kodi repo as well. Regards, Bart RE: Amber for Leia/Matrix - edjalmo - 2019-08-10 (2019-08-10, 02:32)bsoriano Wrote: I have not updated my repo in a little while, since I wanted to have users test as much as possible some of the new functionality before committing to the repo. Hopefully this weekend I will update the Amber repo and submit a new version to the Kodi repo as well. I updated the Brazilian Portuguese translation for when you update your repository and Kodi's Here: https://github.com/edjalmobf/Traducao_PT-BR_Skin_Amber_Kodi RE: Amber for Leia/Matrix - bsoriano - 2019-08-11 (2019-08-10, 17:11)edjalmo Wrote:@edjalmo, thanks!(2019-08-10, 02:32)bsoriano Wrote: I have not updated my repo in a little while, since I wanted to have users test as much as possible some of the new functionality before committing to the repo. Hopefully this weekend I will update the Amber repo and submit a new version to the Kodi repo as well. Regards, Bart RE: Amber for Leia/Matrix - Faldaani - 2019-08-11 I can't seem to set the sort order of shelves to "None". It always reverts back to "Title". Specifically, this is for the "Next Episodes" from skin-helper-service and "On Deck" from PlexKodiConnect. I want to display them in whatever order they're sent to the UI as. Horizon skin does this but it's bloated and buggy, I just want to use Amber EDIT: Kodi 18.3, skin from your repository, not the kodi one. RE: Amber for Leia/Matrix - bsoriano - 2019-08-11 (2019-08-11, 20:56)Faldaani Wrote: I can't seem to set the sort order of shelves to "None". It always reverts back to "Title". @Faldaani, please download the latest from my GitHub, Leia branch. I have not updated my repo in a little while (still some WIP features that need more testing), and the fix for the issue you are having is already in Git. Thanks. Regards, Bart RE: Amber for Leia/Matrix - darda23 - 2019-08-12 (2019-08-09, 23:45)bsoriano Wrote:(2019-08-09, 18:10)darda23 Wrote:@darda23 , please check the latest from GitHub. Randomization should be fixed. Please download, test, and let me know how it goes. Thanks.(2019-08-09, 17:48)bsoriano Wrote: I tried it now, and randomization works flawlessly! You rock! Thanks! |