Kodi Community Forum
[FIX] Tiny hot fixes for the Focus skin - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: reFocus (https://forum.kodi.tv/forumdisplay.php?fid=72)
+----- Thread: [FIX] Tiny hot fixes for the Focus skin (/showthread.php?tid=51345)



[FIX] Tiny hot fixes for the Focus skin - queeup - 2009-05-19

Code:
DialogSeekBar.xml Line 172:
<label>$INFO[Player.Time] / [color=sublabel-text]$INFO[Player.Duration][COLOR]</label>
PlayerControls.xml Line 151:
<label>$INFO[Player.Time] / [COLOR=sublabel-text]$INFO[Player.Duration][COLOR]</label>
VideoOSD.xml Line 178:
<label>$INFO[Player.Time] / [COLOR=sublabel-text]$INFO[Player.Duration][COLOR]</label>
to
Code:
[COLOR=sublabel-text]$INFO[Player.Duration][/color]

i mean it must end with [/COLOR] not [COLOR]

PS: I like it this skin. If i found another bug or wants to suggest, where can i submit? Forum or GoggleCode Page?


- queeup - 2009-05-24

Code:
DialogButtonMenu.xml Line 158:
<onclick>ActivateWindow(MyVideoLibrary,plugin://video/Apple Movie Trailers II)</onclick>
HomeVideoMenu.xml Line 73:
<onclick>ActivateWindow(MyVideoLibrary,plugin://video/Apple Movie Trailers II)</onclick>
to
Code:
<onclick>ActivateWindow(MyVideoLibrary,plugin://video/Apple Movie Trailers Lite)</onclick>



- Jeroen - 2009-05-24

queeup Wrote:PS: I like it this skin. If i found another bug or wants to suggest, where can i submit? Forum or GoggleCode Page?

Hi, thanks for hunting these down. Reporting bugs or suggestions is fine here on the forum Smile