|
|
#1 |
|
Junior Member
Join Date: Nov 2000
Posts: 4
|
Winamp minibrowser plug-in
Hello guys,
Can you please point me to the right direction (the right links...) I'm new to dll's and winamp plugins, but do have general programming experience. What I want to do is a general purpose plug-in that will "take control" of the minibrowser. For example, if "Muse - Plug in baby.mp3" is the song playing it will redirect the minibrowser to www.muse.com (or something...) Is there any material on the web (tutorials) that you can refer me to? Please help! Thanks in advance, Terry |
|
|
|
|
|
#2 | |
|
Bastificator [Alumni]
Join Date: May 2000
Location: #nullsoft
Posts: 1,260
|
Yup
The develop section (right most tab above) gives you the info:
http://www.winamp.com/nsdn/winamp2x/dev/sdk/api.jhtml The messages you need are: Quote:
"Beer?" |
|
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Apr 2002
Posts: 8
|
Just an idea to get started.
Use MP3 tags, ID3v2 tags. One of the tags is an URL - put the URL for your song here. When a song plays - read the tag and open the minibrowser with that URL. For more info on how to read the ID3v2 tags: http://id3lib.sourceforge.net/ http://www.id3.org/implement.html Suppose you have obtained the URL! You can open the minibrowser with a sendmessage call: SendMessage(hwnd_winamp,WM_WA_IPC,(WPARAM)url,IPC_MBOPEN); The header-file for winamp is located here: http://www.winamp.com/nsdn/winamp2x/dev/sdk/FRONTEND.H I hope this is enough to get you started. BTW: saw Muse perform two weeks ago in Copenhagen - really really nice. Bananskib |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|