[WIP] Titan

  Thread Rating:
  • 7 Votes - 4.86 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
LastCoder Offline
Fan
Posts: 345
Joined: Dec 2011
Reputation: 0
Post: #191
tried yesterday latest release .. unfortunately it simply crahes xbmc when opening EPG timeline, no matter if using key shortcut or via left side menu ..

But the rest looks great ! Btw. any plans for more views ? Mediaviews are atm restricted to list view, but at least thumbnail would be great ..

Greetz

LCS

Ubuntu 12.04 LTS Server, LXDE, XBMC Frodo, Skin "Aeon Nox 4", TVHeadEnd TV Backend
ASUS P8H61-M LE/USB3, Celeron G530 w. iGPU Intel HD, 4 GB DDR3 RAM
16 GB CnMemory 300x CF, 1 TB Samsung 2,5" HDD
iHOS104 BluRay Drive, TT DVBS2-1600
Silverstone GD05B Case, Sony PS3 BD Remote control, Logitech Cordless Mediaboard Pro for PS3
find quote
reazorFX Offline
Fan
Posts: 379
Joined: Mar 2012
Reputation: 12
Location: Germany
Post: #192
(2013-05-09 11:20)manray Wrote:  Hi razorFX,

I have one more suggestion / request:

When browsing add-ons list, it would be interesting to have some flags showing that the add-on is "Installed" and the status: it is "Enabled" or "Disabled"

[Image: PgiSW2t.jpg]

Thank you again for your work


great idea thx comes ToDo

(2013-05-09 12:31)minimoe Wrote:  
(2013-05-08 18:11)manray Wrote:  1 - How do I remove the file names at the top of the screen? (left and right red squares)

http://forum.xbmc.org/showthread.php?tid...pid1294593


Hey reazor, any plans to add Titan to the Skin Development Repo? I keep forgetting to update by hand Tongue

Yes I have send but seam it have not work??

(2013-05-09 13:13)manray Wrote:  
(2013-05-09 12:31)minimoe Wrote:  
(2013-05-08 18:11)manray Wrote:  1 - How do I remove the file names at the top of the screen? (left and right red squares)

http://forum.xbmc.org/showthread.php?tid...pid1294593

Thanks for your help
I found the reason why I can not remove the filenames.
there is a button misbehaviour: it is always off.
[Image: SeNAT1w.jpg]

Okay its a bug I´ll fix it in Version 0.7.5
(This post was last modified: 2013-05-10 11:25 by reazorFX.)
find quote
Martijn Online
Team-XBMC
Posts: 7,716
Joined: Jul 2011
Reputation: 115
Location: Dawn of time
Post: #193
We have not seen you request in the mailbox.
Did you register to the addon mailing list else we won't see it.

Always read the XBMC online-manual, FAQ and search the forums before posting.
Do NOT e-mail Team-XBMC members asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting, make sure you read this first


For your mediacenter artwork go to
[Image: fanarttv.png]
find quote
reazorFX Offline
Fan
Posts: 379
Joined: Mar 2012
Reputation: 12
Location: Germany
Post: #194
(2013-05-10 11:23)LastCoder Wrote:  tried yesterday latest release .. unfortunately it simply crahes xbmc when opening EPG timeline, no matter if using key shortcut or via left side menu ..

But the rest looks great ! Btw. any plans for more views ? Mediaviews are atm restricted to list view, but at least thumbnail would be great ..

Greetz

LCS

thx

Always crash? I´ll upload the new Version 0.7.5

Update:

Titan 0.7.5

- some bugfix

greetz reazorFX

(2013-05-10 11:26)Martijn Wrote:  We have not seen you request in the mailbox.
Did you register to the addon mailing list else we won't see it.

Yes Confused
I´ll try it later again.
(This post was last modified: 2013-05-10 11:33 by reazorFX.)
find quote
manray Offline
Junior Member
Posts: 9
Joined: Feb 2013
Reputation: 0
Post: #195
Hi razor/All,

How can I set the images on red squares for both, pictures and music.

[Image: TJle1uq.jpg]

Greetings
find quote
reazorFX Offline
Fan
Posts: 379
Joined: Mar 2012
Reputation: 12
Location: Germany
Post: #196
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
find quote
manray Offline
Junior Member
Posts: 9
Joined: Feb 2013
Reputation: 0
Post: #197
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\DialogExtendedPr​ogressBar.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.x​ml
----------------------------------------------------------------------------------
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.xm​l
---------------------------------------------------------------------------------
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\IncludesNowPlayi​ng.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
find quote
Post Reply