Skip to content

Commit 30cba9b

Browse files
author
Trevor Hamilton
committed
Added WebNowPlaying plugin
First release of the plugin. Will need one of the two companion extensions: https://chrome.google.com/webstore/detail/jfakgfcdgpghbbefmdfjkbdlibjgnbli or https://addons.mozilla.org/en-US/firefox/addon/webnowplaying-companion/
1 parent cdf6067 commit 30cba9b

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ rainmeter.txt
5151
@Resources/images/cover.png
5252
@Resources/images/coverGPMDP.png
5353
@Resources/images/coverSpotify.png
54+
@Resources/images/coverWeb.png
270 KB
Binary file not shown.
270 KB
Binary file not shown.
20.3 KB
Loading

@Resources/include/MeasureWeb.inc

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ UpdateDivider=10
88
Measure=Plugin
99
Plugin=WebNowPlaying
1010
PlayerType=STATE
11-
Substitute="0":"Play","1":"Pause","2":"Play"
11+
Substitute="0":"Play","1":"Pause","2":"Play","3":"Replay"
1212

1313
[MeasureTrack]
1414
Measure=Plugin
@@ -28,6 +28,8 @@ UpdateDivider=100
2828
Measure=Plugin
2929
Plugin=WebNowPlaying
3030
PlayerType=COVER
31+
DefaultPath=#@#images\nocover.png
32+
CoverPath=#@#images\coverWeb.png
3133
Substitute="":"#@#images\nocover.png"
3234
UpdateDivider=50
3335

0 commit comments

Comments
 (0)