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 - teki4u - 2015-04-03 Wondering if i can use "favourited" android apps as a widget. I would like PROGRAMS menu to display favourites widget, Have tried the normal way and also creating a custom widget with ActivateWindow(Favourites) but doesn't work. I downloaded and installed from repo and then installed latest github build on top and still the same. Thanks. RE: Arctic: Zephyr - rasPI2 - 2015-04-03 (2015-04-02, 19:51)rasPI2 Wrote: By the Way: Could you please tell me how to change the standard picture in Live TV (the fancy guy [hope that ainĀ“t you] sitting in front of that super posh flat with this ~ 380 inch screen)?Thanks. Nope that's definitely not me You would have to use the github version because otherwise its compressed into a textures file. On the github version its in skin.arctic.zephyr/media/pvr/background.jpg [/quote] > ah, okay, could I just install the ZIP from github over the existing installation (so i wont loose all my settings)? sorry, i am pretty much a noob to linux and stuff... RE: Arctic: Zephyr - DruTheFu - 2015-04-03 (2015-02-19, 23:57)jurialmunkey Wrote: 7. You could add a custom widget -- set it at Skin Settings > Widgets > Custom Widget and then add as a widget to the menu item you want So I'm finally getting around to trying to implement this concept from back in post #403 in this thread. I've gone ahead and created a Custom Widget (Custom 1) using the above syntax, using randommovies and randomepisodes. To implement this, I can see how to do this for individual custom menu item actions (like within "Movies", "TV Shows", etc), but how would I go about implementing this onto the Home Screen "Spotlight"? I'm also trying to change the title of the Home Screen from "Home" to "DruFlix". I've added the following line of code to the guisettings.xml file, within <skinsettings>: Code: <setting type="string" name="skin.arctic.zephyr.home.headertext">DruFlix</setting> , but the header text is still displaying "Home". What would be the correct syntax to update this?[/code] RE: Arctic: Zephyr - siu99ss2 - 2015-04-04 RE: Arctic: Zephyr - furii - 2015-04-04 (2015-04-04, 13:49)siu99ss2 Wrote: Kodi 14.2; Windows 7 Pro 64; AFTV 1. not possible, that's handled by kodi. 3. already implemented. go to skin settings > home > use horizontal submenu. RE: Arctic: Zephyr - DruTheFu - 2015-04-04 (2015-04-04, 13:49)siu99ss2 Wrote: 3. Love the overall design concept of this skin. But I was wondering if there could be an option to replace the pop-up menus (when pressing down) with a submenu that appears below the main menu items (screenshot attached). Apologies if this is a stupid idea!! You can also edit the sub menu items (labels, actions) within Settings --> Skin Settings --> Home --> Customize home menu --> Item Selection --> Sub Menu, for each menu item RE: Arctic: Zephyr - siu99ss2 - 2015-04-04 @furii - Thanks. Must have been through settings a couple of dozens times and never spotted that option @DruTheFu - Yes I've started to play about with the loads of options available. I renamed all my submenus and then discovered movie and tv hubs! Fantastic idea!! Thanks both for the quick replies RE: Arctic: Zephyr - magy77 - 2015-04-04 @jurialmunkey 1. An option would be nice to display the header only when playback is on (for now playing layer) 2. When the widget is hide (empty) u cant press up to show the hole screen, maybe its a bug maybe not.. RE: Arctic: Zephyr - jurialmunkey - 2015-04-05 (2015-04-03, 02:16)rsoares Wrote:Unlikely to be a skin issue.(2015-03-28, 22:37)rsoares Wrote: help pleaseAnyone know why this happend in background img ? sometimes the raspberry pi restart when i change de menu bar, i think is because of this. (2015-04-03, 03:10)Veronica Wrote: Wondering if i can use "favourited" android apps as a widget. I would like PROGRAMS menu to display favourites widget, Have tried the normal way and also creating a custom widget with ActivateWindow(Favourites) but doesn't work. I downloaded and installed from repo and then installed latest github build on top and still the same. Thanks.Do they work from within the favourites window? Use the built in favourites widget from Customise Home > Select Widget > Favourites If the favourites widget is not displaying anything then you probably dont have script.favourites installed. Get Addons > All Addons > Helper Addons > Favourites script (2015-04-03, 12:10)rasPI2 Wrote: > ah, okay, could I just install the ZIP from github over the existing installation (so i wont loose all my settings)?You wont lose settings because they are stored elsewhere. You would need to delete the skin.arctic.zephyr folder first from the addons directory and then extract the zip from github there. If you just install over the top then the textures file will still exist and kodi will just take the textures from there rather than the media folder. (2015-04-03, 16:16)DruTheFu Wrote: So I'm finally getting around to trying to implement this concept from back in post #403 in this thread. I've gone ahead and created a Custom Widget (Custom 1) using the above syntax, using randommovies and randomepisodes. To implement this, I can see how to do this for individual custom menu item actions (like within "Movies", "TV Shows", etc), but how would I go about implementing this onto the Home Screen "Spotlight"?Neither of these things are possible without editing skin xml files. Adding a different widget to the spotlight selector is complex. Header text is contained in the MainHeaderLabel variable in 1080i/Includes_Furniture.xml (2015-04-04, 13:49)siu99ss2 Wrote: 2. I've added the favourites shortcut (found in common section) and then selected the favourites widget but no favourites items are showing in the widget (classic style) but show when I click into the shortcut. Not sure what else I need to do here?I think you might be missing script.favourites Settings > Addons > Get Addons > All Addons > Helper Addons > Favourites Script (2015-04-04, 22:35)magy77 Wrote: @jurialmunkey1. I dont have much free time at the moment, but I do have a now playing notification idea for the home screen that will go in eventually. 2. I cant reproduce this... what are your settings for Classic or New widgets? Replace fanart? Slideshow path set? RE: Arctic: Zephyr - bigwillch - 2015-04-05 I'm tying to be aware not to deluge you with questions / feature requests, as you do a fantastic job of replying to everyone's posts and must be very busy already. However I was just wondering, does ExtendedInfo allow pulling through of IMDB reviews? I noticed movie reviews mentioned on their XML list (http://forum.kodi.tv/showthread.php?tid=160558) and immediately got very excited as that's a feature I've hoped for for ages. Is that something that would technically be possible, or have I misunderstood the functionality? It'd be great if the movie info dialog had a reviews tab that pulled in the latest reviews. If it is possible but you are too busy to implement it I'd be happy to have a try and then submit a pull request. Thanks again (and thanks for your response about global search - works great!) RE: Arctic: Zephyr - Razze - 2015-04-05 (2015-04-02, 01:05)jurialmunkey Wrote:(2015-04-01, 19:42)Razze Wrote: Where are the ongoing episodes from? I would like to hide specialslibrary data provider Thanks! As library data provider doesn't have an option for that, I've gone ahead and added one in this PR: https://github.com/BigNoid/service.library.data.provider/pull/31 RE: Arctic: Zephyr - mkvelidadon - 2015-04-06 (2015-04-01, 06:57)nickr Wrote: When you change the filename, the exsiting library entry in the database will still point to the old file name, so yes I would delete it from the library and rescrape. I feel it would look better if the movie plot faded in to the background rather than cut off when scrolling. Re: RE: Arctic: Zephyr - nickr - 2015-04-06 (2015-04-06, 00:06)mkvelidadon Wrote:(2015-04-01, 06:57)nickr Wrote: When you change the filename, the exsiting library entry in the database will still point to the old file name, so yes I would delete it from the library and rescrape. Actually in this view there is room for the plot widget to be bigger, there is a large whitespace below it. The very narrow scrolling window is IMHO annoying. The font is a bit small too. Make it bigger, and bump the font size. All IMHO of course. RE: Arctic: Zephyr - bluc - 2015-04-06 I agree I upped the font size and am trying to work out how to adjust the size of the scrolling text boxs here and on the home screen library shortcuts. Not a fan of narrow view scrolling text either... The text size is fine at 2 feet on pc monitor but bit small across the room on a tv. RE: Arctic: Zephyr - Edworld - 2015-04-06 (2015-04-06, 00:22)nickr Wrote:(2015-04-06, 00:06)mkvelidadon Wrote:(2015-04-01, 06:57)nickr Wrote: When you change the filename, the exsiting library entry in the database will still point to the old file name, so yes I would delete it from the library and rescrape. Jurialmunkey: Can you share with us how we can make the plot 4 rows instead of 2 and still scroll if necessary? Thanks |