![]() |
|
[MOD] Cirrus Extended 1.0 - 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 1.0 (/showthread.php?tid=90693) |
- nikothebouriko - 2011-02-21 21:18 butchabay Wrote:Sorry mate, let me understand: I can't create a mockup cirrus, I don't have texture (it's an exemple vertical submenu with top main menu horizontal) - branlr - 2011-02-21 21:50 nikothebouriko Wrote:I can't create a mockup cirrus, I don't have texture (it's an exemple vertical submenu with top main menu horizontal) Just look at the texture the submenu uses and use the same exact textures already referenced. OR, use the tons of code that already exists and modify it gradually to look how you want. This custom menu you want to create really should be pretty damn easy to create out of modified files already present, because all of the ingredients are already there. I might be missing some things, but it would basically be as follows: Step one: Create a copy of the horizontal menu file (includeshomemainmenuhoriz) or something like that, located in the 720p folder.-- Give it a new file name, and a unique ID number (this must be changed throughout the document all places it occurs), and add it to the beginning of includes.xml. Based on your screen shot, you probably want to adjust the focus position of your fixedlist to be more left aligned than centered. Step 2: Modify the location of the menu in the control group that governs the position of all of the menu items. Step 3: This is the key--copy the submenu from the VERTICAL Home menu, give it a unique name and ID number, add it to includes.xml. Step 4: Change the "<ondown>" tags in your new horizontal menu file to the id number you created for the new modified vertical submenu. Step 5: Adjust the individual list items for each submenu so that they are located at the top, rather than the middle. Step 6: Go back and adjust the date and time's size and location (I think this is actually in home.xml, but I could be wrong). Step 7: Add the submenu items you want, along with the headings and format them accordingly. Lists of font's can be found in the fonts.xml file. I don't know how familiar you are with skinning, but an easy way to get the activatewindow command for an item you want to add is by adding it to favourites, then opening your userdata folder and finding favourites.xml and stealing it from there. Step 8: I don't know if they people are going to want this home menu available as an option in skin settings when they download it, but you are either going to have to make it switchable in the settings, or you are going to have to simply delete either your vertical or horizontal menus and submenus, and replace them with these files and rename them exactly as the ones you deleted. Then it will just sort of be your personal hack, but not everything can be listed in the settings of the official version. This should get you pretty close, without even having to even worry about much many changes. Like I said, most of this stuff is already there, just have to move it around a bit. Have fun!
Preview for upcoming release 1.2.3 (Addon Info) - butchabay - 2011-02-22 00:50 ![]() ![]() ![]()
Awesome SKIN!!!! :-) - h3nk3 - 2011-02-22 14:15 I totally love this skin...thanks to you all that are inwolved in this one. There is only one thing i miss....its cleararts on pause for both tvshows and movies. There is a choice for it in skin/settings but it wont show during playback and pause. Besides of this little thing i swear youǘe done a hell of a jobb and the result is GORGEOUS!!!! Keep up your good work SWEDEN XBMC FAN - butchabay - 2011-02-22 15:10 h3nk3 Wrote:I totally love this skin...thanks to you all that are inwolved in this one. There is only one thing i miss....its cleararts on pause for both tvshows and movies. There is a choice for it in skin/settings but it wont show during playback and pause. Besides of this little thing i swear youǘe done a hell of a jobb and the result is GORGEOUS!!!! Keep up your good work Glad you like it, we're giving our best About Clearart, working for me ... you enabled it in skin settings? you have clearart.png in your TV Show folders? - smush420 - 2011-02-22 20:53 Great job as usual, however one small complaint. I don't really like how there is two different pauses now. I like the info popping up when you press info and then pause, kind of annoying to do it though. Then there's the generic pause with the clearart which is nice too. Maybe it would be possible to integrate the two. Thanks. - butchabay - 2011-02-22 21:00 smush420 Wrote:Great job as usual, however one small complaint. I don't really like how there is two different pauses now. I like the info popping up when you press info and then pause, kind of annoying to do it though. Then there's the generic pause with the clearart which is nice too. Maybe it would be possible to integrate the two. Thanks. I suppose you mean plot showing when "slim osd" is activated. I'm gonna change it, so when you press pause or info it will show all infos. - smush420 - 2011-02-22 21:59 Yup that's exactly what I mean, good to hear. - h3nk3 - 2011-02-23 00:52 Sorry Butchabay!!! It did working with Cleararts for the tvshows....what i meant was movie poster on pause for movies. Is that something you have planned to implant. Best wishes from swe - butchabay - 2011-02-23 09:04 h3nk3 Wrote:Sorry Butchabay!!! It did working with Cleararts for the tvshows....what i meant was movie poster on pause for movies. Is that something you have planned to implant. Shouldn't be a big deal, i'll take a look. |