View Issue Details

IDProjectCategoryView StatusLast Update
0001627MMW v4Install/Configpublic2006-10-10 04:06
Reporterrusty Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version3.0 
Summary0001627: MediaMonkey sets File Type to 'MediaMonkey file' for all supported extensions
DescriptionMediaMonkey 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 Informationhttp://www.mediamonkey.com/forum/viewtopic.php?t=2808
TagsNo tags attached.
Fixed in build

Activities

rusty

2006-07-11 21:16

administrator   ~0007446

Note: there are numerous support questions caused by this issue.

jiri

2006-08-07 13:04

administrator   ~0007681

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.

rusty

2006-10-10 04:06

administrator   ~0007991

Verified 1007.