View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002546 | MMW v4 | Install/Config | public | 2006-07-13 15:27 | 2007-03-16 17:04 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0002546: Milkdrop config settings shouldn't be written to the program directory | ||||
Description | As described in bug 1233, we should modify Milkdrop to write config settings to the MediaMonkey.ini file that is stored to the mediamonkey settings directory and not to /Program Files/MediaMonkey/Plugins. | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
In pluginshell.cpp, functions CPluginShell::ReadConfig() and CPluginShell::WriteConfig() should be modified so that instead of ini files registry (CurrentUser\Software\MilkDrop key) are used. MilkDrop requires DX8 libraries for its operations, they are uploaded to FTP (folder DX8). MilkDrop isn't in the standard MM SVN project, its URL is https://svn1.cvsdude.com/jirik/Public. |
|
Reopenning due to a bug in implementation causing 0002828. In order to simplify things, the updated specification is: Instead of storing data in \Program Files\MediaMonkey\Plugins\milkdrop_config.ini, store it in \Documents and Settings\{User}\Local Settings\Application Data\MediaMonkey\milkdrop_config.ini. This was the changes in Milkdrop code should be minimal and e.g. in config.cpp DeleteFile(m_szConfigIniFile); can be returned instead of series of WritePrivateProfileString() calls. |