TonyNo Moderator Group
Joined: December 05 2001 Location: United States
Online Status: Offline Posts: 2889
|
Posted: January 30 2008 at 21:35 | IP Logged
|
|
|
I just upgraded to the latest version of Winamp and started having a strange issue sometimes.
This is a hunk I use to set the WAIT time to catch track changes...
Code:
SET SYSTEM [LOCAL1] int(number( ph_winampinfo("tracklen",0, 0)) - ( number( ph_winampinfo("trackpos",0, 0)) / 1000) + 1)
JUMP if( [LOCAL1]<1, 1, 3)
USER MESSAGE "WGI Error: " + [LOCAL1]
JUMP 999
WAIT [LOCAL1]
MACRO WINAMP GET INFO
|
|
|
The problem is that the error message is "WGI Error: 213"! It's always >0 when this happens.
|