Ive been able to create a Guitar Tab finder for Mediamonkey. Its not exactly pretty and Im sure theres a better/more efficient way of doing it (im no programmer) but it works.
Basically this will grab Guitar Tabs from ultimate-guitar.com and display links to all available, upon clicking a link, will display that tab, as in screenshot.
This uses .asp so will require the IIS web server running on your PC.
To setup:
1. Download RightClickForWeb script and and the following entry in C:\Program Files\MediaMonkey\Scripts\Auto\RightClickForWeb.ini
Group=Guitar Tabs
Caption=Guitar Tab
URL=http://127.0.0.1/brownstab.asp?bn=%artist%&sn=%title%
2. Save the below file to C:\Inetpub\wwwroot (must have IIS running)
http://www.mediafire.com/file/mnnwzxom1m4/BrownsTab.asp
3. Download and install http://www.serverobjects.com/comp/asphttp3.zip
Thats about it. If someone knows a better way or could script without needing IIS would be excellent!
