mIRC Home    About    Download    Register    News    Help

Print Thread
#32986 29/06/03 05:52 PM
Joined: Dec 2002
Posts: 483
Deep3D Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Dec 2002
Posts: 483
Ok, this is the case!

I have a winamp stat, it read the *.mp3 name...

But I need a stat that read's the TAG..

So, do anybody have or know about a nice amp stat?

Please, I get so [censored] annoyed by the one I use now!! Thanks!! grin

#32987 29/06/03 09:37 PM
Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
All you need to read the ID3 tags of an MP3 file is the $sound identifier.


- Jason
#32988 29/06/03 10:15 PM
Joined: Dec 2002
Posts: 483
Deep3D Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Dec 2002
Posts: 483
wanna help me? smirk

#32989 29/06/03 10:41 PM
Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
/help $sound

Example:

//echo -a $sound(filename.mp3).title


- Jason
#32990 30/06/03 09:22 AM
Joined: Dec 2002
Posts: 483
Deep3D Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Dec 2002
Posts: 483
but who shold that read from winamp?

#32991 30/06/03 11:42 AM
Joined: May 2003
Posts: 215
Fjord artisan
Offline
Fjord artisan
Joined: May 2003
Posts: 215
What I'm trying to tell you is that you don't need to read from Winamp to get the MP3 information, all you need is the filename and the $sound identifier and you'll be able to turn all of the following details:
album, title, artist, year, comment, genre, track, length, version, bitrate, vbr, sample, mode, copyright, private, crc

If you insist on having the information sent by Winamp, there are several addons for both Winamp 2.x and 3 which will use DDE to send a message to mIRC whenever a song is played, as well as numerous DLLs for controlling Winamp and returning information, amp_in.dll for example.


- Jason

Link Copied to Clipboard