Hey, John, here's a screenshot, it's working!
Mouse scroll controls the progress bar (same as left click), not the volume, but don't worry, I could make another button or bar for the volume.
The progress text was handy but I want it hidden, but visible when MouseOver, I could make the "show-when-mouse-over" but the Hide-when-mouse-leave doesn't work, I'm alking about this:
MouseOverAction=[!ShowMeter MeterTrackProgress]
MouseLeaveAction=[!HideMeter MeterTrackProgress]
here's that section of the code:
Later I'll work on the title, artsit, etc.
Mouse scroll controls the progress bar (same as left click), not the volume, but don't worry, I could make another button or bar for the volume.
The progress text was handy but I want it hidden, but visible when MouseOver, I could make the "show-when-mouse-over" but the Hide-when-mouse-leave doesn't work, I'm alking about this:
MouseOverAction=[!ShowMeter MeterTrackProgress]
MouseLeaveAction=[!HideMeter MeterTrackProgress]
here's that section of the code:
Code:
[MeasureNowPlaying]Measure=NowPlayingPlayerName=AIMPPlayerType=Title; OPTIONS; Artist: Track artist.; Album: Current album.; Title: Track title.; Number: Track number.; Year: Track year.; Genre: Track genre.; Cover: Path to cover art.; File: Path to the playing media file.; Duration: Total length of track in seconds.; Position: Current position in track in seconds.; Progress: Percentage of track completed.; Rating: Rating of current track (0 to 5).; Repeat: 0 if repeat/loop track is off, 1 if on.; Shuffle: 0 if shuffle/random tracks is off, 1 if on.; State: 0 for stopped, 1 for playing, and 2 for paused.; Status: 0 for inactive (player closed) and 1 for active (player open).; Volume: From 0 to 100.[MeasureNowPlayingProgress]Measure=NowPlayingPlayerName=[MeasureNowPlaying]PlayerType=Progress[MeterTrackProgress]Meter=StringX=3825Y=2005FontSize=9StringAlign=RightFontFace=FontColor=255,255,255,120AutoScale=1AntiAlias=1Text=Progress: [MeasureNowPlayingProgress:0]%DynamicVariables=1Hidden=1[EmptyBar]Meter=IMAGEImageName=#ROOTCONFIGPATH#\@Resources\emptybar.pngX=3300Y=2028Hidden=1Group=player[MeterBar]MeasureName=MeasureNowPlayingProgressMeter=BarX=3300Y=2028W=508H=39BarImage=#ROOTCONFIGPATH#\@Resources\fullbar.pngSolidColor=15,15,15,1BarOrientation=HorizontalMouseOverAction=[!ShowMeter MeterTrackProgress]MouseLeaveAction=[!HideMeter MeterTrackProgress]LeftMouseUpAction=[!CommandMeasure "MeasureNowPlaying" "SetPosition $MouseX:%$"]MouseScrollUpAction=[!CommandMeasure "MeasureNowPlaying" "SetPosition +10"]MouseScrollDownAction=[!CommandMeasure "MeasureNowPlaying" "SetPosition -10"]Hidden=1Group=player
Later I'll work on the title, artsit, etc.
Statistics: Posted by Bayushi Tai — 13 minutes ago