[MOD] Cirrus Extended v2 - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: Cirrus Extended (https://forum.kodi.tv/forumdisplay.php?fid=133) +----- Thread: [MOD] Cirrus Extended v2 (/showthread.php?tid=102066) 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
|
- sglavach - 2012-03-01 Butch, Here is the debug log for the Cinema issue: http://pastebin.com/F5x7DxGf I messed around with the button id and the order of two commands (playlist.clear and dialog.close) neither made a difference. The attempt was made using movie 30 minutes or less. I notice 2 errors around the time of the attempt: 1. It couldn't find the flatten.movies setting which looks to be a recent addition to Eden (and in addition to the tv.flatten setting) 2. It couldn't open up/find the extrafanart directory of the movie in question (30 minutes or less) Hope this helps! - butchabay - 2012-03-02 sglavach Wrote:Butch, Problems are multiple scripts. Disable TVTunes and if you're using Moviesets Addon, uninstall it. Please try it and let me know. - sglavach - 2012-03-02 No dice disabling TVTunes and uninstalling MovieSets... I decided to disable ALL my program addons and the script seemed to have made it further (based on debug log comments and the fact that the cursor on the selected movie (12 Rounds) jumped down to the next movie which is common when working) Here's the debug log: http://pastebin.com/6GSmscnV - butchabay - 2012-03-02 And you still get xbmc hanging? - sglavach - 2012-03-02 Yes is still hangs...have to force shutdown/unplug power to get it back. - butchabay - 2012-03-02 sglavach Wrote:Yes is still hangs...have to force shutdown/unplug power to get it back. I'll try something this evening and let you know. - GuiZ - 2012-03-02 Hi, @butcha I seen you added the new "recently added and random items" in Fusion Migma. When do you think we can expect it for CE? Just for information. I know you have a lot to do and i can understand that's not high priority for you... - butchabay - 2012-03-02 GuiZ Wrote:Hi, I think should be done in a feew weeks. - GuiZ - 2012-03-02 Good to hear. THX in advance - shado23 - 2012-03-02 I have to say this skin has really become quite awesome. There's only two small annoyances I have with it: - I'd really like an option to retain the old pause/info screen that's still used for music. The new one is for some reason really distracting to me even with most of the info removed. Well it would be more bearable if you could remove the director and studio info as well, but I'd still prefer the option of having the old one, if possible at all. - When using Rightlist, it would be really great if it was possible to disable the menu that asks if you want to play the video in the background or not and go straight to the scrollbar. This may be just me but it has become muscle memory for me to press right to reach the scrollbar, so I'm constantly reaching this menu by accident. It's also a bit inconsistent with the other views that that have the scrollbar on the right. I don't mind the scrollbar being on the left, as long as I can press right to activate it. Maybe some of this is possible already and I've missed it? - butchabay - 2012-03-02 There is a thread old osd. About the scrollbar, i can tell you what to change ... - noner - 2012-03-02 Quick question In RightList view I know that there is additional coding required to display the info for the movie sets, but is it possible to rotate extrafanart for movie sets? The skin only seems to be picking up one fanart, and the extrafanart for the sets is not being cycled - shado23 - 2012-03-02 butchabay Wrote:There is a thread old osd. Thanks a lot, found it. butchabay Wrote:About the scrollbar, i can tell you what to change ...Sure, I'd like that. - butchabay - 2012-03-03 noner Wrote:Quick question Don't think it's possible, but if you find a skin that shows extrafanart for sets let me know. - butchabay - 2012-03-05 @shado23 Open ViewsVideoRightlist.xml Line:127 PHP Code: <onright condition="Container.Content(Movies) | Container.Content(Episodes)">ActivateWindow(1121)</onright> to PHP Code: <onright>60</onright> |