Release Aeon Nox 5 - 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: Aeon Nox: Silvo (https://forum.kodi.tv/forumdisplay.php?fid=142) +---- Thread: Release Aeon Nox 5 (/showthread.php?tid=183504) 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
|
RE: Aeon Nox 5 (Gotham) - removed151214 - 2014-05-09 I was thinking of setting the skin strings directly, as I believe that would save a bit of work on the skins side - so if you wanted the label and path of the movies set, you'd pass in MovieHomeItem.Label and MovieHomeItem.Path. When the script is done, the skin strings would be updated. But my skinning skills were never great in the first place, so if that's a bad idea please say! RE: Aeon Nox 5 (Gotham) - WeirdH - 2014-05-09 (2014-05-09, 20:12)SavellM Wrote: Question... I got my backgrounds from here. Save them to your drive and assign them in the customization options. Aeon Nox 5 (Gotham) - isamu.dragon - 2014-05-09 (2014-05-09, 23:26)WeirdH Wrote:(2014-05-09, 20:12)SavellM Wrote: Question... I use some from the old extrapacks for Aeon MQ3 RE: Aeon Nox 5 (Gotham) - BigNoid - 2014-05-09 (2014-05-09, 23:16)Unfledged Wrote: I was thinking of setting the skin strings directly, as I believe that would save a bit of work on the skins side - so if you wanted the label and path of the movies set, you'd pass in MovieHomeItem.Label and MovieHomeItem.Path. When the script is done, the skin strings would be updated. But my skinning skills were never great in the first place, so if that's a bad idea please say! Yeah that would work too and is probably a better idea. I'm stuck in thinking in hacks to use in the skinning engine RE: Aeon Nox 5 (Gotham) - removed151214 - 2014-05-10 Righteo, that should do it. With the latest git skin shortcuts installed, replace the <onfocus> and <onclick>'s of button 90013 in custom_1121_HomeMenuCustomizer.xml with Code: <onclick>RunScript(script.skinshortcuts,type=shortcuts&custom=True&skinLabel=$INFO[Container(90000).ListItem.Property(Item),,HomeItem.Label]&skinAction=$INFO[Container(90000).ListItem.Property(Item),,HomeItem.Path])</onclick> "custom" sets whether the user can enter their own command (will only set action and type) "skinLabel" is the Skin.String that will be set to the label "skinAction" is the Skin.String for the action Also available are "skinType" for the type of shortcut (e.g. Video Playlist, Favourite and so on) and "skinThumbnail" for the thumbnail. All of these are optional. RE: Aeon Nox 5 (Gotham) - BigNoid - 2014-05-10 wow that works great RE: Aeon Nox 5 (Gotham) - removed151214 - 2014-05-10 (2014-05-10, 00:22)BigNoid Wrote: wow that works great I'll do my best to do a pull request to the repo this weekend. RE: Aeon Nox 5 (Gotham) - desperado77 - 2014-05-10 (2014-05-09, 05:46)etvdevice Wrote: please do something about the fonts ! i have to change the fonts manually evertime from addon/skin.aeon.nox5/fonts (2014-05-09, 09:21)BigNoid Wrote: @etvdevice: patches welcome Hi, First, thank you BigNoid for all your great work on this skin, for me it's almost perfect, i really like the new orientation, extremely classy and modern. Here is a mixed font with regular characters from RobotoCondensed and DejaVu unicode font which is under a Free license unlike Arial. http://www.mediafire.com/download/i818j21ocub2702/RobotoCondensed-DejaVuSansCondensed.zip I hope you can add it in font list for this skin. RE: Aeon Nox 5 (Gotham) - dA_vO - 2014-05-10 Hi, As active this?, I pause when I put nothing comes in movies or tv shows Thanks. RE: Aeon Nox 5 (Gotham) - Jani - 2014-05-10 (2014-03-19, 23:57)BigNoid Wrote:Aw, white theme is the only thing missing, I even thought about switching to Aeon MQ because of this Are you interested maintaining a white theme if a PR was made on GitHub? As said, nice work and thanks!(2014-03-19, 20:45)h3llsp4wn Wrote: Hi BigNoid,I wont make a white theme... RE: Aeon Nox 5 (Gotham) - GrimGriefer - 2014-05-10 (2014-05-09, 22:20)BigNoid Wrote: @GrimGriefer: You can use a custom action for those types of thing. See the list of built in functions. I'm probably missing something here but when I go to say Custom1 and click Default Select Action and then Custom I am prompted to just enter in a new Label and not select an action from the pre-defined list. I like how when configurng Manage Submenu's I can select from multiple pre-defined lists. Would this not be possible to implement for the main buttons on the menu too? RE: Aeon Nox 5 (Gotham) - soder - 2014-05-10 (2014-05-09, 20:52)BigNoid Wrote:(2014-05-09, 10:17)soder Wrote:I dropped all the music playing extras on the home menu. Its codewise a lot better to just put it in the music viz. You can disable that mode in the screensaver settings btw.(2014-05-08, 16:58)BigNoid Wrote: The airplay problem I cant fix, but you can turn off the automatic lyrics in the lyrics addon (disable run as a service). OK. Please think about maybe at least adding the fanart as background on home screen while music is playing. =) And an option for the CD turning (hey 2014, who knows what a CD is. =) ) The rest I can live with. How do I change the fullscreen starting automatic? I have "black" as screen saver, and visualization for music (as screensaver also) is the wavedrop. /Söder RE: Aeon Nox 5 (Gotham) - removed151214 - 2014-05-10 (2014-05-10, 11:27)GrimGriefer Wrote: I like how when configurng Manage Submenu's I can select from multiple pre-defined lists. Would this not be possible to implement for the main buttons on the menu too? That's what BigNoid and I were discussing in this thread after your post last night install the latest git versions of both skin shortcuts and Nox 5, and you'll have the same predefined lists for main menu items as you have on the submenus. RE: Aeon Nox 5 (Gotham) - moravec - 2014-05-10 Can I somehow replace the "choose art" button on the Info Panel of a move with something else? I use CinemaExperience and rather would have "Cinema" at the place of "choose art". Now I have to press the "+" to see "Cinema". Thanks. Christian RE: Aeon Nox 5 (Gotham) - GrimGriefer - 2014-05-10 (2014-05-10, 12:07)Unfledged Wrote:(2014-05-10, 11:27)GrimGriefer Wrote: I like how when configurng Manage Submenu's I can select from multiple pre-defined lists. Would this not be possible to implement for the main buttons on the menu too? Thats good to know, great stuff from you both. I'm afraid I am on OpenELEC so no real clue on how to bring down the latest fixes from Git so happy to wait for the latest and greatest from BigNoid when the time comes. Some other feedback I would like to offer is that I have noticed missing the ability to enable slim lists from the view options. I liked this in Nox 4 so I could see more on the screen at once. Also, is it possible to copy the skin's menu settings easily between devices to save time on having to duplicate how we like things? |