A better version of helpsleeper #9
Ng76i4
started this conversation in
Show and tell
Replies: 1 comment 2 replies
-
|
I assume you aren't using Spotify? The WebNowPlaying plugin will definitely work best if you are using a browser for your music. I will eventually support the WebNowPlaying plugin, but I didn't include it yet as I was debating making my own plugin/chrome extension to better catch all audio playing sources so the Visualizer is only enabled when it should be. If not (you are using Spotify), what issues were you having with the my version of the SleepHelper? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
`
[Rainmeter]
Update=500
AccurateText=1
[Metadata]
Name=Sleep Helper
Author=NG76i4
Information=Automatic load\unload Visualizer which help the computer sleep while idle
License=Creative Commons Attribution-Non-Commercial
Version=1.0.3
; I know not thing about coding. I just studied from rainmeter manual, copied here and there. This thing may have some mistake but at least it works.
[Variables]
@include=#@#Variables.inc
[MeasureState]
Measure=Plugin
Plugin=WebNowPlaying
PlayerType=State
IfCondition=MeasureState = 1
IfTrueAction=[!ActivateConfig "#ROOTCONFIG#\Visualizer" "Dots-Visualizer.ini"][!Log "Spotify Playing: Load Visualizer"]
IfCondition2=(MeasureState = 0)
IfTrueAction2=[!DeactivateConfig "#ROOTCONFIG#\Visualizer"][!Log "Spotify Closed: Unload Visualizer"]
[RequiredMeter]
Meter=String
Disabled=1
Text=""
`
Beta Was this translation helpful? Give feedback.
All reactions