XBMC Community Forum
[MOD] Cirrus Extended v2 - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Cirrus Extended (/forumdisplay.php?fid=133)
+---- Thread: [MOD] Cirrus Extended v2 (/showthread.php?tid=102066)



- Martijn - 2011-12-06 02:35

butchabay Wrote:Yeah i know, i'm not big_noid Smile

A question, is it necessary to get poster or fanart in movie info? As we already have it hardcoded...

Btw, it's working great! Nice work!

lol
Well Black,Jeroen,Mudislander, and ronie (and maybe others) already switched so you were last Wink

It depends on how you coded it? If you use mode=custom it is not. When using mode=gui it is hardcoded. It is up to you.

Just a note. This will be in next version:
Quote:So like Jeroen asked if you run it for let's say 'clearlogo' it pop-up the dialog when it finds more than one? If only one just download

We are doing some mayor code overhaul to clean up the mess and adding some new things.


EDIT:
forgot to mention BigNoid ofcourse and Sharpe, fmronan .......


- butchabay - 2011-12-06 07:54

Smile these are all skilled skinners, i'm just a modder Sad
What i mean is we already have get thumb, get fanart within xbmc, that's why i wonder if we really need the same again.


- Martijn - 2011-12-06 08:08

butchabay Wrote:Smile these are all skilled skinners, i'm just a modder Sad
What i mean is we already have get thumb, get fanart within xbmc, that's why i wonder if we really need the same again.

Just kidding. You're doing great. I can't even skin and am just a poor unskilled python coder.

No you don't need to add them again. The others didn't add them either.
The ones from XBMC directly load it to the database so it works with ListItem.Property(fanart_image). We can't do that yet.
That's why we add all the possibilities so you can chose Smile

Still can't believe we pulled it of in only one bugfix version


- butchabay - 2011-12-06 08:57

Martijn Wrote:Just kidding. You're doing great. I can't even skin and am just a poor unskilled python coder.

No you don't need to add them again. The others didn't add them either.
The ones from directly load it to the database so it works with ListItem.Property(fanart_image). We can't do that yet.
That's why we add all the possibilities so you can chose Smile

Still can't believe we pulled it of in only one bugfix version

Ok, thank you for clear it up.


- moonwalker - 2011-12-06 09:25

PatrickBateman Wrote:@butcha,

Quick question:
I've added the gorgeous new wallpapers but hate the dim type transition between them when navigating the home menu. How can I disable the dim animation and just the images transition normally without a dim effect?

Pat~

Edit:
I just edited the home.xml from 500 to 1 for the fade delay which has resolved the blinking/fading for the moment.

Shame the silvers images don't have a default or a favourites etc like the rest of the options Sad

Still they look fantastic against the cirrus skin... I've changed the system images to the black ones and also tried the Silver, they really suit the skin.

Edit 2:
Where is the dim/fade effect for the transitions in the system menu?...

Edit 3:
Found it under system.xml and reduced from 600 to 1 and it's looking fan-bloody-tastic! What a face lift! It looks and feels incredible...

Edit 4:
@butcha I've noticed that there is a difference in transparency in the music and pictures view? When viewing all other views such as videos, plugins etc in "list" view the background is transparent and the wallpaper is visible in the background. This is not the case with music/pictures view when entering directly from the home screen... They display the same Manu, style and information (such as add source etc) but the layout is not transparent like the rest of the views?

Any chance they too could be made transparent.

Also in the main menu, I've noticed that the highlighted item (such as movies/hd movies/music etc) is not actually centred with the screen. Its slightly off centre to the left. Any chance that could be move slightly toward the right, without affecting the other options in the menu?

Thanks again butcha Smile

Where do I find home.xml and system.xml?


- gerryuk - 2011-12-06 12:57

Is it possible to have your own menu item labels ?

I have films that are organized into 3 folders

Films - 2 Watch
Films - Keepers
Films - Family

It would be great to have menu items that mirror that because I don't want my kids to see some of the more disturbing video covers ( SAW, Human centipeded e.t.c. )

TIA - Brilliant work ! been using XBMC since its conception Smile


- keibertz - 2011-12-06 13:15

gerryuk Wrote:Is it possible to have your own menu item labels ?

I have films that are organized into 3 folders

Films - 2 Watch
Films - Keepers
Films - Family

It would be great to have menu items that mirror that because I don't want my kids to see some of the more disturbing video covers ( SAW, Human centipeded e.t.c. )

TIA - Brilliant work ! been using XBMC since its conception Smile

This feature is implemented in XBMC and can be used by this Skin.
The Keyword is Smartplaylist. You can create a Smartplaylist for each Folder and create special Homemenu or Submenuentries for each.
If u dont want that someone can enter a special folder u have to generate more than one XBMC Profile. One Profile with all Entries and one Kids Profile with only the Kids entries.


- butchabay - 2011-12-06 13:16

gerryuk Wrote:Is it possible to have your own menu item labels ?

I have films that are organized into 3 folders

Films - 2 Watch
Films - Keepers
Films - Family

It would be great to have menu items that mirror that because I don't want my kids to see some of the more disturbing video covers ( SAW, Human centipeded e.t.c. )

TIA - Brilliant work ! been using XBMC since its conception Smile

Yes you can add custom smart playlists or fav to home.


- gerryuk - 2011-12-06 13:33

thanks for the prompt replys's.

I'm not at home now to test but is this done via the GUI or some xml file ?

Thanks again Smile


- butchabay - 2011-12-06 14:03

gerryuk Wrote:thanks for the prompt replys's.

I'm not at home now to test but is this done via the GUI or some xml file ?

Thanks again Smile

No you don't need to edit xml.s