xTV Wrap View Mod using FanArt Backdrops

  Thread Rating:
  • 2 Votes - 4.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Jeroen Offline
Skilled Skinner
Posts: 1,885
Joined: Feb 2008
Reputation: 4
Location: The Netherlands
Post: #11
Kris_Toff Wrote:Apparently, the only way to apply a diffuse transformation (transparency) to an image is through the <texture> tag. This option is not available for the <info> tag, which is used to display the ListItem.Icon image. (I have tried it in case but it doesn't work)

Unless the developers add that option to the info tag, I am not sure if there is a way to do that. At least I don't see it in any skins out there...

try <texture diffuse="diffusetexture.png">$INFO[ListItem.Icon]</texture>

although a simple fade animation would do the trick as well.
(This post was last modified: 2008-09-03 02:32 by Jeroen.)
find quote
Kris_Toff Offline
Member
Posts: 83
Joined: Mar 2007
Reputation: 0
Post: #12
Jezz_X Wrote:Kris Toff I didn't mean make the focus one 10 times bigger than the normal I just meant that if you upscaled them all buy about 20% I personally feel it would be better. But again its just personal apinion feel free to ignore it. Smile

I have a 52" tv so I can read them all fine but I understand that it could be bigger for others Wink

I will make a few different sizes and post the files tomorrow... stay tuned...

Kris
Nod
find quote
Kris_Toff Offline
Member
Posts: 83
Joined: Mar 2007
Reputation: 0
Post: #13
Jeroen Wrote:try <texture diffuse="diffusetexture.png">$INFO[ListItem.Icon]</texture>
Thanks Jeroen, that did the trick... Wink

I had to create the diffuse files as I could not find one the textures.xpr which must be rebuilt using the xTV SVN tree.

So I am not sure it falls into the "simple hack category" anymore. But here it goes...

Here is the 25% (looks too dim):
[Image: transparent25coversjq9.jpg]

Here is the 50% (looks better):
[Image: transparent50coverszb2.jpg]

The thing is that I still use the "flip'd" reflection of each cover which I find pretty cool (like in the original Wrap View). Maybe another version of the view might not need it so the backdrop could be extended to the whole Y screen axis.

If I get enough requests, maybe Chi3f would be ok to add this view to HIS skin... I just hacked it without shame, but he knows about it Wink

NOTE that I haven't changed the files so that this view work in library (which should be a cake walk...)
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,269
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #14
Kris Toff if all you want to do is add a uniform transparancy (not a gradient) you can just add
<colordiffuse>BBFFFFFF</colordiffuse> to the image control
the BB is a hex value and how transperant it is and the FFFFFF is the color (Much like any color in xbmc) difussing it with white will keep its original colors

if you did somthing like <colordiffuse>FFFF0000</colordiffuse> it we be 100% visible and give everything a red tinge to it

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
Kris_Toff Offline
Member
Posts: 83
Joined: Mar 2007
Reputation: 0
Post: #15
Thanks Jezz_x,
That tag had escaped me in the Wiki ! I knew there was something like this but I couldn't remember it.

I have a long way to go to become a Team-XBMC Skinner Wink
find quote
Kris_Toff Offline
Member
Posts: 83
Joined: Mar 2007
Reputation: 0
Post: #16
Ok I have taken into account everyone's suggestions and have 2 versions...
The Original one (which I still prefer) and the one including a full backdrop:
Both have non-focused covers transparency.

Pick up the one you prefer but remember to copy each file as CommonViewTypes.xml (in xTV/PAL16x9) and MyVideo.xml (in xTV/PAL folder).

My favorite:
[Image: goodoneuo0.jpg]

Files:
CommonViewTypes-best.xml
MyVideo-best.xml

The one with full backdrop:
[Image: fullbackdropbj2.jpg]

Files:
CommonViewTypes-fullbackdrop.xml
MyVideo-fullbackdrop.xml

Thanks to all who have clued me in this thread and
special thanks to Chi3f (and others...) for making this so awesome skin...

Enjoy !
find quote
keeganl Offline
Senior Member
Posts: 134
Joined: Jul 2008
Reputation: 0
Location: Lafayette,LA
Post: #17
this is an awesome view. I don't know if this constitutes thread jacking, but i was wondering if it would be possible to have this view in mediastream?
find quote
Kris_Toff Offline
Member
Posts: 83
Joined: Mar 2007
Reputation: 0
Post: #18
keeganl Wrote:this is an awesome view. I don't know if this constitutes thread jacking, but i was wondering if it would be possible to have this view in mediastream?

Thanks. Unfortunately, it seems that MediaStream Movie section only works with library mode (otherwise stuck with Videos).

The changes were made based on xTV which I prefer. I am trying to make this view available with the library mode for xTV as well (but adding movie information along which is available when using the video library, not in file mode, yet...)

Feel free to try it yourself tho, the files are available 2 posts earlier... it is mainly one file to modify (CommonViewTypes.xml) and I am sure it is similar in MediaStream.

Goodluck
find quote
keeganl Offline
Senior Member
Posts: 134
Joined: Jul 2008
Reputation: 0
Location: Lafayette,LA
Post: #19
thanks for the quick response. I'll look at the files, but i really have no clue what I am doing. Maybe some trail and error will do the trick.
find quote
rtwight Offline
Member
Posts: 64
Joined: Sep 2007
Reputation: 0
Post: #20
I've been trying to get this working, but can't seem to have any luck. Do you need a certain rev of XBMC for this to work? And what exact paths do the files need to be in?

I am running the Aug 28th T3CH build (alpha3 I think). Do I need to be running alpha 4?

XTV is the skin I use as I still have a 4:3 SD TV Smile
find quote
Post Reply