HOW-TO:Remove ratings in Confluence: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
mNo edit summary
 
(37 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{mininav| [[Skinning]] | [[Confluence]] }}
{{mininav| [[Skinning]] | [[Confluence]] }}


This tutorial will show how to '''remove ratings''' from the library views List/Big List/Media info/Media info 2 and from TV/Movie information, and also how to create a new view without ratings. This is achieved by editing [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/VideoFullScreen.xml ViewsFileMode.xml],  [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/ViewsVideoLibrary.xml ViewsVideoLibrary.xml]
This tutorial will show how to '''remove ratings''' from the video library views List/Big list/Fanart/Media info/Media info 2 and from TV/Movie information. This is achieved by editing [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/VideoFullScreen.xml ViewsFileMode.xml],  [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/ViewsVideoLibrary.xml ViewsVideoLibrary.xml] and
[https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/MyVideoNav.xml MyVideoNav.xml] and [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/DialogVideoInfo.xml DialogVideoInfo.xml].
[https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/DialogVideoInfo.xml DialogVideoInfo.xml].


==Remove ratings from libray views==
==Remove ratings from video libray views==
These mods will ''not'' just remove ratings. They will ''also'' remove episode count (when browsing shows), play count, MPAA rating and date from the library view you've edited (when selecting the corresponding sort). That's not that big of a problem if you e.g. ''only'' use the ''List'' view for browsing movies/episodes and you don't use its other sorts. These mods ''don't'' break the actual sorting, they just remove the text. They also ''don't'' affect the File views (Video->Files). <br />
The mod for ''Fanart'' view is different and it ''only'' removes the ratings, nothing else. <br /><br />
 
<br />
===List===
<gallery widths=500px heights=280px>
<gallery widths=500px heights=280px>
File:Listviewmod1.png|Original ''List'' view
File:Listvieworg.png|Original TV ''List'' view (Sort by: Episodes)
File:Listviewratingmod2.png|MOD
File:Listviewratingsmod.png|MOD
</gallery><br />
</gallery><br />
This will ''not'' just remove ratings. It will ''also'' remove episode count (when browsing shows), play count, MPAA rating and date from the library view you've edited (when selecting the corresponding sort). That's not that big of a problem if you e.g. ''only'' use the ''List'' view for browsing movies/episodes and you don't use its other sorts. This mod ''doesn't'' break the actual sorting, it just removes the text. It also ''doesn't'' affect the File views (Video->Files). Note that the code below , the control section, is the ''exact same for all four views''.
A. Open the file [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/VideoFullScreen.xml Views'''FileMode'''.xml].  
The file starts with '''<include name="CommonRootView">''', which is the ''include'' section for the ''List'' view.<br />
 
B. Find '''<itemlayout height="40" width="580">''' in the ''include'' section.<br />


