![]() |
|
[RELEASE] Legacy Dark - 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: Aeon (/forumdisplay.php?fid=68) +---- Thread: [RELEASE] Legacy Dark (/showthread.php?tid=74305) |
- ekim232 - 2010-10-14 02:30 Tetsuo Wrote:great work ekim232! thx for the great skin! When you do banner layout you should have all your tv shows saved with banners. Then there should be list view available and bannerplex. Bannerplex then has two layouts....max and slim. Max view turns it into the full wall and slim is the default where there is only two rows. This is also available if you store your banners as banner.jpg and use bannerplex. - SilverJS - 2010-10-14 07:16 Ekin, Fantastic job. I am really liking a lot of what you've did to this skin, well done. Just a question, though - how do I enable icons for the main menu items, the ones you have in your screenshots? Thanks! - ekim232 - 2010-10-14 15:09 SilverJS Wrote:Ekin, All homepage options are located in settings>customisation>homepage options There is a lot you can do to the homepage within the menu. - Tetsuo - 2010-10-14 21:48 got it. thanks ekim232 for the help! - uncertainty - 2010-10-19 04:07 BTW, this is my current skin atm and I just have one issue im trying to resolve that hopefully someone can comment on. The seek bar color when watching a video (ie the timer bar) is hard to determine where the bar is. What would I modify to brighten the seek bar color? thanks again - ekim232 - 2010-10-19 12:41 uncertainty Wrote:BTW, this is my current skin atm and I just have one issue im trying to resolve that hopefully someone can comment on. The seek bar color when watching a video (ie the timer bar) is hard to determine where the bar is. What would I modify to brighten the seek bar color? There is a couple ways. First you will need to look in dialogseekbar.xml and you will see the below... <control type="progress"> <description>Progressbar</description> <posx>0</posx> <posy>8</posy> <width>1280</width> <height>151</height> <info>Player.Progress</info> <texturebg>osd/osd_progress_clear.png</texturebg><lefttexture>-</lefttexture> <midtexture>osd/osd_progressmid.png</midtexture><righttexture>-</righttexture> <overlaytexture>-</overlaytexture> <include>Animation_CommonFade</include> </control> You could then open up the two textures in bold from above I am using and simply darken them with a image editor and then save them or you could play around with a <colordiffuse> and change the color that way as well. I hope this helps! - a2wistd2 - 2010-10-23 07:02 I got the cdarts part working, but my music visualization artists fanart backgrounds show up black. Where do these need to be and how do they need to be labeled? - ekim232 - 2010-10-23 09:06 a2wistd2 Wrote:I got the cdarts part working, but my music visualization artists fanart backgrounds show up black. Where do these need to be and how do they need to be labeled? Inside your artist folder and labeled fanart.jpg - Tetsuo - 2010-12-02 19:33 one question. how can i disable the question marks at the media flags? so, that i see nothing instead of the question mark. thx for help - ekim232 - 2010-12-04 14:22 Tetsuo Wrote:one question. how can i disable the question marks at the media flags? so, that i see nothing instead of the question mark. Those are coded in as a fallback. You will need to remove the image files. They are located at media/flags/default.png There are a few default images there. Just delete the ones you don't want to show. |