[SOLVED] How To Remove Music Rating?
#1
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?

Image

Help appreciated.
Reply
#2
Use at own peril

skin.confluence/720p/DialogAlbumInfo.xml

Comment out https://github.com/xbmc/xbmc/blob/2228e7...#L210-L215

and see if it does that. Else idk.
Reply
#3
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 Smile
Reply
#4
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.
Reply
#5
+1 - really appreciate it mate
Reply

Logout Mark Read Team Forum Stats Members Help
[SOLVED] How To Remove Music Rating?0