Add more Transparency to Videos>Files>"source">View:Thumbnail

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
logan_x50 Offline
Senior Member
Posts: 116
Joined: Oct 2008
Reputation: 0
Post: #1
Hello,

I've read a number of posts on increasing transparency but I can't see the instruction on how to do this for the thumbnail view in Videos (probably its there but I'm too thick to figure it out).

Can anyone help me please?
find quote
Mudislander Offline
Skilled Skinner
Posts: 1,179
Joined: Jun 2009
Reputation: 20
Post: #2
To add more transparency to content panels has been explained in this thread, among others.

There are many different ways to find the view ID an easy example for a video view would be to look in "MyVideoNav.xml" near the top find the included views

Code:
<include>CommonRootView</include> <!-- view id = 50 -->
            <include>FullWidthList</include> <!-- view id = 51 -->
            <include>ThumbnailView</include> <!-- view id = 500 -->
            <include>PosterWrapView</include> <!-- view id = 501 -->
            <include>PosterWrapView2_Fanart</include> <!-- view id = 508 -->
            <include>MediaListView3</include> <!-- view id = 503 -->
            <include>MediaListView2</include> <!-- view id = 504 -->
            <include>WideIconView</include> <!-- view id = 505 -->
            <include>MusicVideoInfoListView</include> <!-- view id = 511 -->
            <include>AddonInfoListView1</include> <!-- view id = 550 -->
            <include>AddonInfoThumbView1</include> <!-- view id = 551 -->
            <include>LiveTVView1</include> <!-- view id = 560 -->

Hope this helps

Noli illegitimi carborundum
find quote