It is currently April 27th, 2024, 8:51 pm

Can I set a default to meters?

Get help with creating, editing & fixing problems with skins
SoaTehEnt
Posts: 4
Joined: September 16th, 2012, 12:28 am

Can I set a default to meters?

Post by SoaTehEnt »

Ok, so I've been doing lots of work with Rainmeter recently.. Spent 8 hours in the past 3 days reading the "How to" manual, and about 15 hours on a skin... I set it up, after a LOT of work and reading, to say the title of the song WMP is playing at that moment, but is it possible to set a text meter so it says something else while nothing is playing, by default?

Any help would be lovely! Thanks. :)
StarburstSpectrum
Posts: 35
Joined: November 28th, 2012, 1:10 pm
Location: Canada

Re: Can I set a default to meters?

Post by StarburstSpectrum »

Yes I believe you can I've done it in a few skins. You would just use a Substitute line in the measure something like :

Code: Select all

[MeasureTrack]
Measure=Plugin
Plugin=NowPlaying
PlayerName=WMP
PlayerType=TRACK
Substitute="":"N\A"
So the Line is saying Substitute "Nothing" : with the text "N\A"
Substitute="ReplaceMe":"WithMe"

I suggest looking at other peoples media player skins and deconstructing what they have done, it's a great way to learn!
Last edited by StarburstSpectrum on January 1st, 2013, 3:51 am, edited 1 time in total.
SoaTehEnt
Posts: 4
Joined: September 16th, 2012, 12:28 am

Re: Can I set a default to meters?

Post by SoaTehEnt »

Thank you. =D