View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006271 | MMW v4 | Player | public | 2010-02-18 04:02 | 2010-10-25 22:29 |
Reporter | peke | Assigned To | |||
Priority | none | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.2.1 | ||||
Fixed in Version | 4.0 | ||||
Summary | 0006271: Winamp: IPC_GETRATING Compatibility issue with some plugins | ||||
Description | Some plugins like CD Art Display http://www.cdartdisplay.com do not handle MediaMonkey rating correctly and can cause MediaMonkey to crash. Note: Now IPC_GETRATING always return winamp rating between 0 (no rating) to 5 (5 stars). | ||||
Additional Information | Reported in http://www.mediamonkey.com/forum/viewtopic.php?f=1&t=46746 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1302 | ||||
|
SVN updated |
|
As discussed over e-mail, the committed change doesn't make any difference. |
|
Reverted back to original return result |
|
Re-opening and assigning to Peke to figure out what the bug is. |
|
Unfortunately I'm using CAD whole day and no matter what I do I can't get MM to Crash. Althru I have found that Several standard Winamp Messages are not supported in MM even some of them can be supported and are used in CAD: 250: #define IPC_GET_SHUFFLE 250 ** IPC_GET_SHUFFLE returns the status of the shuffle option. If set then it will return 1 and if not set then it will return 0. 251: #define IPC_GET_REPEAT 251 ** IPC_GET_REPEAT returns the status of the repeat option. If set then it will return 1 and if not set then it will return 0. 252: #define IPC_SET_SHUFFLE 252 ** IPC_SET_SHUFFLE sets the status of the shuffle option. If 'value' is 1 then shuffle is turned on. If 'value' is 0 then shuffle is turned off. 253: #define IPC_SET_SHUFFLE 252 ** IPC_SET_SHUFFLE sets the status of the shuffle option. If 'value' is 1 then shuffle is turned on. If 'value' is 0 then shuffle is turned off. |
|
I've also contacted CAD developers to see if they can replicate the problem. |
|
Changes to Winamp compatibility issues will be included in 1302 |
|
CAD issue didn't need as MediaMonkey was excluded from CAD support due the some user reports about issue and now in His v3.0 Beta all is working flawlessly. Added additional winamp compatibility for MSGs 250-253 has been tested and working OK. |
|
Verified 1318 and CD Art 3 build 1472. |