Change transparency of home screen menu - 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: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125) +---- Thread: Change transparency of home screen menu (/showthread.php?tid=122972) Pages:
1
2
|
RE: Change transparency of home screen menu - Mudislander - 2012-03-28 Image is called floor.png - Diasble it buy commenting out or deleting the image control for it. RE: Change transparency of home screen menu - phyrros1 - 2012-03-28 (2012-03-27, 21:00)Mudislander Wrote:(2012-03-27, 17:32)phyrros1 Wrote: Hi Mad-Max Thanks a lot - works like charm RE: Change transparency of home screen menu - Jeba - 2012-03-28 (2012-03-28, 11:20)Mudislander Wrote: Image is called floor.png - Diasble it buy commenting out or deleting the image control for it. Thanks! works like a charm, the transparency is also fixed with the last post! Any ideas on how to move the "items per page" and "duration" info from the downright corner on the music screen to the left? (see pictures previous post) RE: Change transparency of home screen menu - Mudislander - 2012-03-28 Without checking it's an include called CommonCount (I think) change the pozx to move it. When I get a chance I'll confirm the include name for you Edit OK found it it's an include called "CommonPageCount" and in the includes.xml "line 251" RE: Change transparency of home screen menu - Jeba - 2012-03-28 (2012-03-28, 12:01)Mudislander Wrote: Without checking it's an include called CommonCount (I think) change the pozx to move it. Awesome, thanks a lot! for those who want to change it he same way: xpos = 85 RE: Change transparency of home screen menu - Bradles73 - 2012-04-21 Thank you Max for taking the time to explain this. I really feel these transparency changes make the UI so much more attractive! I am hoping someone can help with one last minor change and perhaps one larger (possibly impossible) change I would like to make. 1. I would like to make the Addons "dock" transparent. I have played around a bit based on the instructions for making the main menu transparent. The problem is I cannot find where to add the defuse tag. Any ideas anyone? 2. At the very least I would like to also make the icons transparent. Ideally, I would actually like to change these icons to custom icons I create (preferably gif). Really appreciate any help with the above two items. Thanks guys. AW: Change transparency of home screen menu - mad-max - 2012-04-21 1: Search for floor.PNG...in that control add the diffuse tag... 2: These icons are also listed in home.xml...IIRC it should be right above controll 9000 RE: Change transparency of home screen menu - Bradles73 - 2012-04-22 Thanks mad--max, The "dock" transparency worked like a charm - perfect. The icons, not so much. This is the last part I really want to get right - I would settle for any of the following: 1. If I can find where to change the icon.png - I would then simply make them slightly transparent. 2. Resize the icons - they are a little too big for my liking Any guidance would be greatly appreciated. P.S> I am a little vague as to what "right above control 9000" menas, I can find lots of iterations of "9000" - any more detail would be great. Thanks. RE: Change transparency of home screen menu - Bradles73 - 2012-04-22 OK - after a lot of searching and playing I think I have this licked. All thanks go to mad-max, without his helpful forum posts, I would not have even known where to begin. I found the direction to my second question here. Bellow is the exact section that needs to be changed in order to customise the addon icons on the home screen (in Home.xml). PHP Code: <control type="fixedlist" id="9002"> Try playing with different values to achieve what you are after. Basically I just wanted all of the icons smaller and less obtrusive. Thanks again mad-max RE: Change transparency of home screen menu - robstarke - 2014-12-26 Hi all Can we please all assume that not all of us are programmers or know how to edit files? I see so much info but I have no idea how to add or change anything. Do I need an XML editor, or can I use notepad? Do I simply replace the PHP code matching in the home.xml with your suggested one, or do I have to find and then change each value as you have put it? I also would like to make the menus as transparent as possible so that more of the fanart and thumbnail shows through. I am looking to do this within Advanced Launcher for my Games. I would be so grateful for any help! Thank you. RE: Change transparency of home screen menu - davidjr - 2016-01-18 Worked great! But, how can I do this to the Info line directly above the home menu? Skin is Hybrid Dev. RE: Change transparency of home screen menu - pkscout - 2016-01-18 (2016-01-18, 03:00)davidjr Wrote: Worked great! But, how can I do this to the Info line directly above the home menu? Skin is Hybrid Dev. You should find a thread for the Hybird Dev skin and ask there rather than waking this zombie thread from over a year ago. |