RightClickForWeb With Tagging[MM3] (v1.60 2008-07-27)

Download and get help for different MediaMonkey for Windows 4 Addons.

Moderators: Peke, Gurus

spacefish
Posts: 1427
Joined: Mon Jan 14, 2008 7:21 am
Location: Denmark

Post by spacefish »

Thanks, I'll give that try. :)
Image
MM Gold 3.0.3.1183 : Vista HP SP1 (x86) : Zen Stone (2GB)
Zekton: An original MM3 skin by Eyal.
Scripts in Use: Add/Remove PlayStat | Auto Album DJ | AutoRateAccurate | Backup
Case & Leading Zero Fixer | Classification & Genre Changer | Clean Scripts.ini | Clear
Field | Custom Report | Discogs Auto-Tag Web Search | Forget Crossfade | Invert
Selection/Select None | Last 100... | Lyricator | Lyrics to Instrumental | MonkeyRok
MusicBrainz Tagger | My Custom Nodes | Now Playing Art Node | Play History & Stats
Right Click for Reports | Right Click for Scripts | Right Click for Web | Stop After Current
WebNodes
cadmanmeg
Posts: 309
Joined: Sun Nov 19, 2006 5:28 am

Post by cadmanmeg »

Cool functionality to have. Thanks for the script!
onenonymous
Posts: 374
Joined: Sat Feb 02, 2008 1:09 pm
Location: Texas

Post by onenonymous »

UPDATED: March 7, 2008
-Added right-click in the Menu_Pop_Tree
-Added menu to the Standard tool bar - now you don't even have to right click :D
-Added separate menu for Selection vs Now Playing
-Added ability to set where to launch the browser - default is to an external window like in previous version, but you can also set it to launch in a MM window or the MM built-in browser. See the instructions in the code for setting your preference. I could give you a choice at run-time rather than set your preference, but then it starts getting lots of menus and I think would be confusing. If anyone has UI suggestions, please let me know!
-Added many more websites to the ini file. The more entries you keep in your ini file, the longer it takes to open MM. Mine opens quickly, but I've got a fast computer. If yours takes too long, you might want to remove some of the entries.

See first post for updated code.
Last edited by onenonymous on Thu Mar 20, 2008 8:03 am, edited 1 time in total.
spacefish
Posts: 1427
Joined: Mon Jan 14, 2008 7:21 am
Location: Denmark

Post by spacefish »

OMG, thank you for adding Amazon UK! I hadn't gotten around to trying that bit of code of myself and here you've already done it for me. Super! :D
Image
MM Gold 3.0.3.1183 : Vista HP SP1 (x86) : Zen Stone (2GB)
Zekton: An original MM3 skin by Eyal.
Scripts in Use: Add/Remove PlayStat | Auto Album DJ | AutoRateAccurate | Backup
Case & Leading Zero Fixer | Classification & Genre Changer | Clean Scripts.ini | Clear
Field | Custom Report | Discogs Auto-Tag Web Search | Forget Crossfade | Invert
Selection/Select None | Last 100... | Lyricator | Lyrics to Instrumental | MonkeyRok
MusicBrainz Tagger | My Custom Nodes | Now Playing Art Node | Play History & Stats
Right Click for Reports | Right Click for Scripts | Right Click for Web | Stop After Current
WebNodes
onenonymous
Posts: 374
Joined: Sat Feb 02, 2008 1:09 pm
Location: Texas

Post by onenonymous »

Had to make a minor update to the code for using the internal browser. New code on the first post. Sorry I missed it before posting yesterday.

UPDATED: March 8, 2008
-Fixed code in the section to show the web page in MM internal browser, where it sometimes didn't update the internal browser page correctly.
Xrm950
Posts: 4
Joined: Thu Feb 07, 2008 7:39 pm

Post by Xrm950 »

I get an error when starting up MM.
Error #1025 - Microsoft VBScript compilation error
Expected end of statement
Save the code below as RightClickForWeb.ini in the Scripts\Auto directory
File: "C:Program Files\MediaMonkey\Scripts\Auto\RightClickForWeb.vbs", Line: 537, Column: 9
onenonymous
Posts: 374
Joined: Sat Feb 02, 2008 1:09 pm
Location: Texas

