XBMC Community Forum
Transparency! SVN for XBMC nightly builds - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Transparency! (/forumdisplay.php?fid=115)
+---- Thread: Transparency! SVN for XBMC nightly builds (/showthread.php?tid=83643)



- giftie - 2011-02-24 04:53

ronie - Thanks for implementing coding for Cinema Experience.


- ronie - 2011-02-24 09:38

giftie Wrote:ronie - Thanks for implementing coding for Cinema Experience.

now worries, it's clear many many users are enjoying the script.
i'm glad to see you've picked it up where nuka1195 left off...


just don't change the way we should launch the script again in two days, ok ;-)


- giftie - 2011-02-26 21:08

ronie Wrote:now worries, it's clear many many users are enjoying the script.
i'm glad to see you've picked it up where nuka1195 left off...


just don't change the way we should launch the script again in two days, ok ;-)

I found a slight issue. I see you added back the button in the info screen, this has caused some issues with function, as the script is being run twice, once when Movies is selected from the Home Window and then when it is selected from the Info screen.

on line 327 of DialogVideoInfo you have:
Code:
<visible>Container.Content(Movies) + Skin.HasSetting(CinemaScript_Enable)</visible>

maybe having it as
Code:
<visible>Container.Content(Movies) + System.HasAddon(script.cinema.experience) + !Skin.HasSetting(CinemaScript_Enable)</visible>

and line 308 as
Code:
<animation effect="slide" start="0,0" end="-55,0" time="0" condition="!Skin.HasSetting(CinemaScript_Enable) + System.HasAddon(script.cinema.experience)">Conditional</animation>

Which should disable the button when the user has the Home Window option turned on - Skin.HasSetting(CinemaScript_Enable) and visible when it is turned off.


- clock2113 - 2011-02-26 21:30

I noticed a few SVNs ago that fanart quit working for TV shows in the Recently Added menu... just a black screen...


- PatK - 2011-02-26 22:32

clock2113 Wrote:I noticed a few SVNs ago that fanart quit working for TV shows in the Recently Added menu... just a black screen...
It must be fixed, it's working for me V3.11.5


- PatK - 2011-02-26 22:37

Ronie regarding the CE script, perhaps I didn't notice... properly, but I thought SVN V3.11.4 had it working well, while V3.11.5 it runs twice. I was pleased to have the weather video and didn't notice the issue. If I edit the DialogVideoInfo would I have to re-edit each update?


- ronie - 2011-02-27 00:36

clock2113 Wrote:I noticed a few SVNs ago that fanart quit working for TV shows in the Recently Added menu... just a black screen...

could be a problem with your thumbnail cache.
xbmc tries to load the fanart image from the cache but fail to find the image...?

maybe there's something relevant in the debug log


- ronie - 2011-02-27 00:37

PatK Wrote:Ronie regarding the CE script, perhaps I didn't notice... properly, but I thought SVN V3.11.4 had it working well, while V3.11.5 it runs twice. I was pleased to have the weather video and didn't notice the issue. If I edit the DialogVideoInfo would I have to re-edit each update?

undo your edits and let me fix it.


SLIDE viewmin TV Shows - daveleebond - 2011-02-27 00:43

I would like to enable this view in TV Shows, as I have in Movies but does not come up as a choice.

I take it view-slide.xml controls this but would not know what to alter, or is it a menu option I have overlooked?

Any help would be most appreciated because I really like this view.

(using XBMC nightly (23/02/11)) + up to date T! SVN


- ronie - 2011-02-27 00:47

daveleebond Wrote:I would like to enable this view in TV Shows, as I have in Movies but does not come up.

I take it view-slide.xml controls this but would not know what to alter, or is it a menu option I have overlooked?

Any help would be most appreciated because I really like this view.

if you have posters (instead of banners) for tv shows, enable:
Skin Settings > TV Shows - Use posters
and the slide view will be available.