Wall 2.0

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Kallaide Offline
Senior Member
Posts: 135
Joined: Apr 2010
Reputation: 0
Location: Victoria, Canada
Post: #31
Opps, I should clarify the 10,000.... LOL

I didn't mean 10,000 covers, I meant 10,000 pixels...lol

I've pasted the code into Pastebin:

http://pastebin.com/m7Hq68P9


You'll need to change the following though:

from:
<texture>wall/wall_lastoverlay_2.png</texture>

to:
<texture>wall/wall_lastoverlay.png</texture>

This is just because I made my own overlay to show a bit more than the original. However the original should work just fine.
find quote
Kallaide Offline
Senior Member
Posts: 135
Joined: Apr 2010
Reputation: 0
Location: Victoria, Canada
Post: #32
The Column slide effects would need to be extended beyond 22 but you get the idea with what's there. I only have it set to go as far as Column 22, but the list should be extended to Column 100 just in case someone has 400 movies...lol
find quote
Kallaide Offline
Senior Member
Posts: 135
Joined: Apr 2010
Reputation: 0
Location: Victoria, Canada
Post: #33
I only ran into one issue and that was with the time interval for the Slide effect. Anything over 00 and you run the chance of causing the covers to do a slingshot if you press left or right too fast. (The smaller the time interval the less chance of causing a slingshot.)

I wasn't too sure how to get around this and to avoid the slingshot issue all together I just made the time 00. A setting of 400 does work but if you scroll too fast it will slingshot the cover back to the original position and then back again.
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #34
That is solid work, very clever, flows awesome...Surprised my low end system handled it pretty well. Unfortunately if you're above a certain amount of movies your scrolling gets screwed so it wouldn't be for everyone. But very interesting take!!

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
Kallaide Offline
Senior Member
Posts: 135
Joined: Apr 2010
Reputation: 0
Location: Victoria, Canada
Post: #35
I mentioned about that above.

I only entered in 22 columns for the slide effect. It can easily be extended to however many you want. I'll probably copy the code into Excel and extend it that way to save some time.
find quote
uncertainty Offline
Fan
Posts: 495
Joined: Jun 2009
Reputation: 0
Location: Jersey
Post: #36
Love the new wall 2.0 view and it looks great for Movies. Is this view possible in TV Series as I cannot seem to find the option?

thanks
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #37
uncertainty Wrote:Love the new wall 2.0 view and it looks great for Movies. Is this view possible in TV Series as I cannot seem to find the option?

thanks

Line 54:

Quote:<visible>!Skin.HasSetting(no_Wall) + [Container.Content(Movies) | Window.IsVisible(VideoFiles)]</visible>

Change to:

Quote:<visible>!Skin.HasSetting(no_Wall) + [Container.Content(Movies) | Container.Content(tvshows) | Window.IsVisible(VideoFiles)]</visible>

I dont think I'll put it in but its a simple change if you want it...

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
Dani.M Offline
Junior Member
Posts: 4
Joined: Oct 2009
Reputation: 0
Location: Israel
Post: #38
This looks rely good and very focused,
One question - how do i get itEek

OK, my bad Got itRolleyes
(This post was last modified: 2010-07-01 22:49 by Dani.M.)
find quote
snuffy1pro Offline
Member
Posts: 50
Joined: Apr 2009
Reputation: 0
Post: #39
mcborzu Wrote:Unfortunately if you're above a certain amount of movies your scrolling gets screwed so it wouldn't be for everyone.

How many movies is too many.... and what "gets screwed?" I'm currently at 1248 right now, but want to try kallaide's mod.

thanks...
find quote
thrasherx Offline
Senior Member
Posts: 111
Joined: Mar 2009
Reputation: 0
Post: #40
Here's my mod for the wall view. It may be too "traditional" for this skin, but I like it. The runtime is in the lower left corner and the year is in the lower right. Any chance we could get it added to the skin mcborzu? Big Grin

[Image: 2bd49e584932a71942412bfd34d078db5g.jpg]

[Image: d9dea6c27f6befca46a0f51f2c4a99855g.jpg]

There are still a few bugs to be worked out.
(This post was last modified: 2010-07-04 23:39 by thrasherx.)
find quote
Post Reply