Search found 374 matches

by onenonymous
Mon Feb 18, 2008 5:08 pm
Forum: Need Help with Addons? (MMW4)
Topic: Right Click for Scripts -with buttons! (2008-09-07) [MM3]
Replies: 207
Views: 122076

no problem. I have in mind how I could modify to give a Scripts menu as well as Exports - and put the correct ones in each. Perhaps the next version.

I still think I have a problem with the script.include that I need to sort out though - so if anyone has suggestions, please let me know.
by onenonymous
Mon Feb 18, 2008 4:50 pm
Forum: Need Help with Addons? (MMW4)
Topic: Right Click for Scripts -with buttons! (2008-09-07) [MM3]
Replies: 207
Views: 122076

Type 0 scripts are the ones that show up in Tools/Scripts menu. Type 1 scripts are in File/Export. You could easily include them by adjusting the code if you wanted. Here's where script types are described: http://www.mediamonkey.com/wiki/index.p ... _scripting
by onenonymous
Mon Feb 18, 2008 4:08 pm
Forum: Need Help with Addons? (MMW4)
Topic: Right Click for Scripts -with buttons! (2008-09-07) [MM3]
Replies: 207
Views: 122076

woohoo - my first signature line... :D
thanks Nyn!
by onenonymous
Mon Feb 18, 2008 2:03 pm
Forum: Need Help with Addons? (MMW4)
Topic: Right Click for Scripts -with buttons! (2008-09-07) [MM3]
Replies: 207
Views: 122076

nynaevelan wrote:Ok, by using a process of elimination I figured out it is Bex's SQL Viewer script.
Cool - does that mean it's working on your system now?

I'm not on my work PC now, so I can't test Bex's script to see if it causes problems for me also, but I'll check as soon as I can.
by onenonymous
Mon Feb 18, 2008 12:55 pm
Forum: Need Help with Addons? (MMW4)
Topic: Right Click for Scripts -with buttons! (2008-09-07) [MM3]
Replies: 207
Views: 122076

I'm guessing there's a collision in two of your scripts. My script does a series of "script.include" commands, so likely that's the culprit. I've got 3 scripts that I use that have the line "Const mmListDropdown = 2" in them. I don't error though, so not sure why you do. Looking ...
by onenonymous
Mon Feb 18, 2008 12:15 pm
Forum: Need Help with Addons? (MMW4)
Topic: Script for "CLASSIFICATION" tab of PROPERTIES wind
Replies: 2
Views: 1091

One suggestion - you could change the columns viewed to show only the title and the 5 custom fields. Right click on the column header and change which ones are checked. If you need to switch back and forth - you could create a custom filter that defines just the columns you need. Then switch it on, ...
by onenonymous
Mon Feb 18, 2008 11:59 am
Forum: Need Help with Addons? (MMW4)
Topic: Right Click for Scripts -with buttons! (2008-09-07) [MM3]
Replies: 207
Views: 122076

Thanks for trying - I'm an amateur programmer just now getting into MM3 scripts, so may need one of the veterans to give me a hint. One more thing to try - since it says the error is in line 9 - try deleting all the comments above the line with Option Explicit . I don't know why line 9 would be caus...
by onenonymous
Mon Feb 18, 2008 11:59 am
Forum: Need Help with Addons? (MMW4)
Topic: Right Click for Scripts -with buttons! (2008-09-07) [MM3]
Replies: 207
Views: 122076

Thanks for trying - I'm an amateur programmer just now getting into MM3 scripts, so may need one of the veterans to give me a hint. One more thing to try - since it says the error is in line 9 - try deleting all the comments above the line with Option Explicit . I don't know why line 9 would be caus...
by onenonymous
Mon Feb 18, 2008 10:25 am
Forum: Need Help with Addons? (MMW4)
Topic: Right Click for Scripts -with buttons! (2008-09-07) [MM3]
Replies: 207
Views: 122076

That's what I was thinking but then I get this error right after, and it occurs as soon as I open MM. hmm - I'm not sure what's going on - but have a thought. In my script I set "itm" and "subItm" to be my menu items. It might be that one of your scripts also has those set, so m...
by onenonymous
Mon Feb 18, 2008 9:09 am
Forum: Need Help with Addons? (MMW4)
Topic: Right Click for Scripts -with buttons! (2008-09-07) [MM3]
Replies: 207
Views: 122076

@Nyn - when does this error occur? line 9 is a comment so shouldn't cause any problems on loading. @cadmanmeg - I saw that error on some of my scripts during testing. It looked like it was tied to the problem I had with getting the "script.include" part to work. Which script are you runnin...
by onenonymous
Sun Feb 17, 2008 9:19 pm
Forum: Need Help with Addons? (MMW4)
Topic: Right Click for Scripts -with buttons! (2008-09-07) [MM3]
Replies: 207
Views: 122076

Right Click for Scripts -with buttons! (2008-09-07) [MM3]

This script places a new sub-menu in the pop-up menus you get when you right click on song(s) or nodes (Main Window, Track List, Now Playing & Menu_Pop_Tree) as well as a button in the toolbar. It reads through the Scripts.ini file and loads any script of type 0 into the menus. To use, right cli...
by onenonymous
Sun Feb 17, 2008 8:04 pm
Forum: Need Help with Addons? (MMW4)
Topic: Randomise Playlist 1.3 - Updated 20/10/2010
Replies: 88
Views: 111747

typo?

Trix - I'm a relatively new MM user and really appreciate all your scripts (not to mention those of all the other Monkey-wizards out there! :-)) I think there's a typo in your RandomisePlaylist script (for MM3), in line 143: inif.StringValue("RandomisePlaylist","Filename") = &quo...
by onenonymous
Sun Feb 03, 2008 10:14 am
Forum: Need Help with Addons? (MMW4)
Topic: Artist Top Tracks via Last.fm (1.14) (2008-01-20) [MM3]
Replies: 41
Views: 25071

RedX wrote:Only if it is the now playing song or also if it is in the now playing window?
Both cases
by onenonymous
Sat Feb 02, 2008 1:20 pm
Forum: Need Help with Addons? (MMW4)
Topic: Artist Top Tracks via Last.fm (1.14) (2008-01-20) [MM3]
Replies: 41
Views: 25071

love the script - I have a suggestion...
if I run it on a song queud up in Now Playing and that song is one of the top tracks, it pulls it in again (ie the song is now listed twice). I'd suggest that since it's already enqueued you don't need it queued up again..
running TopTracks 1.14 on MM3