It is currently April 24th, 2024, 9:02 am

Help Needed Vhs style player

Get help with creating, editing & fixing problems with skins
ferreira1120
Posts: 3
Joined: August 23rd, 2020, 4:52 pm

Help Needed Vhs style player

Post by ferreira1120 »

hey,
i'm kinda new to all this rainmeter thing, but i wanted to try personalize my desktop.
recently found a skin for a vhs time clock, and wanted to adapt it to be my music player.
found a way to connect it with spotify, but for some reason cant change the colors. can anyone help?
for some reason it always stays black
here's the script

Code: Select all

[Rainmeter]
Update=5
AccurateText=1
DynamicVariables=1
;DynamicWindowSize=1
 
[Metadata]
Name=
Author=
Information=
Version=
 
------------------------------------------------------------------
 
[Variables]
 
RedBlueTrans=80
Red=255,0,0,#RedBlueTrans#
Blue=0,0,255,#RedBlueTrans#
White=255,255,255,230
AMPM_X=20
TIME_X=130
TIME_SCALE=1
DATE_X=130
RAND_OFFSETX=[MeasureRandomX]
 
[MeterString]
Meter=String
 
------------------------------------------------------------------
 
[TextStyleArtist]
FontFace=VCR OSD Mono
SolidColor=0,0,0,1
StringAlign=Left
AntiAlias=1
FontSize=14
 
[TextStyleTrack]
FontFace=VCR OSD Mono
SolidColor=0,0,0,1
StringAlign=Left
AntiAlias=1
FontSize=28
------------------------------------------------------------------
[MeasureTrack]
Measure=Plugin
Plugin=WebNowPlaying
PlayerType=Title
Substitute="":"#NoTrackNameText#"

[MeasureArtist]
Measure=Plugin
Plugin=WebNowPlaying
PlayerType=Artist
Substitute="":"#NoArtistNameText#"
  
[MeasureRandomX]
Measure=Calc
Formula=Random
UpdateRandom=1
LowBound=-3
HighBound=4
 
------------------------------------------------------------------
 
[MeterArtist_Red]
Meter=String
MeterStyle=TextStyleArtist
MeasureName=MeasureArtist
X=(5 - #RAND_OFFSETX#)
Y=40
FontColor=#Red#
DynamicVariables=1

[MeterArtist_Blue]
Meter=String
MeterStyle=TextStyleArtist
MeasureName=MeasureArtist
X=(5 + #RAND_OFFSETX#)
Y=40
FontColor=#Red#
DynamicVariables=1

[MeterArtist_White]
Meter=String
MeterStyle=TextStyleArtist
MeasureName=MeasureArtist
X=5
Y=40
FontColor=#White#
DynamicVariables=1

----------------------------------------------------------------------

[MeterTrack_Red]
Meter=String
MeterStyle=TextStyleTrack
MeasureName=MeasureTrack
X=(5 - #RAND_OFFSETX#)
Y=0
FontColor=#Red#
DynamicVariables=1

[MeterTrack_Blue]
Meter=String
MeterStyle=TextStyleTrack
MeasureName=MeasureTrack
X=(5 + #RAND_OFFSETX#)
Y=0
FontColor=#Blue#
DynamicVariables=1

[MeterTrack_White]
Meter=String
MeterStyle=TextStyleTrack
MeasureName=MeasureTrack
X=5
Y=0
FontColor=#White#
DynamicVariables=1
here's how it looks: on the left, the player in black. on the right the clock in white

Image

thank you!
ferreira1120
Posts: 3
Joined: August 23rd, 2020, 4:52 pm

Re: Help Needed Vhs style player

Post by ferreira1120 »

nevermind, i'm dumb and was editing the wrong file. :Whistle
User avatar
balala
Rainmeter Sage
Posts: 16164
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Help Needed Vhs style player

Post by balala »

ferreira1120 wrote: August 23rd, 2020, 5:14 pm nevermind, i'm dumb and was editing the wrong file. :Whistle
If you right click the skin, then click Edit skin, you can't mistaken the file.
User avatar
Mor3bane
Posts: 943
Joined: May 7th, 2016, 7:32 am

Re: Help Needed Vhs style player

Post by Mor3bane »

ferreira1120 wrote: August 23rd, 2020, 5:14 pm nevermind, i'm dumb and was editing the wrong file. :Whistle
I have been doing rainmeter for a few years and still this happens. :bow:
My DevArt Gallery

There are many ways to be different - there is only one way to be yourself - be amazing at it

The law of averages says what it means; even if you get everything right, you will get something wrong. Therefore; self managing error trapping initiates another set of averages - amongst the errors, some of them will not be errors, instead those instances will appear to be "luck". One cannot complain of the 'appearance' of 'infinite regress of causation', even if it does not have a predictable pattern, only that it requires luck to achieve.
ferreira1120
Posts: 3
Joined: August 23rd, 2020, 4:52 pm

Re: Help Needed Vhs style player

Post by ferreira1120 »

yeah, i had to verisons of the same file, but on different folder, and was editing the wrong one