Strange problem

Bugs, help, enhancements, requests

Moderator: CGSoftLabs

Post Reply
Wizzard
Registered User
Posts: 2
Joined: Thu Jul 19, 2007 12:00 am

Strange problem

Post by Wizzard »

Now, not sure what's going on, but the plugin pasts the the winamp's text wrongly o_o;

This is what I get

Code: Select all

[12:10] * Squeeze the Wizz Listening: rian] [4:6] [320kbit] [mp3] - Winamp 
 1. Lunar - Lunarian [Lunarian] [4:6] [320kbit] [mp3] - Winamp[/quote]

Which actually should be like this
[code][12:10] * Squeeze the Wizz Listening: Lunar - Lunarian [Lunarian] [4:6] [320kbit] [mp3] - Winamp[/quote]

I'm using my own custom ATF in winamp ... but that's not really the problem, since it's acting like that with the default ATF too.

Oh, and I'm using the /song command.


Edit: now, the most interesting thing ... the output is different everytime I use the /song command

[code][12:17] * Squeeze the Wizz Listening: [320kbit] [mp3] - Winamp 
 1. Lunar - Lunarian [Lunarian] [4:6] [320kbit] [mp3] - Winamp
[12:17] * Squeeze the Wizz Listening: Lunar - Lunarian [Lunarian] [4:6] [320kbit] [mp3] - Winamp
[12:17] * Squeeze the Wizz Listening: 
 1. Lunar - Lunarian [Lunarian] [4:6] [320kbit] [mp3] - Winamp   
[12:20] * Squeeze the Wizz Listening: it] [mp3] - Winamp 
 1. Lunar - Lunarian [Lunarian] [4:6] [320kbit] [mp3] - Winamp
[12:20] * Squeeze the Wizz Listening: unar - Lunarian [Lunarian] [4:6] [320kbit] [mp3] - Winamp 
 1. Lunar - Lunarian [Lunarian] [4:6] [320kbit] [mp3] - Winamp[/quote]
CGSoftLabs
Registered User
Posts: 118
Joined: Thu Feb 10, 2005 12:00 am

Post by CGSoftLabs »

I belive the problem comes from your winamp settings; it seems that the text scrolls left or right, and that's what trilliwamp captures, text chunks resulted from that scroll.

I don't belive that this is a trilliwamp problem, it just shows you what winamp delivers!
Wizzard
Registered User
Posts: 2
Joined: Thu Jul 19, 2007 12:00 am

Post by Wizzard »

I see, so the plugin reads the output that winamp sends to the taskbar.
Tnx for the help ^_^
CGSoftLabs
Registered User
Posts: 118
Joined: Thu Feb 10, 2005 12:00 am

Post by CGSoftLabs »

It reads winamp's window text via GetWindowtext() api, which yes, is the same text displayed in the taskbar;
Post Reply