![]() |
[SOLVED] How To Remove Music Rating? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125) +---- Thread: [SOLVED] How To Remove Music Rating? (/showthread.php?tid=210840) |
[SOLVED] How To Remove Music Rating? - namsdrawkcab - 2014-12-08 XBMC 13.2 Gotham Hi I am writing my own .nfo files for my music and am leaving out the <rating></rating> tags from my files alltogether. Can someone tell me if there a file I can edit, and if so a path to it so that the rating does not display when I go to: Music -> Library -> Artists -> Choose artist -> Right Click album -> Album Information It looks like this (see following image) for each of my albums and I don't want rating to display at all within the GUI. I believe it has something to do with %R but where can I find and edit this? ![]() Help appreciated. RE: How To Remove Music Rating? - un1versal - 2014-12-08 Use at own peril skin.confluence/720p/DialogAlbumInfo.xml Comment out https://github.com/xbmc/xbmc/blob/2228e7f209fbf244bb0f9da970903016395043f2/addons/skin.confluence/720p/DialogAlbumInfo.xml#L210-L215 and see if it does that. Else idk. RE: How To Remove Music Rating? - namsdrawkcab - 2014-12-08 Never any doubt man! Ty so much - worked like a charm. Guess time will tell if it the edit messes with anything else but it certainly did the trick. Wondering if the ! is not can simply be changed here - <visible>!IsEmpty(ListItem.Rating)</visible> to <visible>IsEmpty(ListItem.Rating)</visible> - might give it a crack and see what happens. Umm - you were just at XBMC irc correct? Anyways - thanks again - appreciate your help ![]() RE: How To Remove Music Rating? - un1versal - 2014-12-08 You can play around with that yourself now. I dont know any skinning so your guess is as good as mine. Yes I was at irc and gave you same reply except you where not in the channel anymore. feel frree to bump rep on the correct answer. RE: How To Remove Music Rating? - namsdrawkcab - 2014-12-08 +1 - really appreciate it mate |