It is currently May 2nd, 2024, 8:48 pm

Open current playing song in another program (ex: mp3tag)

Get help with creating, editing & fixing problems with skins
LuffyxBomber
Posts: 4
Joined: October 11th, 2011, 4:48 am

Open current playing song in another program (ex: mp3tag)

Post by LuffyxBomber »

I have very little knowledge on things like this but I've been messing with the .ini file of a skin I modified.

It works perfectly, but now I want to be able to middle click the skin to open the song foobar is currently playing in mp3tag.

Here's the part of the .ini I'm trying to figure out:

Code: Select all

[Cover]
Meter=IMAGE
X=15
Y=90
W=200
H=198
SolidColor=0,0,0,200
MiddleMouseUpAction=!Execute ["C:\Program Files (x86)\Mp3tag\Mp3tag.exe" "C:\Program Files (x86)\foobar2000\foobar2000.exe\%FILENAME%"]
I'm not sure exactly what to put after the foobar location D: What should I change %FILENAME% to?

I was able to open a certain mp3 in this way, for example:

Code: Select all

MiddleMouseUpAction=!Execute ["C:\Program Files (x86)\Mp3tag\Mp3tag.exe" "C:\Users\User\Music\Example.mp3"]
It was able to open "example.mp3" in mp3tag when I middle-clicked the skin.

Any idea? Here's the whole .ini:
[Rainmeter]
Simplesentence created by WhiteBaron
Update=1000
DynamicWindowSize=1
MouseOverAction=!execute [!RainmeterShowMeter Pause][!RainmeterShowMeter Next][!RainmeterShowMeter Previous][!RainmeterShowMeter Play][!RainmeterShowMeter Stop][!RainmeterShowMeter Track][!RainmeterShowMeter Artist][!RainmeterShowMeter Time][!RainmeterShowMeter Volume][!RainmeterShowMeter VolumeText][!RainmeterShowMeter VolumeDown][!RainmeterShowMeter VolumeUp][!RainmeterShowMeter ProgressBar][!RainmeterShowMeter Progress][!RainmeterShowMeter Cover][!RainmeterShowMeter OpenPlayer][!RainmeterShowMeter ClosePlayer][!RainmeterRedraw]
MouseLeaveAction=!execute [!RainmeterHideMeter Pause][!RainmeterHideMeter Next][!RainmeterHideMeter Previous][!RainmeterHideMeter Play][!RainmeterHideMeter Stop][!RainmeterHideMeter Track][!RainmeterHideMeter Artist][!RainmeterHideMeter Time][!RainmeterHideMeter Volume][!RainmeterHideMeter VolumeText][!RainmeterHideMeter VolumeDown][!RainmeterHideMeter VolumeUp][!RainmeterHideMeter ProgressBar][!RainmeterHideMeter Progress][!RainmeterHideMeter Cover][!RainmeterHideMeter OpenPlayer][!RainmeterHideMeter ClosePlayer][!RainmeterRedraw]

[Variables]
@Include=#SkinsPath#\Simplesentencethree\Sentence\Music\Variables.inc
@Include2=#SkinsPath#\Simplesentencethree\Sentence\Music\PlayerName.inc
Colour1=240,240,240
Colour2=255,183,65

;----------MEASURES----------

[MeasureTrack]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=Foobar2000
PlayerType=Title
DisableLeadingZero=1
Substitute="":"nothing"
IfEqualValue=1
IfEqualAction=!Execute [!RainmeterShowMeter SelectPlayer][!RainmeterRedraw]

[MeasureArt]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasureTrack]
PlayerType=Cover
Substitute="":"NoArt.png"

;----------METERS------------

[MeterArt]
Meter=Image
MeasureName=MeasureArt
X=15
Y=90
W=199
H=198

;==================================================

[Rainmeter]
Update=1000

[Variables]
Player=foobar2000

; ================================================
; MEASURES

[mPlayer]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=foobar2000
PlayerType=TITLE
PlayerPath=
DisableLeadingZero=0
Substitute="":"N\A"
; Return value is 1 on error
IfEqualValue=1
IfEqualAction=!Execute [!RainmeterShowMeter ErrorMessage][!RainmeterRedraw]

[mArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=ARTIST
Substitute="":"N\A"

[mPosition]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=POSITION

[mDuration]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=DURATION

[mProgress]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=PROGRESS

[mStateButton]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=STATE
Substitute="0":"Play.png","1":"Pause.png","2":"Play.png"

[mVolume]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=VOLUME

; =======================================
; COVER AND STARS

[Cover]
Meter=IMAGE
X=15
Y=90
W=200
H=198
SolidColor=0,0,0,200
;SolidColor=000000
;MiddleMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer OpenPlayer"]
MiddleMouseUpAction=!Execute ["C:\Program Files (x86)\Mp3tag\Mp3tag.exe" "C:\Program Files (x86)\foobar2000\foobar2000.exe\FILENAME"]
MouseActionCursor=0

; =======================================
; INFORMATION

[Track]
Meter=STRING
MeasureName=mPlayer
X=17
Y=190
W=195
H=16
FontFace=Trebuchet MS
FontColor=FFFFFF
AntiAlias=1
ClipString=1
Text="%1"

[Artist]
Meter=STRING
MeasureName=mArtist
X=17
Y=18r
W=195
H=16
FontFace=Trebuchet MS
FontColor=FFFFFF
AntiAlias=1
ClipString=1
Text="%1"

[Time]
Meter=STRING
MeasureName=mPosition
MeasureName2=mDuration
X=15
Y=20r
W=200
H=16
FontFace=Trebuchet MS
FontColor=FC3B38
AntiAlias=1
ClipString=1
Text="%1/%2"

[Progress]
Meter=STRING
MeasureName=mProgress
X=180
Y=0r
W=50
H=16
StringAlign=RIGHT
FontFace=Trebuchet MS
FontColor=FC3B38
AntiAlias=1
ClipString=1
Text="%1%"

[ProgressBar]
Meter=BAR
MeasureName=mProgress
X=17
Y=20r
W=162
H=1
BarColor=E8D71CEE
SolidColor=08E8FC
BarOrientation=HORIZONTAL

; =======================================
; TRACK ACTIONS

[Previous]
Meter=BUTTON
ButtonImage=Previous.png
X=15
Y=253
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer Previous"]

[Play]
Meter=BUTTON
ButtonImage=[mStateButton]
X=25r
Y=253
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer PlayPause"]
DynamicVariables=1

[Next]
Meter=BUTTON
ButtonImage=Next.png
X=25r
Y=253
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer Next"]

[Stop]
Meter=BUTTON
ButtonImage=Stop.png
X=25r
Y=253
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer Stop"]

[Volume]
Meter=IMAGE
ImageName=Volume.png
X=35r
Y=253

[VolumeText]
Meter=STRING
MeasureName=mVolume
X=11r
Y=253
W=45
H=16
FontSize=8
FontFace=Trebuchet MS
FontColor=FFFFFF99
AntiAlias=1
ClipString=1
Text="%1%"

[VolumeUp]
Meter=BUTTON
ButtonImage=VolumeUp.png
X=30r
Y=251
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer SetVolume +10"]

[VolumeDown]
Meter=BUTTON
ButtonImage=VolumeDown.png
X=0r
Y=257
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer SetVolume -10"]

; =======================================
; PLAYER ACTIONS

[OpenPlayer]
Meter=BUTTON
ButtonImage=Open.png
X=170
Y=95
ToolTipText="Open Media Player"
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer OpenPlayer"]

[ClosePlayer]
Meter=BUTTON
ButtonImage=Close.png
X=190
Y=95
ToolTipText="Close Media Player"
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer ClosePlayer"]
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: Open current playing song in another program (ex: mp3tag

Post by poiru »

This should do it:

Code: Select all

[MeasureFile]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasureTrack]
PlayerType=File

[Cover]
Meter=IMAGE
X=15
Y=90
W=200
H=198
SolidColor=0,0,0,200
MiddleMouseUpAction=!Execute ["C:\Program Files (x86)\Mp3tag\Mp3tag.exe" "[MeasureFile]"]
LuffyxBomber
Posts: 4
Joined: October 11th, 2011, 4:48 am

Re: Open current playing song in another program (ex: mp3tag

Post by LuffyxBomber »

Unfortunately, it didn't work :-(
Picture in attachment.

Maybe mp3tag can't open a file in that way?

WAIT. It worked! I forgot to add the "MeasureFile]" part :handtohead:

Thank you so much poiru!
Last edited by LuffyxBomber on October 11th, 2011, 5:59 am, edited 2 times in total.
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: Open current playing song in another program (ex: mp3tag

Post by poiru »

In your skin, you had multiple [Rainmeter] sections and other issues as well. Take care when copying things -- you can't just copy entire skins and smash them together :)

I've fixed all your issues below (and confirmed that it does indeed work).

Code: Select all

[Rainmeter]
Simplesentence created by WhiteBaron
Update=1000
DynamicWindowSize=1
MouseOverAction=!execute [!RainmeterShowMeter Pause][!RainmeterShowMeter Next][!RainmeterShowMeter Previous][!RainmeterShowMeter Play][!RainmeterShowMeter Stop][!RainmeterShowMeter Track][!RainmeterShowMeter Artist][!RainmeterShowMeter Time][!RainmeterShowMeter Volume][!RainmeterShowMeter VolumeText][!RainmeterShowMeter VolumeDown][!RainmeterShowMeter VolumeUp][!RainmeterShowMeter ProgressBar][!RainmeterShowMeter Progress][!RainmeterShowMeter Cover][!RainmeterShowMeter OpenPlayer][!RainmeterShowMeter ClosePlayer][!RainmeterRedraw]
MouseLeaveAction=!execute [!RainmeterHideMeter Pause][!RainmeterHideMeter Next][!RainmeterHideMeter Previous][!RainmeterHideMeter Play][!RainmeterHideMeter Stop][!RainmeterHideMeter Track][!RainmeterHideMeter Artist][!RainmeterHideMeter Time][!RainmeterHideMeter Volume][!RainmeterHideMeter VolumeText][!RainmeterHideMeter VolumeDown][!RainmeterHideMeter VolumeUp][!RainmeterHideMeter ProgressBar][!RainmeterHideMeter Progress][!RainmeterHideMeter Cover][!RainmeterHideMeter OpenPlayer][!RainmeterHideMeter ClosePlayer][!RainmeterRedraw]

[Variables]
@Include=#SkinsPath#\Simplesentencethree\Sentence\Music\Variables.inc
@Include2=#SkinsPath#\Simplesentencethree\Sentence\Music\PlayerName.inc
Colour1=240,240,240
Colour2=255,183,65

; ================================================
; MEASURES

[mPlayer]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=foobar2000
PlayerType=TITLE
PlayerPath=
DisableLeadingZero=0
Substitute="":"N\A"
; Return value is 1 on error
IfEqualValue=1
IfEqualAction=!Execute [!RainmeterShowMeter ErrorMessage][!RainmeterRedraw]

[mCover]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=COVER

[mArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=ARTIST
Substitute="":"N\A"

[mPosition]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=POSITION

[mDuration]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=DURATION

[mProgress]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=PROGRESS

[mStateButton]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=STATE
Substitute="0":"Play.png","1":"Pause.png","2":"Play.png"

[mVolume]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=VOLUME

[mFile]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=FILE

; =======================================
; COVER AND STARS

[Cover]
Meter=IMAGE
MeasureName=mCover
X=15
Y=90
W=200
H=198
SolidColor=0,0,0,200
;SolidColor=000000
;MiddleMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer OpenPlayer"]
MiddleMouseUpAction=!Execute ["C:\Program Files (x86)\Mp3tag\Mp3tag.exe" "[mFile]"]
MouseActionCursor=0

; =======================================
; INFORMATION

[Track]
Meter=STRING
MeasureName=mPlayer
X=17
Y=190
W=195
H=16
FontFace=Trebuchet MS
FontColor=FFFFFF
AntiAlias=1
ClipString=1
Text="%1"

[Artist]
Meter=STRING
MeasureName=mArtist
X=17
Y=18r
W=195
H=16
FontFace=Trebuchet MS
FontColor=FFFFFF
AntiAlias=1
ClipString=1
Text="%1"

[Time]
Meter=STRING
MeasureName=mPosition
MeasureName2=mDuration
X=15
Y=20r
W=200
H=16
FontFace=Trebuchet MS
FontColor=FC3B38
AntiAlias=1
ClipString=1
Text="%1/%2"

[Progress]
Meter=STRING
MeasureName=mProgress
X=180
Y=0r
W=50
H=16
StringAlign=RIGHT
FontFace=Trebuchet MS
FontColor=FC3B38
AntiAlias=1
ClipString=1
Text="%1%"

[ProgressBar]
Meter=BAR
MeasureName=mProgress
X=17
Y=20r
W=162
H=1
BarColor=E8D71CEE
SolidColor=08E8FC
BarOrientation=HORIZONTAL

; =======================================
; TRACK ACTIONS

[Previous]
Meter=BUTTON
ButtonImage=Previous.png
X=15
Y=253
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer Previous"]

[Play]
Meter=BUTTON
ButtonImage=[mStateButton]
X=25r
Y=253
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer PlayPause"]
DynamicVariables=1

[Next]
Meter=BUTTON
ButtonImage=Next.png
X=25r
Y=253
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer Next"]

[Stop]
Meter=BUTTON
ButtonImage=Stop.png
X=25r
Y=253
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer Stop"]

[Volume]
Meter=IMAGE
ImageName=Volume.png
X=35r
Y=253

[VolumeText]
Meter=STRING
MeasureName=mVolume
X=11r
Y=253
W=45
H=16
FontSize=8
FontFace=Trebuchet MS
FontColor=FFFFFF99
AntiAlias=1
ClipString=1
Text="%1%"

[VolumeUp]
Meter=BUTTON
ButtonImage=VolumeUp.png
X=30r
Y=251
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer SetVolume +10"]

[VolumeDown]
Meter=BUTTON
ButtonImage=VolumeDown.png
X=0r
Y=257
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer SetVolume -10"]

; =======================================
; PLAYER ACTIONS

[OpenPlayer]
Meter=BUTTON
ButtonImage=Open.png
X=170
Y=95
ToolTipText="Open Media Player"
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer OpenPlayer"]

[ClosePlayer]
Meter=BUTTON
ButtonImage=Close.png
X=190
Y=95
ToolTipText="Close Media Player"
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer ClosePlayer"]
LuffyxBomber
Posts: 4
Joined: October 11th, 2011, 4:48 am

Re: Open current playing song in another program (ex: mp3tag

Post by LuffyxBomber »

poiru wrote:In your skin, you had multiple [Rainmeter] sections and other issue, which I fixed below. Take care when copying things -- you can't just copy entire skins and smash them together :)

I've fixed all your issues below (and confirmed that it does indeed work).

Code: Select all

[Rainmeter]
Simplesentence created by WhiteBaron
Update=1000
DynamicWindowSize=1
MouseOverAction=!execute [!RainmeterShowMeter Pause][!RainmeterShowMeter Next][!RainmeterShowMeter Previous][!RainmeterShowMeter Play][!RainmeterShowMeter Stop][!RainmeterShowMeter Track][!RainmeterShowMeter Artist][!RainmeterShowMeter Time][!RainmeterShowMeter Volume][!RainmeterShowMeter VolumeText][!RainmeterShowMeter VolumeDown][!RainmeterShowMeter VolumeUp][!RainmeterShowMeter ProgressBar][!RainmeterShowMeter Progress][!RainmeterShowMeter Cover][!RainmeterShowMeter OpenPlayer][!RainmeterShowMeter ClosePlayer][!RainmeterRedraw]
MouseLeaveAction=!execute [!RainmeterHideMeter Pause][!RainmeterHideMeter Next][!RainmeterHideMeter Previous][!RainmeterHideMeter Play][!RainmeterHideMeter Stop][!RainmeterHideMeter Track][!RainmeterHideMeter Artist][!RainmeterHideMeter Time][!RainmeterHideMeter Volume][!RainmeterHideMeter VolumeText][!RainmeterHideMeter VolumeDown][!RainmeterHideMeter VolumeUp][!RainmeterHideMeter ProgressBar][!RainmeterHideMeter Progress][!RainmeterHideMeter Cover][!RainmeterHideMeter OpenPlayer][!RainmeterHideMeter ClosePlayer][!RainmeterRedraw]

[Variables]
@Include=#SkinsPath#\Simplesentencethree\Sentence\Music\Variables.inc
@Include2=#SkinsPath#\Simplesentencethree\Sentence\Music\PlayerName.inc
Colour1=240,240,240
Colour2=255,183,65

; ================================================
; MEASURES

[mPlayer]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=foobar2000
PlayerType=TITLE
PlayerPath=
DisableLeadingZero=0
Substitute="":"N\A"
; Return value is 1 on error
IfEqualValue=1
IfEqualAction=!Execute [!RainmeterShowMeter ErrorMessage][!RainmeterRedraw]

[mCover]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=COVER

[mArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=ARTIST
Substitute="":"N\A"

[mPosition]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=POSITION

[mDuration]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=DURATION

[mProgress]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=PROGRESS

[mStateButton]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=STATE
Substitute="0":"Play.png","1":"Pause.png","2":"Play.png"

[mVolume]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=VOLUME

[mFile]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=FILE

; =======================================
; COVER AND STARS

[Cover]
Meter=IMAGE
MeasureName=mCover
X=15
Y=90
W=200
H=198
SolidColor=0,0,0,200
;SolidColor=000000
;MiddleMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer OpenPlayer"]
MiddleMouseUpAction=!Execute ["C:\Program Files (x86)\Mp3tag\Mp3tag.exe" "[mFile]"]
MouseActionCursor=0

; =======================================
; INFORMATION

[Track]
Meter=STRING
MeasureName=mPlayer
X=17
Y=190
W=195
H=16
FontFace=Trebuchet MS
FontColor=FFFFFF
AntiAlias=1
ClipString=1
Text="%1"

[Artist]
Meter=STRING
MeasureName=mArtist
X=17
Y=18r
W=195
H=16
FontFace=Trebuchet MS
FontColor=FFFFFF
AntiAlias=1
ClipString=1
Text="%1"

[Time]
Meter=STRING
MeasureName=mPosition
MeasureName2=mDuration
X=15
Y=20r
W=200
H=16
FontFace=Trebuchet MS
FontColor=FC3B38
AntiAlias=1
ClipString=1
Text="%1/%2"

[Progress]
Meter=STRING
MeasureName=mProgress
X=180
Y=0r
W=50
H=16
StringAlign=RIGHT
FontFace=Trebuchet MS
FontColor=FC3B38
AntiAlias=1
ClipString=1
Text="%1%"

[ProgressBar]
Meter=BAR
MeasureName=mProgress
X=17
Y=20r
W=162
H=1
BarColor=E8D71CEE
SolidColor=08E8FC
BarOrientation=HORIZONTAL

; =======================================
; TRACK ACTIONS

[Previous]
Meter=BUTTON
ButtonImage=Previous.png
X=15
Y=253
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer Previous"]

[Play]
Meter=BUTTON
ButtonImage=[mStateButton]
X=25r
Y=253
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer PlayPause"]
DynamicVariables=1

[Next]
Meter=BUTTON
ButtonImage=Next.png
X=25r
Y=253
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer Next"]

[Stop]
Meter=BUTTON
ButtonImage=Stop.png
X=25r
Y=253
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer Stop"]

[Volume]
Meter=IMAGE
ImageName=Volume.png
X=35r
Y=253

[VolumeText]
Meter=STRING
MeasureName=mVolume
X=11r
Y=253
W=45
H=16
FontSize=8
FontFace=Trebuchet MS
FontColor=FFFFFF99
AntiAlias=1
ClipString=1
Text="%1%"

[VolumeUp]
Meter=BUTTON
ButtonImage=VolumeUp.png
X=30r
Y=251
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer SetVolume +10"]

[VolumeDown]
Meter=BUTTON
ButtonImage=VolumeDown.png
X=0r
Y=257
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer SetVolume -10"]

; =======================================
; PLAYER ACTIONS

[OpenPlayer]
Meter=BUTTON
ButtonImage=Open.png
X=170
Y=95
ToolTipText="Open Media Player"
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer OpenPlayer"]

[ClosePlayer]
Meter=BUTTON
ButtonImage=Close.png
X=190
Y=95
ToolTipText="Close Media Player"
LeftMouseUpAction=!Execute [!RainmeterPluginBang "mPlayer ClosePlayer"]
Yes I just realized and I edited my post above. Again thank you so much for cleaning up the code :D
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: Open current playing song in another program (ex: mp3tag

Post by poiru »

LuffyxBomber wrote:Yes I just realized and I edited my post above. Again thank you so much for cleaning up the code :D
No problem :)