Active TopicsActive Topics  Display List of Forum MembersMemberlist  Search The ForumSearch  HelpHelp
  RegisterRegister  LoginLogin
PowerHome Bug Reports
 PowerHome Messageboard : PowerHome Bug Reports
Subject Topic: Winamp Induced Problem? Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
TonyNo
Moderator Group
Moderator Group
Avatar

Joined: December 05 2001
Location: United States
Online Status: Offline
Posts: 2889
Posted: January 30 2008 at 21:35 | IP Logged Quote TonyNo

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.
Back to Top View TonyNo's Profile Search for other posts by TonyNo Visit TonyNo's Homepage
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum