Kodi Community Forum

Full Version: Three more studio flags and a request
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, just switched to this skin - fantastic work thanks Smile

Got three studio flags to add - sorry that the proper filenames were changed by Photobucket.

Yari Film Group (YFG) Image

Canal Plus Image

Criterion Collection, The Image

Also wondering if it was possible to remove the area circled in red in the TV show fanart view for a cleaner look and as I don't need to see the show description:

Image

Had a go at something similar in the music fanart view (as the description for all the artists was "No bio could be downloaded for copyright reasons") but couldn't work out how to remove the blue lines.

Image

Thanks
look for this line
Code:
            <visible>Control.IsVisible(50) + Container.Content(TVShows)</visible>
then look for these lines and Comment Them, you don't want to remove them completely, you just want them to NOT execute, you may need them later

Line numbers are approximate but should be close

Code:
533<!-- THIS IS TO SHOW WHERE CODE CHANGED    
534            <texture border="10">underlay.png</texture>
535<!-- THIS IS TO SHOW WHERE CODE CHANGED      -->

Code:
547<!-- THIS IS TO SHOW WHER CODE CHANGED    
548                <label>$VAR[ViewFanartLabel2]</label>
549<!-- THIS IS TO SHOW WHER CODE CHANGED      -->

Code:
573<!-- THIS IS TO SHOW WHERE CODE CHANGED
574                <label>$INFO[ListItem.Property(TotalSeasons),$LOCALIZE[33054] : ] $INFO[ListItem.Property(TotalEpisodes), - $LOCALIZE[20360] : ] [color=lightblue] $INFO[ListItem.Property(WatchedEpisodes),(, $LOCALIZE[16102] - ]$INFO[ListItem.Property(UnWatchedEpisodes), , $LOCALIZE[16101])][/color]</label>
575<!-- THIS IS TO SHOW WHERE CODE CHANGED      -->


As for Music fanart, you want to look for underlay.png in the right section and Comment it.
Pretty sure there already are flags for "Canal+" and "Criterion"
missing flags added :-)
Many thanks to all for your help and for adding the flags. Smile
clock2113 Wrote:Pretty sure there already are flags for "Canal+" and "Criterion"

depends on how ther studios are added to library. they need to an exact match.
So "Canal +" is not the same as "Canal Plus"
Got another one (fresh from Oscar success again): Weinstein Company, The - this is present, but they're sometimes listed in imdb as: Weinstein Co.

Image