Transparency! SVN for XBMC nightly builds

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
giftie Offline
Skilled Python Coder
Posts: 2,035
Joined: Mar 2010
Reputation: 35
Post: #201
ronie - Thanks for implementing coding for Cinema Experience.

[Image: e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e...4c076g.jpg]
For troubleshooting and bug reporting please make sure you read this first you can also use XBMC Log Uploader Script.
Cinema Experience
Cinema Experience Wiki
cdART Manager
fanart.tv


find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #202
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 ;-)

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
giftie Offline
Skilled Python Coder
Posts: 2,035
Joined: Mar 2010
Reputation: 35
Post: #203
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.

[Image: e4f63e45ba34fe4695b3bb08eb2499d8e4ee484e...4c076g.jpg]
For troubleshooting and bug reporting please make sure you read this first you can also use XBMC Log Uploader Script.
Cinema Experience
Cinema Experience Wiki
cdART Manager
fanart.tv


(This post was last modified: 2011-02-26 21:18 by giftie.)
find quote
clock2113 Offline
Fan
Posts: 636
Joined: Feb 2007
Reputation: 0
Location: XBMC+Unraid=Happy!
Post: #204
I noticed a few SVNs ago that fanart quit working for TV shows in the Recently Added menu... just a black screen...

XBMC: XBMCbuntu 12.0, with Transparency!
17.5 TB Unraid Server: 2500 movies, 8800 episodes of TV Apps: SABnzbd, Sickbeard, Couchpotato, mySQL
HTPC: E6500, mAtx, 210GT
Watching on: Sony 32" Bravia with lowend Sony 5.1 HTIB
find quote
PatK Offline
Posting Freak
Posts: 2,247
Joined: Mar 2010
Reputation: 67
Star    Post: #205
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
find quote
PatK Offline
Posting Freak
Posts: 2,247
Joined: Mar 2010
Reputation: 67
Star    Post: #206
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?
find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #207
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

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #208
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.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
daveleebond Offline
Junior Member
Posts: 7
Joined: Dec 2010
Reputation: 0
Post: #209
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
(This post was last modified: 2011-02-27 00:46 by daveleebond.)
find quote
ronie Offline
Team-XBMC Member
Posts: 8,247
Joined: Jan 2009
Reputation: 108
Post: #210
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.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
find quote
Post Reply