View Issue Details

IDProjectCategoryView StatusLast Update
0001796MMW v4DB/FileMonitorpublic2006-12-11 19:13
Reporterrusty Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0001796: Database should be stored to Application Data instead of My Music
DescriptionCurrently, MediaMonkey data is stored to the /My Music/MediaMonkey folder by default. Many users have complained about this. We should move this to the correct location of either of the following (it seems that the former is more popular):

User/Application Data/MediaMonkey
User/Local Settings/Application Data/MediaMonkey

In terms of existing users, the location should be left as is, but for new users, the default should be as indicated.
Additional Informationhttp://www.mediamonkey.com/forum/viewtopic.php?t=3456
TagsNo tags attached.
Fixed in build

Activities

jiri

2006-06-16 11:37

administrator   ~0007348

We should use CSIDL_LOCAL_APPDATA, i.e. User/Local Settings/Application Data/MediaMonkey/MediaMonkey.db (btw, it's how WMP works).

Currently, just for testing, we use C:\mm.db, but it should be changed as described above. Also, user should be able to modify the default location using some option in MediaMonkey.ini, as it was possible for Access database (using DBName option).

petr

2006-06-16 18:06

developer   ~0007350

Default folder is moved to User\Local Settings\Application Data\MediaMonkey. With DBName param from ini file users can define custom location for the DB.

rusty

2006-12-11 19:13

administrator   ~0008272

The intended design is that:
1) MM is installed on a per user basis
2) If a second user on a pc installs the app, then config settings shouldn't be overridden and MM should just create a second set of config settings/DB

The only exception may be that some plugins which write directly to the MM directory (however, this is a problem anyhow in Vista).