Post by onenonymous »

Xrm950 wrote:I get an error when starting up MM.
Error #1025 - Microsoft VBScript compilation error
Expected end of statement
Save the code below as RightClickForWeb.ini in the Scripts\Auto directory
File: "C:Program Files\MediaMonkey\Scripts\Auto\RightClickForWeb.vbs", Line: 537, Column: 9
It looks like you copied one to many lines from the original post. The last line of the file RightClickForWeb.vbs should be

Code: Select all

End Function
I'm guessing the end of your file looks like this:

Code: Select all

End Function

Save the code below as RightClickForWeb.ini in the Scripts\Auto directory
If so - delete the last line.
Xrm950
Posts: 4
Joined: Thu Feb 07, 2008 7:39 pm

Post by Xrm950 »

Yea that was it, thanks. I copied the code to quick and didn't see the break. Nice script btw.
onenonymous
Posts: 374
Joined: Sat Feb 02, 2008 1:09 pm
Location: Texas

Post by onenonymous »

Xrm950 wrote:Yea that was it, thanks. I copied the code to quick and didn't see the break. Nice script btw.
Thanks :D

I'm working on an update to allow user to select which browser method to choose on the fly as well as turn on and off logging without having to manually edit the vbs file. Look for that to be posted this weekend.
SDJeff
Posts: 88
Joined: Sat Mar 01, 2008 9:36 pm

Post by SDJeff »

In the ini file for search on Discogs "artist" URL line needs to be changed to:

Group=Discogs
Caption=Artist
URL=http://www.discogs.com/search?ev=hs&q=% ... btn=Search
Jeff
onenonymous
Posts: 374
Joined: Sat Feb 02, 2008 1:09 pm
Location: Texas

Post by onenonymous »

SDJeff wrote:In the ini file for search on Discogs "artist" URL line needs to be changed to:

Group=Discogs
Caption=Artist
URL=http://www.discogs.com/search?ev=hs&q=% ... btn=Search
Jeff
Thanks - I've updated the line in the first post.
pfstretch
Posts: 12
Joined: Sat Nov 17, 2007 12:17 pm

Post by pfstretch »

Hello trying to check this out, but getting errors. I'm on MM 2.5x ... is this only for MM3?
nohitter151
Posts: 23640
Joined: Wed Aug 09, 2006 10:20 am
Location: NJ, USA
Contact:

Post by nohitter151 »

pfstretch wrote:Hello trying to check this out, but getting errors. I'm on MM 2.5x ... is this only for MM3?
Yes.
MediaMonkey user since 2006
Need help? Got a suggestion? Can't find something?

Please no PMs in reply to a post. Just reply in the thread.
onenonymous
Posts: 374
Joined: Sat Feb 02, 2008 1:09 pm
Location: Texas

Post by onenonymous »

Script has been updated

Download the full installer **Includes the RightClickForWeb.ini file** If you've customized your RightClickForWeb.ini file, please back it up before installing the new version as the installer will replace it with a new version.

Version 1.3 Update April 6, 2008
-Streamlined the code
-Moved the toolbar button to the search toolbar
-Created an mmip installer
-When you use the "Web Lookup" node, it automatically updates to the new song when the now playing song changes (similar to WebNodes script)
-Added ability to choose which browser to use to the menu on the Search toolbar
-Added ability to turn logging on and off, view log and delete log from the menu on the search toolbar
-Added more web sites to the ini file

Here's a partial screenshot from the right click menu:
Image

and from the Web Lookup menu in the Search toolbar showing the Configure menu:
Image
Son of Spam
Posts: 242
Joined: Sat Apr 21, 2007 9:26 am
Location: Earth
Contact:

Post by Son of Spam »

onenonymous, I downloaded the full installer but it doesn't open up. It's one of those blank icons that says:

"Windows cannot open this file:

File: RightClickForWeb1.3.mmip", etc.

Where is the script code located?
Beware The Lollipop Of Mediocrity:
Lick It Once, And You Suck Forever.
Post Reply