View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001627 | MMW v4 | Install/Config | public | 2004-11-22 03:57 | 2006-10-10 04:06 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 3.0 | ||||
Summary | 0001627: MediaMonkey sets File Type to 'MediaMonkey file' for all supported extensions | ||||
Description | MediaMonkey sets the Windows File Type for all associated file types to 'MediaMonkey file'. This is kind of annoying--it should instead use something like: .mp3 : MP3 Audio File .mpc : MPC Audio File etc. | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?t=2808 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Note: there are numerous support questions caused by this issue. |
|
Technical note: Most of the related code is in FileAssoc.pas, currently for all filetypes the following is used: const AssociateName = 'MediaMonkey.File'; AssociateDescription = 'MediaMonkey file'; This should be changed so that it's contructed dynamically according to file extension. All functions should work properly then as they do now. Note that FileAssoc.pas uses {$ifdef DLLVersion} to indicate code used only in Helpers\AssocDll project, it should compile fine both with and without this directive. |
|
Verified 1007. |