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

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
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. 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/DialogVideoInfo.xml MyVideoNav.xml] and [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/DialogVideoInfo.xml DialogVideoInfo.xml].
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. 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]
[https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/DialogVideoInfo.xml MyVideoNav.xml] and [https://github.com/xbmc/xbmc/blob/master/addons/skin.confluence/720p/DialogVideoInfo.xml DialogVideoInfo.xml].


==Remove ratings from libray views  List/Big List/Media Info/Media Info 2==
==Remove ratings from libray views  List/Big List/Media Info/Media Info 2==
This is the quickest way, but doing it this way not just have ratings removed. It will also remove episode count, play count, MPAA rating and date from the library view you've edited (when selecting the corresponding sorting).
This is the quickest way, but doing it this way will not just remove rating. It will also remove episode count, play count, MPAA rating and date from the library view you've edited (when selecting the corresponding sorting).

Revision as of 19:42, 9 September 2015

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. This is achieved by editing ViewsFileMode.xml, ViewsVideoLibrary.xml MyVideoNav.xml and DialogVideoInfo.xml.

Remove ratings from libray views List/Big List/Media Info/Media Info 2

This is the quickest way, but doing it this way will not just remove rating. It will also remove episode count, play count, MPAA rating and date from the library view you've edited (when selecting the corresponding sorting).