• 1
  • 12
  • 13
  • 14(current)
  • 15
  • 16
  • 21
[WIP] Titan
Hi manray,

You must copy a default pic you choose in
skin.titan/media/DefaultPicture.png
skin.titan/media/DefaultAudio.png

http://wiki.xbmc.org/index.php?title=Default_Icons

greetz
Hi ReazorFX,

Analyzing the xbmc.log log file found some errors related to Titan Skin.
Correcting these errors is very simple and here goes:


ERROR: unmatched parentheses in Skin.HasSetting(HomeMenuNoVideosButton

---------------------------------------------------------------------------------------------
C:\Users\MediaUser\AppData\Roaming\XBMC\addons\skin.titan\1080i\Home.xml
---------------------------------------------------------------------------------------------
<item id="9"><!--Videos-->
<label>3</label>
<icon>home/home_videos.png</icon>
<thumb>$INFO[Skin.String(CustomVideosPanel)]</thumb>
<onclick>ActivateWindow(Video,root)</onclick>
<visible>!Skin.HasSetting(HomeMenuNoVideosButton</visible> <- NOK
<visible>!Skin.HasSetting(HomeMenuNoVideosButton)</visible> <- OK
</item>


ERROR: unmatched parentheses in Window.IsActive(Settings.xml
ERROR: unmatched parentheses in Window.IsActive(SettingsSystemInfo.xml) )

---------------------------------------------------------------------------------------------
C:\Users\MediaUser\AppData\Roaming\XBMC\addons\skin.titan\1080i\DialogExtendedProgressBar.xml
---------------------------------------------------------------------------------------------
NOK (33 ) <visible>!Window.IsActive(Settings.xml + !Window.IsActive(SettingsCategory.xml) + !Window.IsActive(SettingsSystemInfo.xml) ) + !Window.IsActive(SkinSettings.xml)</visible>
OK (33 ) <visible>!Window.IsActive(Settings.xml) + !Window.IsActive(SettingsCategory.xml) + !Window.IsActive(SettingsSystemInfo.xml) + !Window.IsActive(SkinSettings.xml)</visible>


----------------------------------------------------------------------------------
C:\Users\MediaUser\AppData\Roaming\XBMC\addons\skin.titan\1080i\DialogKaiToast.xml
----------------------------------------------------------------------------------
NOK (33 ) <visible>!Window.IsActive(Settings.xml + !Window.IsActive(SettingsCategory.xml) + !Window.IsActive(SettingsSystemInfo.xml) ) + !Window.IsActive(SkinSettings.xml)</visible>
OK (33 ) <visible>!Window.IsActive(Settings.xml) + !Window.IsActive(SettingsCategory.xml) + !Window.IsActive(SettingsSystemInfo.xml) + !Window.IsActive(SkinSettings.xml)</visible>


---------------------------------------------------------------------------------
C:\Users\MediaUser\AppData\Roaming\XBMC\addons\skin.titan\1080i\DialogMuteBug.xml
---------------------------------------------------------------------------------
NOK (34 ) <visible>!Window.IsActive(Settings.xml + !Window.IsActive(SettingsCategory.xml) + !Window.IsActive(SettingsSystemInfo.xml) ) + !Window.IsActive(SkinSettings.xml)</visible>
OK (34 ) <visible>!Window.IsActive(Settings.xml) + !Window.IsActive(SettingsCategory.xml) + !Window.IsActive(SettingsSystemInfo.xml) + !Window.IsActive(SkinSettings.xml)</visible>


-----------------------------------------------------------------------------------
C:\Users\MediaUser\AppData\Roaming\XBMC\addons\skin.titan\1080i\DialogVolumeBar.xml
-----------------------------------------------------------------------------------
NOK (16 ) <visible>!Window.IsActive(Settings.xml + !Window.IsActive(SettingsCategory.xml) + !Window.IsActive(SettingsSystemInfo.xml) ) + !Window.IsActive(SkinSettings.xml)</visible>
OK (16 ) <visible>!Window.IsActive(Settings.xml) + !Window.IsActive(SettingsCategory.xml) + !Window.IsActive(SettingsSystemInfo.xml) + !Window.IsActive(SkinSettings.xml)</visible>


--------------------------------------------------------------------------------------
C:\Users\MediaUser\AppData\Roaming\XBMC\addons\skin.titan\1080i\IncludesNowPlaying.xml
--------------------------------------------------------------------------------------
NOK (13 ) <visible>!Window.IsActive(Settings.xml + !Window.IsActive(SettingsCategory.xml) + !Window.IsActive(SettingsSystemInfo.xml) ) + !Window.IsActive(SkinSettings.xml)</visible>
OK (13 ) <visible>!Window.IsActive(Settings.xml) + !Window.IsActive(SettingsCategory.xml) + !Window.IsActive(SettingsSystemInfo.xml) + !Window.IsActive(SkinSettings.xml)</visible>

NOK (86 ) <visible>!Window.IsActive(Settings.xml + !Window.IsActive(SettingsCategory.xml) + !Window.IsActive(SettingsSystemInfo.xml) ) + !Window.IsActive(SkinSettings.xml)</visible>
OK (86 ) <visible>!Window.IsActive(Settings.xml) + !Window.IsActive(SettingsCategory.xml) + !Window.IsActive(SettingsSystemInfo.xml) + !Window.IsActive(SkinSettings.xml)</visible>

NOK (152 ) <visible>!Window.IsActive(Settings.xml + !Window.IsActive(SettingsCategory.xml) + !Window.IsActive(SettingsSystemInfo.xml) ) + !Window.IsActive(SkinSettings.xml)</visible>
OK (152 ) <visible>!Window.IsActive(Settings.xml) + !Window.IsActive(SettingsCategory.xml) + !Window.IsActive(SettingsSystemInfo.xml) + !Window.IsActive(SkinSettings.xml)</visible>


I also found these, which I do not know how to correct them:

16:33:33 T:1884 ERROR: Skin includes must start with the <includes> tag
16:33:55 T:1884 ERROR: Control 1 in window 10099 has been asked to focus, but it can't
16:34:43 T:2852 ERROR: Previous line repeats 4 times.
16:35:05 T:1884 ERROR: Control 50 in window 10025 has been asked to focus, but it can't

Apparently these errors have no impact on navigation, but for principle reasons you can fix them in the next version.

Are you planning to release a new version soon?

Thanks
Hi manray,

thanks I´ll fix it on the next update, my mistake sy.

greetz
reazorFX
Hi ReazorFx,

left side menu crash in tv section still there with 0.7.5. ..

it's basically a xbmc error (check http://forum.xbmc.org/showthread.php?tid...pid1428230), but only some skin like your or nBox provoke it, most not (at least here) ... have no idea what EPG Grid control is different compared to for example confluence, but there must be a difference ;-)

Btw. great skin, but need more than list view, at least thumbnail view is necessary ..

Greetz

Lastcoder
HTPC Specs: Silverstone GD05B Case, ASUS P8H61-M LE/USB3, i5-3470S, GT1030, 8 GB RAM , 2 TB HDD, iHOS104 BluRay Drive, TT DVBS2-1600, Sony PS3 BD Remote control
PS3 BD Remote Control Daemon for Kodi/Linux
UNCHAINED Demo Group
(2013-06-02, 17:40)LastCoder Wrote: Hi ReazorFx,

left side menu crash in tv section still there with 0.7.5. ..

it's basically a xbmc error (check http://forum.xbmc.org/showthread.php?tid...pid1428230), but only some skin like your or nBox provoke it, most not (at least here) ... have no idea what EPG Grid control is different compared to for example confluence, but there must be a difference ;-)

Btw. great skin, but need more than list view, at least thumbnail view is necessary ..

Greetz

Lastcoder

Hi LastCoder,

Thx (It never crash at PVR Demo) I think I know what the error is. The Menu-Panel in Titan isn´t open at startup LiveTV and it jump directly into the EPG.
In Confluence it´s open an you can choose what it jump: EPG, Channel, ....
I hope this is the bug.

Greetz
reazorFX
if changed I'll give feedback ..

Greetz

LCS
HTPC Specs: Silverstone GD05B Case, ASUS P8H61-M LE/USB3, i5-3470S, GT1030, 8 GB RAM , 2 TB HDD, iHOS104 BluRay Drive, TT DVBS2-1600, Sony PS3 BD Remote control
PS3 BD Remote Control Daemon for Kodi/Linux
UNCHAINED Demo Group
Hi Reazor, did you manage to get any more EPG lines showing? Currently, it has probably the best EPG timeline out of all the skins and resembles more of an STB (i.e. Sky HD etc) than any other. This could actually make me move to XBMC full time once additional timer features are added to XBMC!
Current I´m work on Avalon (im switch on on both projects, so it is not boring)
but it´s planed to have more epg lines.

greetz
Cool, happy to try it when you've got the time to do it!

Out of curiosity, is there anyway to make the time line the default view rather than the channel view?
This is a fantastic addition to XBMC! Thanks reazorFX for porting this over!

Three questions...

1. Do you plan to have 'recently added' on the home menu?
2. RSS doesn't seem to work. Do I need an addon for that to work correctly?
3. If I am watching a video or Live TV, I really like the video playing in the background when navigating menu's. I noticed there is a 'Disable background video' (or something similar) selection in the skin settings, but it doesn't do anything. Is this where I should be able to turn on the 'video in background'?

Thanks again, this will be my default skin for the foreseeable future!
Wile E.
XBMC PVR Addon Unofficial Builds for Frodo Nightly Builds.
http://www.dotnetdevelopers.net/xbmc
Okay, I have figured out #1 and #2.

I modified the home.xml to enable the RSS and have also added the PVR current and upcoming recordings. I am now working on the Movies and TV Series recents to show on the home.xml.

Image
XBMC PVR Addon Unofficial Builds for Frodo Nightly Builds.
http://www.dotnetdevelopers.net/xbmc
(2013-06-21, 17:07)wileecoyote Wrote: This is a fantastic addition to XBMC! Thanks reazorFX for porting this over!

Three questions...

1. Do you plan to have 'recently added' on the home menu?
2. RSS doesn't seem to work. Do I need an addon for that to work correctly?
3. If I am watching a video or Live TV, I really like the video playing in the background when navigating menu's. I noticed there is a 'Disable background video' (or something similar) selection in the skin settings, but it doesn't do anything. Is this where I should be able to turn on the 'video in background'?

Thanks again, this will be my default skin for the foreseeable future!
Wile E.

Hi wileecoyote,
Thx mate I´m glad you like it!

1. Has already begun from you Big Grin
2. Also Blush
3. In the IncludesNowPlaying.xml is the Video Panel. It´s not a big problem to disable in the settings

(2013-06-23, 04:09)wileecoyote Wrote: Okay, I have figured out #1 and #2.

I modified the home.xml to enable the RSS and have also added the PVR current and upcoming recordings. I am now working on the Movies and TV Series recents to show on the home.xml.

Image

Cool
wow great I happy when somebody also code on Titan. Really good!! Looking forward to test it.
thx mate

greetz
reazorFX
Hi,
is there any chance to port home layout from "media portal"

Image
there are 2 types of layouts. that one is cool too
Image
Damn nice !
  • 1
  • 12
  • 13
  • 14(current)
  • 15
  • 16
  • 21

Logout Mark Read Team Forum Stats Members Help
[WIP] Titan13