Add more Transparency to Videos>Files>"source">View:Thumbnail
#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?
Reply
#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


Reply

Logout Mark Read Team Forum Stats Members Help
Add more Transparency to Videos>Files>"source">View:Thumbnail0