Shade: Official Release Thread

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
igotdvds Offline
Skilled Skinner
Posts: 1,616
Joined: Jul 2009
Reputation: 11
Post: #121
1.0.6

Kiosk Mode
Scrollbar for LowList View (optional)
Ability to turn off popup on Wallstream View

I will upload soon.
find quote
dave77 Offline
Member
Posts: 77
Joined: Mar 2010
Reputation: 0
Post: #122
Is the scrollbar for the movie description? What's Kiosk mode?

I've just noticed on some of the views, eg Low List, it display "Not Available" instead of "..." to go up a level, can that be changed
(This post was last modified: 2010-07-25 15:16 by dave77.)
find quote
igotdvds Offline
Skilled Skinner
Posts: 1,616
Joined: Jul 2009
Reputation: 11
Post: #123
dave77 Wrote:Is the scrollbar for the movie description? What's Kiosk mode?

I've just noticed on some of the views, eg Low List, it display "Not Available" instead of "..." to go up a level, can that be changed

Scrollbar is for the list of films. Kiosk mode turns off the bottom bar that allows the user to change views.

Are you referring to the file folder to move back a level? Post a screenshot please.
find quote
jackthegroove Offline
Junior Member
Posts: 49
Joined: Jul 2010
Reputation: 0
Post: #124
After some searching i have found the culprit for my problems (at least the file).

[i]My problem is in the includesHomeRecentlyAdded.xml. I swapped the one in Shade for the one in confluence and now it's fetching the right information.

But has the graphics of confluence (ofc! Wink). So my next step is to find the code that is faulty in Shade and switch that out.
Help would be appreciated Big Grin[/i]

Ignore the above... the problem must be that recentlyadded doesn't do its job right in Shade. (I've tried night, confluence and mediastream_redux and they all work perfectly).

What is different in Shade that Recentlyadded doesn't work when using a remote database?
(This post was last modified: 2010-07-25 19:21 by jackthegroove.)
find quote
igotdvds Offline
Skilled Skinner
Posts: 1,616
Joined: Jul 2009
Reputation: 11
Post: #125
1.0.6 uploaded.
find quote
igotdvds Offline
Skilled Skinner
Posts: 1,616
Joined: Jul 2009
Reputation: 11
Post: #126
jackthegroove Wrote:After some searching i have found the culprit for my problems (at least the file).

[i]My problem is in the includesHomeRecentlyAdded.xml. I swapped the one in Shade for the one in confluence and now it's fetching the right information.

But has the graphics of confluence (ofc! Wink). So my next step is to find the code that is faulty in Shade and switch that out.
Help would be appreciated Big Grin[/i]

Ignore the above... the problem must be that recentlyadded doesn't do its job right in Shade. (I've tried night, confluence and mediastream_redux and they all work perfectly).

What is different in Shade that Recentlyadded doesn't work when using a remote database?

I honestly dont know.
find quote
fodster Offline
Member
Posts: 74
Joined: Jan 2009
Reputation: 0
Post: #127
**Fodster, your view is at work in another file I forgot to bring home, I will add it on Monday**

thanks very much appreciated !!!
Again great great work - amazes me there isnt more chat on here ?
find quote
jackthegroove Offline
Junior Member
Posts: 49
Joined: Jul 2010
Reputation: 0
Post: #128
igotdvds Wrote:I honestly dont know.

Hehe, i think i've gotten a little closer. I think the problem is in this line:
<onfocus>XBMC.RunScript(special://skin/scripts/RecentlyAdded.py,limit=8&amp;totals=True&amp;albums=True&amp;unplayed=True)</onfocus>

It is part of the Home.xml file.

When i recplace it with this:
<onfocus>XBMC.RunScript(special://skin/scripts/RecentlyAdded.py,limit=8)</onfocus>

The script works again... but only for recently added material.

I hope i'm getting there Wink

Btw congrats on the new release! I'll try it asap



Progress:
When i change it to this:
<onfocus>XBMC.RunScript(special://skin/scripts/RecentlyAdded.py,limit=8&albums=True)</onfocus> albums and video recently added work.
But when i add &totals=true&unplayed=true the script breaks. (Maybe the query has to be different when using a remote database)

But for people using a remote database this can be a temporary solution to use this kick-ass skin Big Grin
(This post was last modified: 2010-07-25 22:23 by jackthegroove.)
find quote
igotdvds Offline
Skilled Skinner
Posts: 1,616
Joined: Jul 2009
Reputation: 11
Post: #129
Coming in 1.0.7!

Animations added to home screen and other items.

Layout change for Movies section on Home Screen:

[Image: Jl9sd.png]

Program Section on Home screen now has direct access to scripts.

[Focus on Main Menu]

[Image: f6Bs6.png]

[Focus on Bottom Section]

[Image: SAWZx.png]

[Clicking on button]

[Image: SL3az.png]
find quote
dave77 Offline
Member
Posts: 77
Joined: Mar 2010
Reputation: 0
Post: #130
jackthegroove Wrote:
WZero Wrote:Thanks a lot guy, but now is giving me this error- Scrip Failed recentlyadded.py
Are you perhaps also using a remote database to store your movie information? (by using the <videodatabase> tags in the advancedsettings.xml file?)

I'm still getting this error too, does anyone know how to fix it. I use ember to set fanart etc if that makes a difference
find quote
Post Reply