nynaevelan wrote:If you move the db and ini files to the mediamonkey folder, why is this not ideal for all users??
Nyn
They are private databases for each user. The old settings allowed users with a roaming profile to have their settings stored in a redirected folder, My Documents. User logs into any machine on the network and has their MM settings. Now this is not possible because of the reliance of reading the ini from a location that cannot be used for multiple different users.
2.5
User1: \\server\share\My Documents\My Music\MediaMonkey\user1s.mdb
User2: \\server\share\My Documents\My Music\MediaMonkey\user2s.mdb
User can login to any machine and always have their db.
3.0
User1: %UserProfile%\Local Settings\MediaMonkey\User1.mdb. Folder is deleted on logout with roaming profiles
Fix with %ProgramFiles%\MediaMonkey\MediaMonkey.ini
User1: \\server\share\My Documents\My Music\MediaMonkey\user1s.db
User2: Cannot change ini in %ProgramFiles% so unable to use MM
User can no longer move machine and no other users can use MM on the machine that the "fix" is in place.
This can simply be fixed by reading from %UserProfile%\Application Data first and not %UserProfile%\Local Settings\Application Data
[quote="nynaevelan"]If you move the db and ini files to the mediamonkey folder, why is this not ideal for all users??
Nyn[/quote]
They are private databases for each user. The old settings allowed users with a roaming profile to have their settings stored in a redirected folder, My Documents. User logs into any machine on the network and has their MM settings. Now this is not possible because of the reliance of reading the ini from a location that cannot be used for multiple different users.
2.5
User1: \\server\share\My Documents\My Music\MediaMonkey\user1s.mdb
User2: \\server\share\My Documents\My Music\MediaMonkey\user2s.mdb
User can login to any machine and always have their db.
3.0
User1: %UserProfile%\Local Settings\MediaMonkey\User1.mdb. Folder is deleted on logout with roaming profiles
Fix with %ProgramFiles%\MediaMonkey\MediaMonkey.ini
User1: \\server\share\My Documents\My Music\MediaMonkey\user1s.db
User2: Cannot change ini in %ProgramFiles% so unable to use MM
User can no longer move machine and no other users can use MM on the machine that the "fix" is in place.
This can simply be fixed by reading from %UserProfile%\Application Data first and not %UserProfile%\Local Settings\Application Data