===List===
C. Find following code in the ''itemlayout'' section and comment it out. It shows ratings/date/play count when the selection ''isn't'' on the row.
A. Open the file [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/VideoFullScreen.xml ViewsFileMode.xml].
The file starts with '''<include name="CommonRootView">''', which is the ''include'' section for the ''List view''.<br />
B. Find the following code and comment it out. The exact same code is in '''two''' places in the CommonRootView include. The first one shows name/ratings/date in ''grey'' when the selection ''isn't'' on the row, while the second one is for showing name/ratings/date in ''white'' when the selection ''is'' on the row. '''Both must be commented out.'''
<syntaxhighlight lang="xml"><control type="label">
<syntaxhighlight lang="xml"><control type="label">
<left>220</left>
<left>220</left>
Line 30: Line 35:
</control>
</control>
</syntaxhighlight>
</syntaxhighlight>
D. Find '''<focusedlayout height="40" width="580">''' in the ''CommonRootView include'' section.<br />


===Big List===
E. Find following code in the ''focusedlayout'' section and comment it out. It shows ratings/date/play count when the selection ''is'' on the row.
A. Open the file [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/VideoFullScreen.xml ViewsFileMode.xml].
Find '''<include name="FullWidthList">''', which is the ''include'' section for the ''Big list'' view.<br />
B. Find the following code and comment it out. The exact same code is in places in '''two''' the FullWidthList include. The first one shows name/ratings/date in ''grey'' when the selection ''isn't'' on the row, while the second one is for showing name/ratings/date in ''white'' when the selection ''is'' on the row. '''Both must be commented out.'''
<syntaxhighlight lang="xml"><control type="label">
<syntaxhighlight lang="xml"><control type="label">
<left>220</left>
<left>220</left>
Line 48: Line 51:
<visible>Window.IsVisible(Videos)</visible>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
</syntaxhighlight>
===Big list===
<gallery widths=500px heights=280px>
File:Biglistorg.png|Original TV ''Big list'' view (Sort by: Episodes)
File:Biglistratingsmod.png|MOD
</gallery><br />
A. Open the file [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/VideoFullScreen.xml Views'''FileMode'''.xml].
Find '''<include name="FullWidthList">''', which is the ''include'' section for the ''Big list'' view.<br />
B. Find '''<itemlayout height="40" width="1080">''' in the ''include'' section.<br />
C. Find following code in the ''itemlayout'' section and comment it out. It shows ratings/date/play count when the selection ''isn't'' on the row.
<syntaxhighlight lang="xml">
<control type="label">
<left>65</left>
<top>0</top>
<width>940</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
</syntaxhighlight>
D. Find '''<focusedlayout height="40" width="1080">''' in the ''FullWidthList include'' section.<br />
E. Find following code in the ''focusedlayout'' section and comment it out. It shows ratings/date/play count when the selection ''is'' on the row.
<syntaxhighlight lang="xml">
<control type="label">
<left>65</left>
<top>0</top>
<width>940</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
</syntaxhighlight>
===Fanart===
<gallery widths=500px heights=280px>
File:Fanartorg.png|Original movie ''Fanart'' view
File:Fanartratingmod.png|MOD
</gallery><br />
A. Open the file [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/ViewsVideoLibrary.xml Views'''VideoLibrary'''.xml].
Find '''<include name="PosterWrapView2_Fanart">''', which is the ''include'' section for the ''Fanart'' view.<br />
B. Find the following code in the ''include'' section. This is a ''control'' section for the movie library.
<syntaxhighlight lang="xml">
<control type="group">
<left>40</left>
<top>50</top>
<visible>Container.Content(Movies)</visible>
</syntaxhighlight>
C. Find the following code in the movie ''control'' section and comment it out, it removes "Ratings: X (Y votes)" from the movie library.
<syntaxhighlight lang="xml">
<control type="fadelabel">
<left>0</left>
<top>105</top>
<width>400</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[563] : $INFO[ListItem.RatingAndVotes]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
</syntaxhighlight>
D. Find the following code. This is a ''control'' section for the TV library.
<syntaxhighlight lang="xml">
<control type="group">
<left>40</left>
<top>50</top>
<visible>Container.Content(TVShows)</visible>
</syntaxhighlight>
E. Find the following code in the TV ''control'' section and comment it out, it removes "Ratings: X (Y votes)" from the TV library.
<syntaxhighlight lang="xml">
<control type="fadelabel">
<left>0</left>
<top>80</top>
<width>400</width>
<height>30</height>
<font>font13</font>
<textcolor>white</textcolor>
<shadowcolor>black</shadowcolor>
<scroll>true</scroll>
<align>left</align>
<aligny>center</aligny>
<label>$LOCALIZE[563] : $INFO[ListItem.RatingAndVotes]</label>
<scrollout>false</scrollout>
<pauseatend>2000</pauseatend>
</control>
</control>
</syntaxhighlight>
</syntaxhighlight>
===Media info===
===Media info===
A. Open the file [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/ViewsVideoLibrary.xml ViewsVideoLibrary.xml].
<gallery widths=500px heights=280px>
Find '''<include name="MediaListView2">''' (No, it's not a typo. Media info=MediaListView'''2'''), which is the ''include'' section for the ''Media info'' view.<br />
File:Mediainfoorg.png|Original TV ''Media info'' view (Sort by: Episodes)
B. Find the following code and comment it out. The exact same code is in places in '''two''' the MediaListView2 include. The first one shows name/ratings/date in ''grey'' when the selection ''isn't'' on the row, while the second one is for showing name/ratings/date in ''white'' when the selection ''is'' on the row. '''Both must be commented out.'''
File:Mediainforatingsmod.png|MOD
<syntaxhighlight lang="xml"><control type="label">
</gallery><br />
<left>220</left>
A. Open the file [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/ViewsVideoLibrary.xml Views'''VideoLibrary'''.xml].
Find '''<include name="MediaListView2">''' (Media info=MediaListView'''2'''), which is the ''include'' section for the ''Media info'' view.<br />
 
B. Find '''<itemlayout height="40" width="580">''' in the ''include'' section.<br />
 
C. Find following code in the ''itemlayout'' section and comment it out. It shows ratings/date/play count when the selection ''isn't'' on the row.
<syntaxhighlight lang="xml">
<control type="label">
<left>10</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
</syntaxhighlight>
D. Find '''<focusedlayout height="40" width="580">''' in the ''MediaListView2 include'' section.<br />
 
E. Find following code in the ''focusedlayout'' section and comment it out. It shows ratings/date/play count when the selection ''is'' on the row.
<syntaxhighlight lang="xml">
<control type="label">
<left>10</left>
<top>0</top>
<top>0</top>
<width>400</width>
<width>500</width>
<height>40</height>
<height>40</height>
<font>font12</font>
<font>font12</font>
Line 71: Line 206:


===Media info 2===
===Media info 2===
A. Open the file [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/ViewsVideoLibrary.xml ViewsVideoLibrary.xml].
<gallery widths=500px heights=280px>
Find '''<include name="MediaListView3">''' (No, it's not a typo. Media info 2=MediaListView'''3'''), which is the ''include'' section for the ''Media info 2'' view.<br />
File:Mediainfo2org.png|Original TV ''Media info 2'' view (Sort by: Episodes)
B. Find the following code and comment it out. The exact same code is in places in '''two''' the MediaListView3 include. The first one shows name/ratings/date in ''grey'' when the selection ''isn't'' on the row, while the second one is for showing name/ratings/date in ''white'' when the selection ''is'' on the row. '''Both must be commented out.'''
File:Mediainfo2ratingsmod.png|MOD
<syntaxhighlight lang="xml"><control type="label">
</gallery><br />
<left>220</left>
A. Open the file [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/ViewsVideoLibrary.xml Views'''VideoLibrary'''.xml].
Find '''<include name="MediaListView3">''' (Media info '''2'''=MediaListView'''3'''), which is the ''include'' section for the ''Media info 2'' view.<br />
 
B. Find '''<itemlayout height="40" width="580">''' in the ''include'' section.<br />
 
C. Find following code in the ''itemlayout'' section and comment it out. It shows ratings/date/play count when the selection ''isn't'' on the row.
<syntaxhighlight lang="xml">
<control type="label">
<left>10</left>
<top>0</top>
<width>500</width>
<height>40</height>
<font>font12</font>
<textcolor>grey2</textcolor>
<selectedcolor>selected</selectedcolor>
<align>right</align>
<aligny>center</aligny>
<label>$INFO[ListItem.Label2]</label>
<visible>Window.IsVisible(Videos)</visible>
<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>
</syntaxhighlight>
D. Find '''<focusedlayout height="40" width="580">''' in the ''MediaListView3 include'' section.<br />
 
E. Find following code in the ''focusedlayout'' section and comment it out. It shows ratings/date/play count when the selection ''is'' on the row.
<syntaxhighlight lang="xml">
<control type="label">
<left>10</left>
<top>0</top>
<top>0</top>
<width>400</width>
<width>500</width>
<height>40</height>
<height>40</height>
<font>font12</font>
<font>font12</font>
Line 90: Line 252:
</syntaxhighlight>
</syntaxhighlight>


==Remove ratings and votes from TV and Movie information==
==Remove ratings from TV and Movie information==
<gallery widths=500px heights=280px>
<gallery widths=500px heights=280px>
File:Movieinfoorg.png|Original ''Movie info''
File:Movieinfoorg.png|Original ''Movie info''
Line 96: Line 258:
</gallery><br />
</gallery><br />
This will remove "Rating: X (Y votes)" from the info windows. Note that the ''item'' section below is exactly the ''same'' for all of them.<br />
This will remove "Rating: X (Y votes)" from the info windows. Note that the ''item'' section below is exactly the ''same'' for all of them.<br />
A. Open the file [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/DialogVideoInfo.xml DialogVideoInfo.xml]. Find the following code. This ''control group'' section is for the info window for ''movies''.
 
A. Open the file [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/DialogVideoInfo.xml DialogVideoInfo.xml]. Find the following code. This ''control'' section section is for the info window for ''movies''.
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<control type="group">
<control type="group">
<visible>[!container.content(tvshows) + !container.content(episodes) + !container.content(musicvideos)] + ![Control.HasFocus(12) | Control.HasFocus(15)]</visible>
<visible>[!container.content(tvshows) + !container.content(episodes) + !container.content(musicvideos)] + ![Control.HasFocus(12) | Control.HasFocus(15)]</visible>
</syntaxhighlight>
</syntaxhighlight>
B. Find the following code within the ''control group'' and comment it out.
B. Find the following code within the ''control'' section and comment it out.
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<item>
<item>
Line 110: Line 273:
</item>
</item>
</syntaxhighlight>
</syntaxhighlight>
C. Find the following code. This ''control group'' section is for the info window for ''TV Shows/seaons''.
C. Find the following code. This ''control'' section section is for the info window for ''TV Shows/seaons''.
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<control type="group">
<control type="group">
visible>Container.Content(TVShows) + !Control.HasFocus(12)</visible>
        <visible>Container.Content(TVShows) + !Control.HasFocus(12)</visible>
</syntaxhighlight>
</syntaxhighlight>
D. Find the following code within the ''control group'' and comment it out.
D. Find the following code within the ''control'' section and comment it out.
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<item>
<item>
Line 124: Line 287:
</item>
</item>
</syntaxhighlight>
</syntaxhighlight>
E. Find the following code. This ''control group'' section is for the info window for TV ''episodes''.
E. Find the following code. This ''control'' section section is for the info window for TV ''episodes''.
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<control type="group">
<control type="group">
<visible>container.content(episodes) + !Control.HasFocus(12)</visible>
<visible>container.content(episodes) + !Control.HasFocus(12)</visible>
</syntaxhighlight>
</syntaxhighlight>
F. Find the following code within the ''control group'' and comment it out.
F. Find the following code within the ''control'' section and comment it out.
<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
<item>
<item>
Line 139: Line 302:
</syntaxhighlight>
</syntaxhighlight>


==Create a new video library view without ratings==
[[Category:How-to]]
[[Category:How-to]]
[[Category:Skin_development]]

Latest revision as of 21:25, 29 August 2020

Home icon grey.png   ▶ Skinning ▶ Confluence ▶ HOW-TO:Remove ratings in Confluence

This tutorial will show how to remove ratings from the video library views List/Big list/Fanart/Media info/Media info 2 and from TV/Movie information. This is achieved by editing ViewsFileMode.xml, ViewsVideoLibrary.xml and DialogVideoInfo.xml.

Remove ratings from video libray views

These mods will not just remove ratings. They will also remove episode count (when browsing shows), play count, MPAA rating and date from the library view you've edited (when selecting the corresponding sort). That's not that big of a problem if you e.g. only use the List view for browsing movies/episodes and you don't use its other sorts. These mods don't break the actual sorting, they just remove the text. They also don't affect the File views (Video->Files).
The mod for Fanart view is different and it only removes the ratings, nothing else.


List


A. Open the file ViewsFileMode.xml. The file starts with <include name="CommonRootView">, which is the include section for the List view.

B. Find <itemlayout height="40" width="580"> in the include section.

C. Find following code in the itemlayout section and comment it out. It shows ratings/date/play count when the selection isn't on the row.

<control type="label">
	<left>220</left>
	<top>0</top>
	<width>400</width>
	<height>40</height>
	<font>font12</font>
	<textcolor>grey2</textcolor>
	<selectedcolor>selected</selectedcolor>
	<align>right</align>
	<aligny>center</aligny>
	<label>$INFO[ListItem.Label2]</label>
	<visible>Window.IsVisible(Videos)</visible>
	<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>

D. Find <focusedlayout height="40" width="580"> in the CommonRootView include section.

E. Find following code in the focusedlayout section and comment it out. It shows ratings/date/play count when the selection is on the row.

<control type="label">
	<left>220</left>
	<top>0</top>
	<width>400</width>
	<height>40</height>
	<font>font12</font>
	<textcolor>grey2</textcolor>
	<selectedcolor>selected</selectedcolor>
	<align>right</align>
	<aligny>center</aligny>
	<label>$INFO[ListItem.Label2]</label>
	<visible>Window.IsVisible(Videos)</visible>
	<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>

Big list


A. Open the file ViewsFileMode.xml. Find <include name="FullWidthList">, which is the include section for the Big list view.

B. Find <itemlayout height="40" width="1080"> in the include section.

C. Find following code in the itemlayout section and comment it out. It shows ratings/date/play count when the selection isn't on the row.

<control type="label">
	<left>65</left>
	<top>0</top>
	<width>940</width>
	<height>40</height>
	<font>font12</font>
	<textcolor>grey2</textcolor>
	<selectedcolor>selected</selectedcolor>
	<align>right</align>
	<aligny>center</aligny>
	<label>$INFO[ListItem.Label2]</label>
	<visible>Window.IsVisible(Videos)</visible>
	<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>

D. Find <focusedlayout height="40" width="1080"> in the FullWidthList include section.

E. Find following code in the focusedlayout section and comment it out. It shows ratings/date/play count when the selection is on the row.

<control type="label">
	<left>65</left>
	<top>0</top>
	<width>940</width>
	<height>40</height>
	<font>font12</font>
	<textcolor>grey2</textcolor>
	<selectedcolor>selected</selectedcolor>
	<align>right</align>
	<aligny>center</aligny>
	<label>$INFO[ListItem.Label2]</label>
	<visible>Window.IsVisible(Videos)</visible>
	<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>

Fanart


A. Open the file ViewsVideoLibrary.xml. Find <include name="PosterWrapView2_Fanart">, which is the include section for the Fanart view.

B. Find the following code in the include section. This is a control section for the movie library.

<control type="group">
	<left>40</left>
	<top>50</top>
	<visible>Container.Content(Movies)</visible>

C. Find the following code in the movie control section and comment it out, it removes "Ratings: X (Y votes)" from the movie library.

<control type="fadelabel">
	<left>0</left>
	<top>105</top>
	<width>400</width>
	<height>30</height>
	<font>font13</font>
	<textcolor>white</textcolor>
	<shadowcolor>black</shadowcolor>
	<scroll>true</scroll>
	<align>left</align>
	<aligny>center</aligny>
	<label>$LOCALIZE[563] : $INFO[ListItem.RatingAndVotes]</label>
	<scrollout>false</scrollout>
	<pauseatend>2000</pauseatend>
</control>

D. Find the following code. This is a control section for the TV library.

<control type="group">
	<left>40</left>
	<top>50</top>
	<visible>Container.Content(TVShows)</visible>

E. Find the following code in the TV control section and comment it out, it removes "Ratings: X (Y votes)" from the TV library.

<control type="fadelabel">
	<left>0</left>
	<top>80</top>
	<width>400</width>
	<height>30</height>
	<font>font13</font>
	<textcolor>white</textcolor>
	<shadowcolor>black</shadowcolor>
	<scroll>true</scroll>
	<align>left</align>
	<aligny>center</aligny>
	<label>$LOCALIZE[563] : $INFO[ListItem.RatingAndVotes]</label>
	<scrollout>false</scrollout>
	<pauseatend>2000</pauseatend>
</control>

Media info


A. Open the file ViewsVideoLibrary.xml. Find <include name="MediaListView2"> (Media info=MediaListView2), which is the include section for the Media info view.

B. Find <itemlayout height="40" width="580"> in the include section.

C. Find following code in the itemlayout section and comment it out. It shows ratings/date/play count when the selection isn't on the row.

<control type="label">
	<left>10</left>
	<top>0</top>
	<width>500</width>
	<height>40</height>
	<font>font12</font>
	<textcolor>grey2</textcolor>
	<selectedcolor>selected</selectedcolor>
	<align>right</align>
	<aligny>center</aligny>
	<label>$INFO[ListItem.Label2]</label>
	<visible>Window.IsVisible(Videos)</visible>
	<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>

D. Find <focusedlayout height="40" width="580"> in the MediaListView2 include section.

E. Find following code in the focusedlayout section and comment it out. It shows ratings/date/play count when the selection is on the row.

<control type="label">
	<left>10</left>
	<top>0</top>
	<width>500</width>
	<height>40</height>
	<font>font12</font>
	<textcolor>grey2</textcolor>
	<selectedcolor>selected</selectedcolor>
	<align>right</align>
	<aligny>center</aligny>
	<label>$INFO[ListItem.Label2]</label>
	<visible>Window.IsVisible(Videos)</visible>
	<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>

Media info 2


A. Open the file ViewsVideoLibrary.xml. Find <include name="MediaListView3"> (Media info 2=MediaListView3), which is the include section for the Media info 2 view.

B. Find <itemlayout height="40" width="580"> in the include section.

C. Find following code in the itemlayout section and comment it out. It shows ratings/date/play count when the selection isn't on the row.

<control type="label">
	<left>10</left>
	<top>0</top>
	<width>500</width>
	<height>40</height>
	<font>font12</font>
	<textcolor>grey2</textcolor>
	<selectedcolor>selected</selectedcolor>
	<align>right</align>
	<aligny>center</aligny>
	<label>$INFO[ListItem.Label2]</label>
	<visible>Window.IsVisible(Videos)</visible>
	<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>

D. Find <focusedlayout height="40" width="580"> in the MediaListView3 include section.

E. Find following code in the focusedlayout section and comment it out. It shows ratings/date/play count when the selection is on the row.

<control type="label">
	<left>10</left>
	<top>0</top>
	<width>500</width>
	<height>40</height>
	<font>font12</font>
	<textcolor>grey2</textcolor>
	<selectedcolor>selected</selectedcolor>
	<align>right</align>
	<aligny>center</aligny>
	<label>$INFO[ListItem.Label2]</label>
	<visible>Window.IsVisible(Videos)</visible>
	<animation effect="slide" start="0,0" end="40,0" delay="0" time="0" condition="![Container.Content(Movies) | Container.Content(Episodes) | Container.Content(MusicVideos)]">conditional</animation>
</control>

Remove ratings from TV and Movie information


This will remove "Rating: X (Y votes)" from the info windows. Note that the item section below is exactly the same for all of them.

A. Open the file DialogVideoInfo.xml. Find the following code. This control section section is for the info window for movies.

<control type="group">
	<visible>[!container.content(tvshows) + !container.content(episodes) + !container.content(musicvideos)] + ![Control.HasFocus(12) | Control.HasFocus(15)]</visible>

B. Find the following code within the control section and comment it out.

<item>
	<label>$LOCALIZE[563]:</label>
	<label2>$INFO[ListItem.RatingAndVotes]</label2>
	<onclick>noop</onclick>
	<visible>!IsEmpty(ListItem.RatingAndVotes)</visible>
</item>

C. Find the following code. This control section section is for the info window for TV Shows/seaons.

<control type="group">
        <visible>Container.Content(TVShows) + !Control.HasFocus(12)</visible>

D. Find the following code within the control section and comment it out.

<item>
	<label>$LOCALIZE[563]:</label>
	<label2>$INFO[ListItem.RatingAndVotes]</label2>
	<onclick>noop</onclick>
	<visible>!IsEmpty(ListItem.RatingAndVotes)</visible>
</item>

E. Find the following code. This control section section is for the info window for TV episodes.

<control type="group">
	<visible>container.content(episodes) + !Control.HasFocus(12)</visible>

F. Find the following code within the control section and comment it out.

<item>
	<label>$LOCALIZE[563]:</label>
	<label2>$INFO[ListItem.RatingAndVotes]</label2>
	<onclick>noop</onclick>
	<visible>!IsEmpty(ListItem.RatingAndVotes)</visible>
</item