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
LastCoder
Fan Joined: Dec 2011 Reputation: 0 |
2013-05-10 11:23
Post: #191
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
Fan Joined: Mar 2012 Reputation: 12 Location: Germany |
2013-05-10 11:24
Post: #192
(2013-05-09 11:20)manray Wrote: Hi razorFX, 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) 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) 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
Team-XBMC Joined: Jul 2011 Reputation: 115 Location: Dawn of time |
2013-05-10 11:26
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 ![]() |
| find quote |
reazorFX
Fan Joined: Mar 2012 Reputation: 12 Location: Germany |
2013-05-10 11:27
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 .. 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. Yes ![]() I´ll try it later again.
(This post was last modified: 2013-05-10 11:33 by reazorFX.)
|
| find quote |
manray
Junior Member Posts: 9 Joined: Feb 2013 Reputation: 0 |
2013-05-10 16:03
Post: #195
Hi razor/All,
How can I set the images on red squares for both, pictures and music. ![]() Greetings |
| find quote |
reazorFX
Fan Joined: Mar 2012 Reputation: 12 Location: Germany |
2013-05-13 07:53
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
Junior Member Posts: 9 Joined: Feb 2013 Reputation: 0 |
Yesterday 18:18
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\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 |
| find quote |

![[Image: PgiSW2t.jpg]](http://i.imgur.com/PgiSW2t.jpg)

![[Image: SeNAT1w.jpg]](http://i.imgur.com/SeNAT1w.jpg)

![[Image: fanarttv.png]](http://trakt.us/images/thanks/fanarttv.png)

![[Image: TJle1uq.jpg]](http://i.imgur.com/TJle1uq.jpg)
Search
Help