![]() |
|
[MOD] Rapier Qualar Mod - 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: Rapier (/forumdisplay.php?fid=120) +---- Thread: [MOD] Rapier Qualar Mod (/showthread.php?tid=61126) |
- wannabegt4 - 2009-12-09 04:11 Another small update to the themes... This fixes a few instances where the text is unreadable or impossible to tell what is focused. In includes_labels, add "button-submenu-focus.png" to the texturefocus: PHP Code: <include name="MediaInfoButtonLabel">and in each color xml change the selected color to white: PHP Code: <color name="SelectedColor">ffffffff</color> In includes_MenuBar we can fix it so that "Library Mode" is visible in the top menu bar again since xbmc has changed/removed some strings. Change PHP Code: $LOCALIZE[418] PHP Code: $LOCALIZE[29800] - igotdvds - 2009-12-09 08:46 Qualar, I added your trailer window code to another skin. (sorry if I shouldnt have) I have a problem. it plays in the window as well as fullscreen in the background behind everything. I didnt change ANY code, I copied it all, any ideas why that would happen? - pezlin - 2009-12-09 10:43 qualar Wrote:Ok just upload your default.xml and I will merge it into the next and subsequent releases. I don't have access to my default.xml right now but you only need to add the following lines to the file and you're ready. <default type="label"> <textcolor>DefaultColor</textcolor> </default> By the way, thanks for a great mod! - qualar - 2009-12-09 11:35 xbs08 Wrote:What happens if you press on scrollbar (next to the blue indicator)? The overlapping problem is already fixed but have not been able to upload due to lack of computer. However the overlapping inthe second image is due to too many media tags. This would not normally be a problem but I see in your shot that one of the media tags should not be there. How can a movie file be DVD and HD? - qualar - 2009-12-09 11:39 igotdvds Wrote:Qualar, I added your trailer window code to another skin. (sorry if I shouldnt have) This is happening because the skin you copied it into has a setting to play videos in the background. - xbs08 - 2009-12-09 12:09 The movie isn't DVD AND HD, the movie is HDDVD (there's a media flag for it in media/flagging/Video). This is one flag not two flags. http://en.wikipedia.org/wiki/Hddvd - hellsing - 2009-12-09 12:39 I would like to expand the recently added albums to contain maybe 15 albums, is that a complicated thing to do? A setting for that in the skin settings would be cool. - qualar - 2009-12-09 12:41 hellsing Wrote:I would like to expand the recently added albums to contain maybe 15 albums, is that a complicated thing to do? A setting for that in the skin settings would be cool. No but the dialog would be quite large. Remember, recently added is an option in the submenu that shows a bigger list. - qualar - 2009-12-09 12:42 xbs08 Wrote:The movie isn't DVD AND HD, the movie is HDDVD (there's a media flag for it in media/flagging/Video). My mistake, that is a big icon. - hellsing - 2009-12-09 12:54 qualar Wrote:No but the dialog would be quite large. Remember, recently added is an option in the submenu that shows a bigger list. I dont mind if if gets bigger, could you point me in the right direction to modify the number of items? The sub-menu is too many clicks away for my liking
|