This is more like a question than a report for now, because I'm not sure yet where it comes from, Winamp or NowPlaying. Has anyone encountered this (look at the Position and Progress measure values in the log)? Maybe in other players too?and the progress Bar is wide but nothing out of the ordinary either:I don't know if it has anything to do with replaying the track, I only mentioned because that's what I do. I use Winamp 5.9.2 Build 10042 (x86) from 26 Apr 2023, if that matters. The bug lasts sufficient time to make a screenshot of it with the PrtSc key if your fingers are quick, and obviously the line where you display the position and progress values suddenly widens for a moment if you look carefully (that's how I noticed the bug, by the way, since that line width became wider than the skin).
EDIT: I also have the Shuffle enabled in the player, in case it might explain the large numbers there.
This happens for me after I click a simple progress Bar to jump at around 80% to 90% of the duration of the track, and then let the track end and replay (I set my Winamp to repeat the current track). The actual bug occurs for a very short time (a few milliseconds) right when the track ends and before it replays, i.e. between 100% progress and 0% progress of the track. The measures are regular ones like:Code:
[Status]Group=PlayerGroupMeasure=NowPlayingPlayerName=#Player#PlayerType=StatusRegExpSubstitute=1Substitute="^0$":"Closed","^1$":"Open"[State]Group=PlayerGroupMeasure=NowPlayingPlayerName=[Status]PlayerType=StateRegExpSubstitute=1Substitute="^0$":"Stopped","^1$":"Playing","^2$":"Paused"[Artist]Group=PlayerGroupMeasure=NowPlayingPlayerName=[Status]PlayerType=ArtistRegExpSubstitute=1Substitute="^$":"No Artist"[Album]Group=PlayerGroupMeasure=NowPlayingPlayerName=[Status]PlayerType=AlbumRegExpSubstitute=1Substitute="^$":"No Album"[Title]Group=PlayerGroupMeasure=NowPlayingPlayerName=[Status]PlayerType=TitleRegExpSubstitute=1Substitute="^$":"No Title"[Duration]Group=PlayerGroupMeasure=NowPlayingPlayerName=[Status]PlayerType=Duration[Position]Group=PlayerGroupMeasure=NowPlayingPlayerName=[Status]PlayerType=Position[Progress]Group=PlayerGroupMeasure=NowPlayingPlayerName=[Status]PlayerType=Progress
Code:
[ProgressBar]Meter=BarMeasureName=ProgressX=...Y=...W=...H=...BarColor=...SolidColor=...BarOrientation=HorizontalLeftMouseDownAction=[!CommandMeasure Progress "SetPosition $MouseX:%$"][!UpdateMeasureGroup PlayerGroup][!UpdateMeter *][!Redraw]DynamicVariables=1
EDIT: I also have the Shuffle enabled in the player, in case it might explain the large numbers there.
Statistics: Posted by Yincognito — Today, 1:42 am — Replies 0 — Views 167