![]() |
[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
|
RE: [MOD] Cirrus Extended v2 - vicmanpergar - 2012-11-07 Probably cos u hit left or right, and u entered in the scrolling bar. Hit left or right again, till u see the Tittle zooms up a bit, then u will be in "one file at a time" mode RE: [MOD] Cirrus Extended v2 - helyblackstorm - 2012-11-14 Hi: How I can disable the option "HD Movies" in main menu? I checked the option "Hide Videos" inside Settings\Skin\Home Windows Options\Hide Videos, but the option "Hide HD Movies (Videos - Library)" is inaccessible. RE: [MOD] Cirrus Extended v2 - vicmanpergar - 2012-11-14 Hide videos will hide the Videos Menu, as it states. In the same menu u were - settings/skin/home windows options- look for HD movies and hide it. RE: [MOD] Cirrus Extended v2 - helyblackstorm - 2012-11-14 (2012-11-14, 15:12)vicmanpergar Wrote: Hide videos will hide the Videos Menu, as it states. But this option "HD Movie" is inaccessible. ![]() RE: [MOD] Cirrus Extended v2 - vicmanpergar - 2012-11-14 (2012-11-14, 15:18)helyblackstorm Wrote:(2012-11-14, 15:12)vicmanpergar Wrote: Hide videos will hide the Videos Menu, as it states. Weird, i have it hidden, same with Games and Images... might be u don't have any HD movie and that option is not active? I can't tell... Let's wait for someone else who knows better RE: [MOD] Cirrus Extended v2 - ibramadhan - 2012-11-24 Is this compatible with beta 1? RE: [MOD] Cirrus Extended v2 - Nimo - 2012-11-24 the most features are available. i use it with 12b1 git without problems. only DialogExtendedProgressBar.xml is copied from confluence ![]() RE: [MOD] Cirrus Extended v2 - Dingens - 2012-12-01 Hey just wanted to say thank you for a great skin. In the last few weeks I tested and tried many skins on my MacMini Eden HTPC, and it looks like I am settling on this one. I use it a lot for music, and the zombie osd for music viz is really nice. But also the way you managed to get Fanart, posters, banners and info onto the screen is unmatched in my eyes. Quick questions: Which repo should I use? bmc-repository-butchabay or passion.xbmc.repository? Does it matter? Then: In the zombie osd, how would one achieve the following: ![]() The area with the red arrows is not really needed here, can I get rid of it? The artist's name, green arrow, is scrolling, the title of the track, blue arrow, is not scrolling, although it is longer than the space it has. This happens to most of my track titles, since they are very long in Irish traditional music. So if I could gain the space left and right, that would be handy. If that's not possible, how do I make the title of the track scroll? Or can I swap the title with the Artist? That would also be a good possibility. Next: If I wanted to add a button to launch EyeTV from the main menu, how would I do this? In confluence this worked with something like this in the home.xml Code: <item id="11"> Thanks a lot for your help and great work. Very much appreciated. Dingens RE: [MOD] Cirrus Extended v2 - Yohan - 2012-12-03 DialogBackground.png caps problem While modding my CE2 skin using the uncompressed media I stumbled upon a problem with the DialogBackground-texture. In the code this imageis being referred to both with and without caps: DialogBackground.png as well as dialogbackground.png. Since linux-based OS'es are case-sensitive, this leads to missing textures, especially when updating from a Windows-pc. In following files, dialogbackground.png should be renamed to DialogBackground.png: DialogAddonSettings.xml - DialogAlbumInfo.xml - DialogContentSettings.xml - DialogKeyboard.xml - DialogMediaSource.xml - DialogNetworkSetup.xml - DialogOK.xml - DialogPVRChannelsOSD.xml - DialogPVRGuideOSD.xml - DialogSelect.xml - DialogSongInfo.xml - DialogYesNo.xml - LockSettings.xml - MyPVR.xml - ProfileSettings.xml - script-RSS_Editor-rssEditor.xml - script-RSS_Editor-setEditor.xml - script-twc-main.xml - script-XBMC_Lyrics-settings.xml - SmartPlaylistEditor.xml - SmartPlaylistRule.xml - VideoOSDBookmarks.xml - VideoOSDSettings.xml - VisualisationPresetList.xml skin version is SVN 628 RE: [MOD] Cirrus Extended v2 - Broken9754 - 2012-12-03 Trying to re-install this skin from the passion repo, but when I install it I get no background textures... It looks just like this guy's problem: link. Since no one else is reporting issues with the passion repo I assume it's something I'm doing, but have no clue what it could be. I've uninstalled, deleted any and all traces of the skin from userdata\addons\ and reinstalled from the passion repo with no luck. Anyone have any thoughts? RE: [MOD] Cirrus Extended v2 - Yohan - 2012-12-03 I guess your textures.xbt and maybe other texture files are corrupt. Try to download the skin with your browser and unpack the media folder to your HTPC manually. http://passion-xbmc.org/addons/ RE: [MOD] Cirrus Extended v2 - Broken9754 - 2012-12-03 That did it. Fixed in under 15 minutes. I love this community! Haha, thanks! RE: [MOD] Cirrus Extended v2 - ximon - 2012-12-04 I've just recently discovered this skin and I love it! Having a problem on Openelec Frodo beta though, everything seems to work as expected except that it freezes when I exit out of TV Shows and I have to reboot to get the system back up - exiting from Movies works fine. This is the only skin that is doing this on my system. I realise I am running a beta system and therefore bugs are expected, I'm just throwing this out here in case someone else has already seen this kind of thing and happens to have a solution ready to go… Thanks in advance, and I hope that the skin's developer will be able to find the time/motivation to keeps this skin going for future versions of xbmc. RE: [MOD] Cirrus Extended v2 - ursli - 2012-12-06 (2012-11-24, 23:01)Nimo Wrote: the most features are available. i use it with 12b1 git without problems. only DialogExtendedProgressBar.xml is copied from confluence Mh, is there some newer version that I didn't get then? (I'm on SVN from the passion repo) For me the RandomItems script is throwing up errors, I guess that is a problem with the randomitems script itself since they moved on to skin.widgets as mentioned here: http://forum.xbmc.org/showthread.php?tid=79378&pid=1237628#pid1237628 but shouldn't cirrus extended do the same then? I already tried manually installing the random items script for frodo linked in the same thread but that didn't make any difference, am I missing some fix? PHP Code: 16:43:23 T:2880412480 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<-- RE: [MOD] Cirrus Extended v2 - Yohan - 2012-12-07 mpeg*video.png There's still a problem with the mpeg-vidoe flags in Rightlist View. Kinda stubborn error. Flag-bitmaps are named : - mpeg1video.png - mpeg2video.png - mpeg4video.png but they are referred to as mpeg1.png, mpeg2.png and mpeg4.png in the code. Renaming the flags fixes this error, but the code should be updated if possible. |