tadcook,
I just dummy installed this addon using the .mmip without any problem.
It can then be found in Tools > Scripts > Update Location of Files in Database...
If it doesn't show, then try a manual install of the files:
First change the extension of the downloaded file from .mmip to .zip
Now extract that (in place).
The extracted folder contains:
App.ico
Install.ini (not needed here)
Licence.txt (Information only)
Uninstall.ini
Uninstall.vbs
UpdateLocationOfFiles.vbs
Now copy/move UpdateLocationOfFiles.vbs to AppData\Roaming\MediaMonkey\Scripts - in your user folder.
In the same Scripts folder, you'll see Scripts.ini
Open and add the following to the end of that file and save it:
Code: Select all
[UpdateLocationOfFiles]
Filename=UpdateLocationOfFiles.vbs
Procname=UpdateLocationDialog
Order=91
DisplayName=Update Location of Files in Database...
Description=Update drive ID and/or base paths in database, e.g. after upgrading hard disk
Language=VBScript
ScriptType=0
That's all you need, but if you want to create an optional uninstaller:
Go to AppData\Roaming\MediaMonkey\Extensions
Create a new folder in Extensions called UpdateLocationOfFiles and copy/move the following (previously
extracted) files to it:
App.ico
Uninstall.ini
Uninstall.vbs
Now, go to AppData\Roaming\MediaMonkey\Extensions.ini
Add the following to the end of that file and save:
Code: Select all
[UpdateLocationOfFiles]
Title=Update Location of Files in Database
Description=Update drive ID and/or base paths in database, by Zvezdan Dimitrijevic
VersionMajor=1
VersionMinor=3
VersionRelease=3
VersionBuild=0
Type=script
UpdateURL=http://solair.eunet.rs/~zvezdand/UpdateLocationOfFiles.xml
Start MM.