Arctic: Zephyr 2 - 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: Arctic: Zephyr - Reloaded (https://forum.kodi.tv/forumdisplay.php?fid=221) +---- Thread: Arctic: Zephyr 2 (/showthread.php?tid=339791) 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
|
RE: Arctic: Zephyr 2 - PizzaPino - 2019-04-27 It would be nice if in the home menu the labels wouldn't move at all when you move left and right to another label (movies, shows, music, add-ons, etc.) RE: Arctic: Zephyr 2 - jurialmunkey - 2019-04-27 v0.9.29 - Experimental New Feature - Custom Search Lists With the latest version (0.9.29), I've added a new feature where custom add-on search paths can be added to the search window. The process is quite advanced, but it is really rewarding if you use a lot of add-ons. Requirements: A video add-on that saves searches as items. For instance, in the Twitch addon (which I will use as an example here), once you enter a search term it is saved in its search history list as an item you can re-click on. Step 1 - Adding Search History Goto the add-on and create a new search so that it gets saved in the add-on's search history Step 2 - Adding a Custom Search List Goto Skin Settings > Miscellaneous > Choose Search Lists Scroll down to the bottom of the dialog and choose "Edit custom search lists". Choose "Action". Navigate to your add-on. Locate the saved search term created in step 1 and open it. (e.g. Add-ons > Video Add-ons > Twitch > Search > Streams > mario) Wait for the search to load and then choose "Create menu item here" Now we have the search path as an action. However, it is not ready yet. In the next step we will transform the action into a plugin path which the search window is able to pass the search argument to. Step 3 - Creating the plugin path Reselect "Action" and select "Custom Item > " at the bottom of the dialog. A keyboard will pop-up with the path. You need to edit all the extra stuff out so that you only have the plugin path *without* the search term. The search query argument needs to be at the end of the path so that the skin can add it to the path. Doing so might require some reorganising of the path. For instance, I used "mario" as my search term and have an action: ActivateWindow(Videos,"plugin://plugin.video.twitch/?content=streams&query=mario&mode=search_results&index=0",return) What I want to be left with is: plugin://plugin.video.twitch/?content=streams&mode=search_results&index=0&query= Step 4 - Give it a name Choose "Label" and give your search a name. Also make sure you have the correct content type set (in this case it is videos because we are using a video add-on). Now press back to close the dialog. Return to the home screen and wait for skinshortcuts to finish building. You should now be able to use the search function from the top menu in the library and your custom search will be added to the top. Final Notes You can add as many search functions as you would like just like how you would add additional widgets (up to 50). If you already know the plugin search path then you can skip steps 1 & 2 and simply enter it in step 3 using the "Custom Item > " function. I've added an ISSUES page on github where I encourage everyone to submit the search paths that they have found https://github.com/jurialmunkey/skin.arctic.zephyr.2/issues/36 RE: Arctic: Zephyr 2 - jurialmunkey - 2019-04-27 (2019-04-27, 10:35)PizzaPino Wrote: It would be nice if in the home menu the labels wouldn't move at all when you move left and right to another label (movies, shows, music, add-ons, etc.) Yeah I know. I haven't found a solution for this yet that incorporates auto-sizing of label width. RE: Arctic: Zephyr 2 - User 426612 - 2019-04-27 One more suggestion: Could you please skip the whole icon placeholder for codec information instead of leaving it blank? Where do you get the „source“ information and what for kinds of sources do you have an icon? I got many movies with „.BluRay.“ in the parent folder in my Library but only some of them are detected with the icon. RE: Arctic: Zephyr 2 - NotYourAverageAl - 2019-04-27 (2019-04-27, 10:17)jurialmunkey Wrote:understood. and(2019-04-27, 08:18)NotYourAverageAl Wrote: @jurialmunkey couple of questions/suggestion for u 4. Yep, I meant the clearlogos in the center header. Could be an option. They were great in AZ1, but for me it was because the poster wall didn't have movie titles in AZ1. I'll have another look at AZ1, does feel like there's less space on the header in AZ2. RE: Arctic: Zephyr 2 - jurialmunkey - 2019-04-27 (2019-04-27, 11:15)NotYourAverageAl Wrote:(2019-04-27, 10:17)jurialmunkey Wrote:understood. and(2019-04-27, 08:18)NotYourAverageAl Wrote: @jurialmunkey couple of questions/suggestion for u You know what, I decided to add it. I think enough people want it and it is pretty simple to add. On latest release RE: Arctic: Zephyr 2 - jurialmunkey - 2019-04-27 (2019-04-27, 11:09)loeffelpan Wrote: One more suggestion: Rather - can you tell me what codec is missing so that I can add it? You should be able to determine what it is by temporarily disabling codecs in furniture and then opening the video info dialog - the codec name will be shown on the same line as the languages/subs. It's quite difficult to skip blank images in the skinning engine. It can be done, but it is costly in terms of cpu. The better option is to add the missing codec images. Source is based upon filename and path. If ListItem.FileNameAndPath contains one of the following, it will show the relevant flag (higher positions override lower ones) [4k bluray] > 2160p | UHD | UltraHD | Ultra-HD | 4K [blu-ray] > blu-ray | bluray | bdrip | bd25 | bd50 [hddvd] > hddvd | hd-dvd [dvd] > dvd [hdtv] > hdtv | pdtv | dsr [sdtv] > sdtv [web-dl] > web-dl | webdl | WEBRip You can check what filename and path kodi is reporting by opening videoinfo and highlight the "refresh" button (filename shows bottom left). RE: Arctic: Zephyr 2 - User 431881 - 2019-04-27 (2019-04-27, 11:58)jurialmunkey Wrote:Thanks for jogging my memory, I was meaning to ask. Some of my files have LPCM as the audio codec, as opposed to DTS or TrueHD. Is there an icon already included for LPCM, or is it some kind of detection issue?(2019-04-27, 11:09)loeffelpan Wrote: One more suggestion: RE: Arctic: Zephyr 2 - User 426612 - 2019-04-27 (2019-04-27, 11:58)jurialmunkey Wrote:(2019-04-27, 11:09)loeffelpan Wrote: One more suggestion: Sorry for this missunderstanding. It‘s not a codec image what is missing, just the source stuff I was talking about. Hopefully your source matching you mentioned is regex and case insesitiv? So that e.g. „BluRay“ would match to? I found out, that using addon path due to Emby for Kodi doesn’t provide parent folders name where the information is. No issue to your skin. Sorry! But maybe you could add source images for „AmazonHD“ and „ITunesHD“ which I got often. Otherwise you may add them to another icons pattern. RE: Arctic: Zephyr 2 - jurialmunkey - 2019-04-27 (2019-04-27, 12:26)RZR1988 Wrote:(2019-04-27, 11:58)jurialmunkey Wrote:Thanks for jogging my memory, I was meaning to ask. Some of my files have LPCM as the audio codec, as opposed to DTS or TrueHD. Is there an icon already included for LPCM, or is it some kind of detection issue?(2019-04-27, 11:09)loeffelpan Wrote: One more suggestion: No there isn't an icon for LPCM. I can't find a specific icon for that codec. Since it is a form of PCM, would it be okay to use the PCM icon? Or do you know of a skin that has a LPCM icon? RE: Arctic: Zephyr 2 - jurialmunkey - 2019-04-27 (2019-04-27, 12:33)loeffelpan Wrote:(2019-04-27, 11:58)jurialmunkey Wrote:(2019-04-27, 11:09)loeffelpan Wrote: One more suggestion: No worries. Yeah, the skinning engine isn't case sensitive for these types of things. I would imagine AmazonHD and ITunesHD would be covered by the web-dl flag. Unless there is a specific reason to identify them? RE: Arctic: Zephyr 2 - User 431881 - 2019-04-27 (2019-04-27, 12:43)jurialmunkey Wrote:It is a form of PCM yes, let me run through a few previous skins I have used and come back to you. I seem to recall at least one of them having an icon, but there is a very good chance it was the PCM one you mentioned.(2019-04-27, 12:26)RZR1988 Wrote:(2019-04-27, 11:58)jurialmunkey Wrote: Rather - can you tell me what codec is missing so that I can add it? You should be able to determine what it is by temporarily disabling codecs in furniture and then opening the video info dialog - the codec name will be shown on the same line as the languages/subs.Thanks for jogging my memory, I was meaning to ask. Some of my files have LPCM as the audio codec, as opposed to DTS or TrueHD. Is there an icon already included for LPCM, or is it some kind of detection issue? RE: Arctic: Zephyr 2 - User 431881 - 2019-04-27 (2019-04-27, 12:55)RZR1988 Wrote:Mkay I had limited success: tried Aura, BOX, Quartz and Estuary and all showed the same behaviour. Interestingly though, on Estuary if I went into extended info, it showed the PCM icon instead of Dolby Digital.(2019-04-27, 12:43)jurialmunkey Wrote:It is a form of PCM yes, let me run through a few previous skins I have used and come back to you. I seem to recall at least one of them having an icon, but there is a very good chance it was the PCM one you mentioned.(2019-04-27, 12:26)RZR1988 Wrote: Thanks for jogging my memory, I was meaning to ask. Some of my files have LPCM as the audio codec, as opposed to DTS or TrueHD. Is there an icon already included for LPCM, or is it some kind of detection issue? Basically what is happening is the disc has multiple audio tracks - the main track is LPCM, and the others are Dolby Digital. Hence, I am not sure if it is a icon issue or a detection issue with Kodi. Hope that information helps a bit. RE: Arctic: Zephyr 2 - jurialmunkey - 2019-04-27 (2019-04-27, 13:56)RZR1988 Wrote:(2019-04-27, 12:55)RZR1988 Wrote:Mkay I had limited success: tried Aura, BOX, Quartz and Estuary and all showed the same behaviour. Interestingly though, on Estuary if I went into extended info, it showed the PCM icon instead of Dolby Digital.(2019-04-27, 12:43)jurialmunkey Wrote: No there isn't an icon for LPCM. I can't find a specific icon for that codec. Since it is a form of PCM, would it be okay to use the PCM icon? Or do you know of a skin that has a LPCM icon?It is a form of PCM yes, let me run through a few previous skins I have used and come back to you. I seem to recall at least one of them having an icon, but there is a very good chance it was the PCM one you mentioned. If you turn off codecs in "Skin Settings > Furniture", then you will be able to see the text string the codec is reported as in the video info dialog (where subs/languages) are. All the skin does is use that text string to match against a png with that filename. I just need to know what the string is so that I can make a file with that name. RE: Arctic: Zephyr 2 - holydhaliwal - 2019-04-27 Would an option be possible to choose our default rating provider? I use Plex + PKC with Plex set up to pull rotten tomatoes ratings instead of IMDB (with further modification to PKC to use top critics instead of audience rating, though I'm not sure if a logo for that exists) |