Kodi Community Forum

Full Version: [FIX] Tiny hot fixes for the Focus skin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
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>
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