Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1608

Help: Rainmeter Skins • Re: Bar and duration player not working

$
0
0
It works now, but what about changing the player's music title color from the code I sent above?
In that code, you can change the overall color used for the player skin by replacing:

Code:

PlayerMainColor=#MainColor#
with, for example, to use the red color:

Code:

PlayerMainColor=255,0,0
Or, if you only want to change the color of the track artist and the track title (since they are displayed in the same meter), edit your
[SkinsFolder]\Mondtholomew\Player\Info.inc file (this path will typically be C:\Users\[User]\Documents\Rainmeter\Skins\Mondtholomew\Player\Info.inc for a standard Rainmeter installation) and add, for example:

Code:

FontColor=0,255,0
to the [MeterInfo] meter, if you want to use the green color. And so on - you get the idea.

P.S. For the record, knowing where to look for something in such a skin is simply about checking which of the @include files in the [SkinsFolder]\Mondtholomew\Player\Player.ini (or other @include files going backwards down the line) contains the meter / measure / variable you need to change, then edit it accordingly.

Statistics: Posted by Yincognito — Today, 5:49 pm



Viewing all articles
Browse latest Browse all 1608

Trending Articles