Mod Estuary MOD - KODI 17 (DISCONTINUED) - 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: Estuary (https://forum.kodi.tv/forumdisplay.php?fid=260) +---- Thread: Mod Estuary MOD - KODI 17 (DISCONTINUED) (/showthread.php?tid=267343) 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
|
RE: Estuary MOD (UPDATED 28/07/16) - capnhowyoudo - 2016-07-29 (2016-07-28, 14:59)Guilouz Wrote:(2016-07-28, 06:52)capnhowyoudo Wrote:(2016-07-25, 12:29)Guilouz Wrote: I will see what can I do. This by chance the strings that give the option to toggle force refresh off and on ? <!-- widget force refresh --> -<control id="9007" type="radiobutton"> <width>500</width> <label>31717</label> <font>Reg22</font> <align>left</align> <textoffsetx>10</textoffsetx> <radiowidth>100</radiowidth> <radioheight>65</radioheight> <radioposx>415</radioposx> <onclick condition="!StringCompare(Container(211).ListItem.Property(widgetForceRefresh), refresh)">SetProperty(customProperty, widgetForceRefresh)</onclick> <onclick condition="!StringCompare(Container(211).ListItem.Property(widgetForceRefresh), refresh)">SetProperty(customValue, refresh)</onclick> <onclick condition="StringCompare(Container(211).ListItem.Property(widgetForceRefresh), refresh)">SetProperty(customProperty, widgetForceRefresh)</onclick> <onclick condition="StringCompare(Container(211).ListItem.Property(widgetForceRefresh), refresh)">SetProperty(customValue, "")</onclick> <onclick>SendClick(404)</onclick> <selected>StringCompare(Container(211).ListItem.Property(widgetForceRefresh), refresh)</selected> <visible>!IsEmpty(Container(211).ListItem.Property(widget))</visible> <visible>StringCompare(Container(211).ListItem.Property(widget), Addon) | SubString(Container(211).ListItem.Property(widgetPath), favourite) | SubString(Container(211).ListItem.Property(widgetPath), xsp)</visible> </control> RE: Estuary MOD (UPDATED 28/07/16) - Blurayx - 2016-07-29 Hi Guilouz, For a few milliseconds the banner appears under the widgets, When I tab up/down. You can see it when I tab from next aired to music https://www.dropbox.com/s/ehd1nb7067qewgt/Screen%20Recording.mov?dl=0 RE: Estuary MOD (UPDATED 28/07/16) - Guilouz - 2016-07-29 (2016-07-29, 00:50)capnhowyoudo Wrote:(2016-07-28, 14:59)Guilouz Wrote:(2016-07-28, 06:52)capnhowyoudo Wrote: The reason I ask is that when using the a third party addons catagories for a home screen widget it seems to take about 10 secs to load that widget every time you choose a different left pane category. I noticed that the Titan Skin had that option to toggle off the auto refresh for home widgets, is there some where I can look to find that within the XML to narrow down the search so you maybe able to implement such a feature ? It's just toggle button but good start. RE: Estuary MOD (UPDATED 28/07/16) - capnhowyoudo - 2016-07-29 (2016-07-29, 00:58)Guilouz Wrote:(2016-07-29, 00:50)capnhowyoudo Wrote:(2016-07-28, 14:59)Guilouz Wrote: I will take a look at titan skin to see what can I do. Wouldn't the toggle button give it the ability to turn force refresh off and on thou ? RE: Estuary MOD (UPDATED 28/07/16) - Guilouz - 2016-07-29 (2016-07-29, 00:54)Blurayx Wrote: Hi Guilouz, Yes but I can't do nothing for that, I use property for hide them when toggle is on and when you change item on home menu, this property is clear, that's why they appear few milliseconds. RE: Estuary MOD (UPDATED 28/07/16) - Guilouz - 2016-07-29 (2016-07-29, 00:59)capnhowyoudo Wrote:(2016-07-29, 00:58)Guilouz Wrote:(2016-07-29, 00:50)capnhowyoudo Wrote: This by chance the strings that give the option to toggle force refresh off and on ? No, just a toggle button can do that. It's not a function of Kodi or Skin Shortcuts or Skin Helper, there is many code behind that. That's why it's not easy. RE: Estuary MOD (UPDATED 28/07/16) - Blurayx - 2016-07-29 (2016-07-29, 01:01)Guilouz Wrote:(2016-07-29, 00:54)Blurayx Wrote: Hi Guilouz, Sometimes I also get music fanart appearing before next aired tv shows widgets RE: Estuary MOD (UPDATED 28/07/16) - capnhowyoudo - 2016-07-29 (2016-07-29, 01:03)Guilouz Wrote:(2016-07-29, 00:59)capnhowyoudo Wrote:(2016-07-29, 00:58)Guilouz Wrote: It's just toggle button but good start. Suggestions on where i may begin to look to help expidte this feature being added with your mod? RE: Estuary MOD (UPDATED 28/07/16) - Guilouz - 2016-07-29 (2016-07-29, 01:07)capnhowyoudo Wrote:(2016-07-29, 01:03)Guilouz Wrote:(2016-07-29, 00:59)capnhowyoudo Wrote: Wouldn't the toggle button give it the ability to turn force refresh off and on thou ? Titan use template when use 'widgetForceRefresh' : https://github.com/BigNoid/script.skinshortcuts/blob/master/resources/docs/advanced/Templates.md I have already try to use template but no success... RE: Estuary MOD (UPDATED 28/07/16) - BobCratchett - 2016-07-29 (2016-07-29, 00:59)capnhowyoudo Wrote:(2016-07-29, 00:58)Guilouz Wrote:(2016-07-29, 00:50)capnhowyoudo Wrote: This by chance the strings that give the option to toggle force refresh off and on ? The skin still has to be programmed to actually do something because of that toggle In the case of Titan, the interesting stuff happens in the Skin Shortcuts template file - shortcuts/template.xml. The templates are a complex feature (full docs here) but there's only three interesting lines (for the first widget, at least!) - the first two are these on lines 24 and 25... Code: <property name="content" tag="property" attribute="name|widgetForceRefresh" value="refresh">$VAR[widget510]</property> ... which is setting the property $SKINSHORTCUTS[content] to either $VAR[widget510] if the toggle is set, or to the value of the widgetPath property of the menu item. Line 52 within the controls for the template is where the property is - this will get replaced with either the var or the widgetPath property. Code: <content target="$SKINSHORTCUTS[target]">$SKINSHORTCUTS[content]</content> And the var itself is in 1080i/IncludesHomeWidgets.xml, line 2953:- Code: <variable name="widget510"> Though how that var forces a refresh I'm not sure, but that's what the toggle you found is doing. RE: Estuary MOD (UPDATED 28/07/16) - Blurayx - 2016-07-29 (2016-07-29, 01:04)Blurayx Wrote:(2016-07-29, 01:01)Guilouz Wrote:(2016-07-29, 00:54)Blurayx Wrote: Hi Guilouz, I changed next aired to poster. working ok now. it's only an issue when changing from thumbs to thumbs RE: Estuary MOD (UPDATED 28/07/16) - capnhowyoudo - 2016-07-29 (2016-07-29, 01:18)BobCratchett Wrote:(2016-07-29, 00:59)capnhowyoudo Wrote:(2016-07-29, 00:58)Guilouz Wrote: It's just toggle button but good start. Thank you, it seems a bit complicated I hope guilouz is able to figure something out RE: Estuary MOD (UPDATED 28/07/16) - schumi2004 - 2016-07-29 How do I hide the banner for Running TV SHows (bottom widget) only? (since they already have a poster which have wrong aspect ratio btw) Estuary MOD (UPDATED 28/07/16) - Guilouz - 2016-07-29 (2016-07-29, 13:17)schumi2004 Wrote: How do I hide the banner for Running TV SHows (bottom widget) only? (since they already have a poster which have wrong aspect ratio btw) In customize home menu. I have fixed thumbnails for next release. Envoyé de mon iPhone en utilisant Tapatalk RE: Estuary MOD (UPDATED 28/07/16) - hedeon - 2016-07-29 Hi @Guilouz, i have a smal issue. if i browse my TV Shows i see on every third season the "revenge" clearlogo in the upper left corner. I dont have the revenge TV Show only on the third season but at every TV Show has someone else the same issue? |