Release Arctic: Zephyr - 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: Release Arctic: Zephyr (/showthread.php?tid=217174) 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
|
RE: Arctic: Zephyr - User 227213 - 2015-04-11 Any way to have a program add-on as a widget, i'm using Steam launcher and i'd lke to have its shorcut on "Others" menu. RE: Arctic: Zephyr - nickr - 2015-04-12 (2015-04-11, 18:23)Abu-Dun Wrote: Any chance of getting more information in the episode screen (I'm using "View: Extra Info)? I would like to see the director and the writer of the episode, both available from TheTVDB.com (example). Guest stars would be nice to know, too!Director is available via 'cast' button. RE: Arctic: Zephyr - jurialmunkey - 2015-04-12 (2015-04-11, 16:24)hacky4real Wrote: Could you maintain the black weather widget background in the home screen because its hard to see the current weather conditions' icon on the white backgroundCan you try with latest git and let me know what you think? Changed the small icons to accommodate flipping the colours, so should solve readability. (2015-04-11, 21:15)Flubber Wrote: Any way to have a program add-on as a widget, i'm using Steam launcher and i'd lke to have its shorcut on "Others" menu.If you can find out what the kodi library path is then you can add it as a custom widget. Otherwise you can use the favourites widget and add things to your favourites -- the top 7 items will show in the widget. (2015-04-12, 00:38)nickr Wrote:(2015-04-11, 18:23)Abu-Dun Wrote: Any chance of getting more information in the episode screen (I'm using "View: Extra Info)? I would like to see the director and the writer of the episode, both available from TheTVDB.com (example). Guest stars would be nice to know, too!Director is available via 'cast' button. Yeah there is a reason the info dialog exists... Not keen on trying to cram every single possible piece of info on the main view - just press info if you want to see that stuff. You don't even need to click the cast button in the info dialog to see cast, you can just press right RE: Arctic: Zephyr - bluc - 2015-04-12 Is there anyway I can set a deafult view across all items instead of having to set a view for each library item? RE: Arctic: Zephyr - bluc - 2015-04-12 (2015-04-06, 03:10)jurialmunkey Wrote: "C" for context Back again Im using the keymapper addon but cant find any "view menu" shortcut. Is it called something else in default skin? do you know how I can remap it? RE: Arctic: Zephyr - jurialmunkey - 2015-04-12 (2015-04-12, 06:30)bluc Wrote:(2015-04-06, 03:10)jurialmunkey Wrote: "C" for contextBack again Im using the keymapper addon but cant find any "view menu" shortcut. Is it called something else in default skin? do you know how I can remap it? You cant remap it as its not a built-in action like the context menu is. Rather it is a control created within the skin - so navigation to it is controlled within the skin. Not sure if you can set a custom action in the keymap addon, but as I standardised the control id to 9000 the way you would call it is by using the SetFocus command. Code: SetFocus(9000) RE: Arctic: Zephyr - bluc - 2015-04-12 (2015-04-12, 06:48)jurialmunkey Wrote:(2015-04-12, 06:30)bluc Wrote:(2015-04-06, 03:10)jurialmunkey Wrote: "C" for contextBack again Im using the keymapper addon but cant find any "view menu" shortcut. Is it called something else in default skin? do you know how I can remap it? Added the following to my keymaps file in userdata (using openelec on raspberry pi by the way) Code: <keyboard><key id="61526">SetFocus(9000)</key> anybody else that wants to use this your key id would be different, I installed the keymapper addon in kodi program addons then chose the key I wanted in my case "v" for view. I then went into the keymapper addon chose a random command and set it to v key on my keyboard which then gave me the id "61526". I then exited out of the keymapper addon and discarged the changes I then went into the userdata folder/keymaps/gen.xml file and edited in the line in the code box. You could just copy my code and change the "61526: to your keycode. hope that makes sense cheers. RE: Arctic: Zephyr - hacky4real - 2015-04-12 1)The icons and text are visible now, but the black in my opinion was better. If you could make it optional eg. Like the ability to use dark theme OSD will be nice 2) Could you push the "please wait" to middle. Its very close to the busy loader animation. Make the text bold as well. 3) Will there be highlight colour options? I tried the mod version and red was nice with the white theme. RE: Arctic: Zephyr - bluc - 2015-04-12 Couple of other random things my sub menu is not where it should be. I have a sub menu on power and when its activated it sits in middle of screen(I may have done this when edited fonts and text box's but not sure) and the other thing I just spent all afternoon setting up the view is there anyway to lock the skin so the view cant be changed? Edit. Also now when I select an item to play it brings up an additional info panel anyway to disable it its very slow to load on the raspberry pi and would prefer it just to start playing... RE: Arctic: Zephyr - webdevst - 2015-04-12 Hey all! I know this is might not be Arctic: Zephir related question, but I'd really appreciate if someone could direct me to where to read for a way to add my favourite movies, episodes and songs here: http://take.ms/tQYq7 I've tried adding some movies and episodes into Favourites and Library, but I could not find them on the "homepage" of Kodi... Thank you! RE: Arctic: Zephyr - mistermaggi - 2015-04-12 Hi there, wonderful skin, this is the one I'm going for and started to customize what I want to get im my Main Menu, but have a minor problem: I added a new main menu item and added a submenu for this, and when pushing the down button it correctly displays that, but I would love to also display it when pushing Enter on it. Is that possible? Thanks, MisterMaggi RE: Arctic: Zephyr - Edworld - 2015-04-12 (2015-04-06, 02:57)jurialmunkey Wrote:(2015-04-06, 02:22)Edworld Wrote: Can you share with us how we can make the plot 4 rows instead of 2 and still scroll if necessary?All you need to do is change the height of the textbox (there's only one) down the bottom of View_53_Poster.xml Changing the value to 124 works well. thanks RE: Arctic: Zephyr - bluc - 2015-04-13 Another thing... when adding custom home screen shortcuts with live tv I used to be able to add the sub menus recorded tv channels etc. Now all I see is a live tv shortcut in "common" section any ideas. RE: Arctic: Zephyr - jurialmunkey - 2015-04-13 (2015-04-13, 00:42)bluc Wrote: Another thing... when adding custom home screen shortcuts with live tv I used to be able to add the sub menus recorded tv channels etc. Now all I see is a live tv shortcut in "common" section any ideas. Choose Shortcut > Live TV > They should be here RE: Arctic: Zephyr - jurialmunkey - 2015-04-13 (2015-04-12, 18:54)mistermaggi Wrote: Hi there, Read FAQ |