How to remove rating interface?

If you want to contribute MediaMonkey skins, themes, icons, etc...

Moderators: Morten, Gurus

Dan33185
Posts: 233
Joined: Sun Nov 08, 2009 4:36 pm

How to remove rating interface?

Post by Dan33185 »

I want to remove the stars from the right side of this:

Image

But I can't figure out how to do this.
Lowlander
Posts: 56505
Joined: Sat Sep 06, 2003 5:53 pm
Location: MediaMonkey 5

Re: How to remove rating interface?

Post by Lowlander »

You'll need to edit the skin for that.
Dan33185
Posts: 233
Joined: Sun Nov 08, 2009 4:36 pm

Re: How to remove rating interface?

Post by Dan33185 »

I've removed every mention of the word "Rating" in the .ini, but it still shows up like that. I can't actually rate it now, but the stars are still there. Do I need to delete the icon, or will that mess up the skin?
nohitter151
Posts: 23640
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA
Contact:

Re: How to remove rating interface?

Post by nohitter151 »

Dan33185 wrote:I've removed every mention of the word "Rating" in the .ini, but it still shows up like that. I can't actually rate it now, but the stars are still there. Do I need to delete the icon, or will that mess up the skin?
Which .ini file?
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?

Please no PMs in reply to a post. Just reply in the thread.
Dan33185
Posts: 233
Joined: Sun Nov 08, 2009 4:36 pm

Re: How to remove rating interface?

Post by Dan33185 »

Player.ini:

Code: Select all

[PlayerSkin]
Name=Helium
;SkinStyle=PlayerH
EngineVersion=120
Author=Eyal
Resizable=1,0,1,0
Size=922,67
TimeFormat=H:mm:ss
DockAtMostBottom=0
DockLock=0
RemoveAllBordersAround=0
RemoveBordersOnMainWindow=0

;-------)


[Timedisplay]
Type=Text
Pos=524,19
Size=62,14
Resizable=1,1,0,0
SmallDigits=0
FontColor=004080
FontHeight=16
FontName=Arial
FontStyle=bold
Scrollable=0
TextAlign=0

[Custom1]
;Song lenght
Type=Text
Resizable=1,1,0,0
Pos=517,38
Size=74,14
TextMask=Total %H
;FontColor=004080
FontColor=003871
FontHeight=12
FontName=Arial
; FontStyle=bold
Scrollable=0
TextAlign=0

[Songtitle]
Type=Text
Pos=661,16
Size=128,16
Resizable=1,0,1,0
TextMask=%A - %S from %L
FontColor=004080
FontHeight=13
FontName=Arial
FontStyle=bold
Scrollable=1
TextAlign=-1

[Custom2]
; Genre  - Filetype
Type=Text
Resizable=1,1,1,0
Pos=661,38
Size=128,14
TextMask=%PC/%PT - %B kbps, %E
FontColor=003871
FontHeight=12
FontName=Arial
; FontStyle=bold
Scrollable=0
TextAlign=-1



;-------)

[SeekBar]
Type=TrackBar
Resizable=1,1,0,0
Pos=187,8
Size=296,23
ThumbSize=23

[VolumeBar]
Type=TrackBar
Resizable=1,1,0,0
Pos=213,34
Size=86,19
ThumbSize=19

[MuteButton]
Type=StateButton
Resizable=1,1,0,0
Pos=199,38
Size=10,11

;-------)

[PrevButton]
Type=Button
Resizable=1,1,0,0
Pos=16,23
Size=22,23

[PlayPauseButton]
Type=StateButton
Resizable=1,1,0,0
Pos=52,11
Size=42,42

[StopButton]
Type=Button
Resizable=1,1,0,0
Pos=107,20
Size=29,29

[NextButton]
Type=Button
Resizable=1,1,0,0
Pos=147,23
Size=22,23


;-------)

[AutoDJButton]
Type=StateButton
Resizable=1,1,0,0
Pos=320,34
Size=21,21

[PlaylistButton]
Type=StateButton
Resizable=1,1,0,0
Pos=344,34
Size=21,21

[EjectButton]
Type=Button
Resizable=1,1,0,0
Pos=368,34
Size=21,21

[EQButton]
Type=StateButton
Resizable=1,1,0,0
Pos=392,34
Size=21,21

[ContinousButton]
Type=StateButton
Resizable=1,1,0,0
Pos=416,34
Size=21,21

[ShuffleButton]
Type=StateButton
Resizable=1,1,0,0
Pos=440,34
Size=21,21


[AlbumArt]
Type=Image
Source=<Cover>
Resizable=1,1,0,0
Pos=599,11
Size=48,48
DreadM
Posts: 1018
Joined: Wed Mar 26, 2008 1:09 pm
Location: Germany

Re: How to remove rating interface?

Post by DreadM »

The ratings are include the background image from Player,
You need ThemeEditor 7 to edit Player.mskn
you have to change size from Right side object from PlayerBackground / Frame / Right from 125 to maybe 30;
now you have PlayerBackground without ratings.
Post Reply