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 - shedrock - 2019-09-06 (2019-09-06, 18:59)bsoriano Wrote: 1. It is possible, but having it there is a design choice of mine. If I understand you correctly, no image is displayed for episodes if the season poster is not available? It should display the tv poster. Please confirm.Hi Bart, For point #1: I have attached an image to show you what I am referring to. For point #4: Note: I am running on LibreELEC, so I am not sure if it is a letter casing issue. I know I have had the problem in the past. As for the point #5, I do have this set to default to next unwatched episode in Kodi, but it doesn't seem to work for me on Amber. Also, I noticed a few minutes ago, the Main Menu setup option sometimes freezes and all entries to the left are just blank. I actually have to press "Key #5" on my mini keyboard (I mapped that key in the keymaps.xml file) to reload the skin in order to get out of that function. I also look forward to you getting back to me on the SHS issue. Thank you SO much for your help. Shedrock RE: Amber for Leia/Matrix - shedrock - 2019-09-06 @bsoriano - I keep getting a popup error regarding service.library.data.provider while scrolling through my TV Shows. This is the error in the log file. EDIT: I also do not have this issue with any other skin. https://paste.kodi.tv/kobarocoza.kodi Shedrock RE: Amber for Leia/Matrix - bsoriano - 2019-09-06 (2019-09-06, 17:54)Bassam909 Wrote:(2019-09-05, 20:55)bsoriano Wrote:Thanks, that was very helpful but the situation is still confusing, I'm not lazy, I keep on trial and error until I find my way but something is not right and I dunno what exactly, I tried smart playlists and node editor for some reason i don't understand how to make the setup correctly, in each one I set the list to "Folder Path" the folder contain mp4 videos with m3u playlist file included but kodi don' see content. I no longer care about artwork and aesthetics I just want menus each contains folders I can play in follow up and not have to click for each video to play. I find a way to "Source" folder to the menu setup but this way I had to play each video it doesn't play the content following on.(2019-09-05, 20:01)Bassam909 Wrote: if I have a folder contains courses, is it possible to make list with each course into an album or playlist and have cover artwork for that each one?@Bassam909 , you can create a smart playlist based on a folder, as explained here: https://kodi.wiki/view/Smart_playlists, or you could create a video node, as @DarrenHill mentioned in the previous post. You can then in Amber assign the playlist as the item for a menu item. @Bassam909, there is a setting in Kodi to "play next video automatically". You can find it under Settings, Player. This will allow you to specify for which type of video you want to play the next video automatically. If I understand you correctly, you would like to have Kodi play all of the videos in one of your folders according to the order specified in the m3u playlist which is also in the folder. Sadly, that is not something that is available, as far as I know. You can make a playlist of all of the videos of the folder, in the order of the m3u playlist, and when you create the menu item, when asked if you want to Display or Play the playlist, you can select Play. What that will do is that when you click/press that menu item, the playlist will start playing right away, and if you set the option to "play next video automatically", the videos should play in the order of the playlist one after the other. What I meant earlier about creating a video source for your videos is so that you can integrate them into your library and see metadata and images, like if they were any movie or tv show. To have Kodi know what that metadata and images are, is what creating an NFO for each video file is for. Please let me know how it goes. Thanks. Regards, Bart RE: Amber for Leia/Matrix - bsoriano - 2019-09-06 (2019-09-06, 21:18)shedrock Wrote: @bsoriano - I keep getting a popup error regarding service.library.data.provider while scrolling through my TV Shows. This is the error in the log file. @shedrock, I have no idea what that could be. The skin does not use that addon anymore, not even for widgets. Do you have a recent version of the skin? Do you have the latest version of that addon? Regards, Bart RE: Amber for Leia/Matrix - shedrock - 2019-09-06 (2019-09-06, 23:07)bsoriano Wrote:I am using the Kodi repo version 3.2.9. According to Agent ransack search results, the following files do call for the use of that script. Home.xml, Includes.xml and SkinSettings.xml. I will download it directly from the repo and try it.(2019-09-06, 21:18)shedrock Wrote: @bsoriano - I keep getting a popup error regarding service.library.data.provider while scrolling through my TV Shows. This is the error in the log file. Thanks, Shedrock RE: Amber for Leia/Matrix - bsoriano - 2019-09-06 (2019-09-06, 23:15)shedrock Wrote:(2019-09-06, 23:07)bsoriano Wrote:I am using the Kodi repo version 3.2.9. According to Agent ransack search results, the following files do call for the use of that script. Home.xml, Includes.xml and SkinSettings.xml. I will download it directly from the repo and try it.(2019-09-06, 21:18)shedrock Wrote: @bsoriano - I keep getting a popup error regarding service.library.data.provider while scrolling through my TV Shows. This is the error in the log file. @shedrock, please download the skin from GitHub, Leia branch if you are in Leia, Master branch if you are in Matrix. Thanks. Regards, Bart RE: Amber for Leia/Matrix - shedrock - 2019-09-07 (2019-09-06, 23:43)bsoriano Wrote:Thank you Bart, I will do that right now.(2019-09-06, 23:15)shedrock Wrote:(2019-09-06, 23:07)bsoriano Wrote: @shedrock, I have no idea what that could be. The skin does not use that addon anymore, not even for widgets. Do you have a recent version of the skin? Do you have the latest version of that addon?I am using the Kodi repo version 3.2.9. According to Agent ransack search results, the following files do call for the use of that script. Home.xml, Includes.xml and SkinSettings.xml. I will download it directly from the repo and try it. Regards, Shedrock RE: Amber for Leia/Matrix - edjalmo - 2019-09-07 Hi again, @bsoriano! New somethings that I noticed.
Heres the Custom_1128_TMDB_PersonInfo.xml and DialogMusicInfo.xml EDIT: I noticed that my cast/crew page don't have the fix for mouse bug, so in case you will added it add remember add this to. Hope you like. RE: Amber for Leia/Matrix - shedrock - 2019-09-07 I have the "Show Extrafanart if available" option turned on but I don't see any extra fanart being displayed for Movies or TV Shows. Thanks, Shedrock RE: Amber for Leia/Matrix - bsoriano - 2019-09-07 (2019-09-07, 17:12)shedrock Wrote: I have the "Show Extrafanart if available" option turned on but I don't see any extra fanart being displayed for Movies or TV Shows. @shedrock, you are correct. That is an area of the skin I have yet to get to. I know what I need to do (will remove skin helper service need for extrafanart), I just have not had the time yet. Will be fixed in a week or so, next week I will have almost no time to work on the skin. Regards, Bart RE: Amber for Leia/Matrix - shedrock - 2019-09-07 (2019-09-07, 18:41)bsoriano Wrote:No problem.(2019-09-07, 17:12)shedrock Wrote: I have the "Show Extrafanart if available" option turned on but I don't see any extra fanart being displayed for Movies or TV Shows. Thanks, Shedrock RE: Amber for Leia/Matrix - bsoriano - 2019-09-07 (2019-09-07, 15:59)edjalmo Wrote: Hi again, @bsoriano!@edjalmo , choosing the first Director is the current implementation, it will take more code to do what you suggest; I will keep that in mind. Same with studio and genre. I tried a local search for country (there is no online search for it sadly, not supported by tmdb api), and did not get good results. Thank you for the changes for person info and music info, well done. I have incorporated those changes (and others for music info to be consistent), as well as the "No Information Available" fallback. The changes are already on GitHub. Regards, Bart RE: Amber for Leia/Matrix - shedrock - 2019-09-07 @bsoriano - Sorry to bug you, but I just wanted to ask where in the DialogVideoInfo.xml would I add the following code for resource.images.actorart? I am almost certain I had that code at the bottom just before the </window> tag in a previous version of your Amber skin, but I could be wrong. Anyway, I've tried it in several locations within the file but I've had no success so far. I am not sure what's preventing it from working.
Thanks in advance, Shedrock RE: Amber for Leia/Matrix - bsoriano - 2019-09-07 (2019-09-07, 22:01)shedrock Wrote: @bsoriano - Sorry to bug you, but I just wanted to ask where in the DialogVideoInfo.xml would I add the following code for resource.images.actorart? I am almost certain I had that code at the bottom just before the </window> tag in a previous version of your Amber skin, but I could be wrong. Anyway, I've tried it in several locations within the file but I've had no success so far. I am not sure what's preventing it from working. @shedrock, It will not work as is, due to container 50 being a hidden list now (will never get focus) because I am using a custom cast panel so I can control the onclick actions. Change the visible tag to:
Also, if you would like, point me to a link with info for the addon, and I can add formal support for it in Amber so that you don’t have to change files with each update of the skin. Regards, Bart RE: Amber for Leia/Matrix - shedrock - 2019-09-07 (2019-09-07, 22:17)bsoriano Wrote:That did the trick. Thank you!(2019-09-07, 22:01)shedrock Wrote: @bsoriano - Sorry to bug you, but I just wanted to ask where in the DialogVideoInfo.xml would I add the following code for resource.images.actorart? I am almost certain I had that code at the bottom just before the </window> tag in a previous version of your Amber skin, but I could be wrong. Anyway, I've tried it in several locations within the file but I've had no success so far. I am not sure what's preventing it from working. The resource.images.actorart is on the Official Kodi Repo. Here is a link to the thread. https://forum.kodi.tv/showthread.php?tid=342408 |