For all the things in life which make me glad I'm not dead yet.
Posts tagged Network
Moving MediaMonkey to a Network Drive
Apr 18th
So, I’ve already relocated my entire media library to my new NAS box, so it’s about time to set up MediaMonkey to access it all again. Configuration First off, edit MediaMonkey.ini. Insert the DBName property and modify the PreviewDir one: [System] DBName=\\server\music\MediaMonkey\MM.DB TempDir=C:\MediaMonkey\Temp\ CacheDir=C:\MediaMonkey\Cache\ PreviewDir=\\server\music\MediaMonkey\Previews\ Move the existing MediaMonkey database to the network location specified, More ...