|
|
#1 |
|
Junior Member
Join Date: Feb 2012
Posts: 3
|
DRM License Required Window
Hi,
I want to make a little plugin to make winamp not showing up the "License required" window and delete the non working song in playlist. Deleting works, but i don't know how to disable the window... Does it require HWND h=SendMessage(hwnd_winamp,WM_WA_IPC,IPC_GETWND_xxx,IPC_GETWND);? This would require the number of the window?! |
|
|
|
|
|
#2 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,233
|
you cannot block it as it's a hard-coded thing in Winamp's handling of DRM licenses and circumventing it would be a violation of Winamp's TOS.
-daz |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: Feb 2012
Posts: 3
|
Hi,
thanks for answer. I thought it maybe possible, as its only the window... It is getting on my nervs that winamps stops palying songs if one license is missing... i just wanted to make a little plugin to "disable" the window, and delete the songs from playlsit automatically. What does IPC_CANPLAY return? if the file isnt able to be played, and deleted after that, would the window appear, or does the plugin react after window appears? |
|
|
|
|
|
#4 |
|
-
Join Date: Sep 2003
Location: UK
Posts: 22,233
|
IPC_CANPLAY doesn't do what you're thinking and is just a way to get an In_Module* if the extension of the file is supported and in the known file extension list.
i'm sorry but there's nothing official you can do to block the window appearing. -daz |
|
|
|
|
|
#5 |
|
Junior Member
Join Date: Feb 2012
Posts: 3
|
Okay thx. Then i have to try another way
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|