Search found 374 matches

by onenonymous
Sat Oct 30, 2010 12:14 pm
Forum: Wishlist (MMW4)
Topic: To Have a Recently Added Button
Replies: 10
Views: 4175

Re: To Have a Recently Added Button

I use this mask for MagicNodes - this one is set for anything added in the last 15 days Added Recently|Child of:Now Playing|Filter:<Days since added> <= 15\<Days since added|Statistic:Count(Album artist), Count(Tracks)>\<Album Artist|Statistic:Count(Album), Count(Tracks)>\<Album|Statistic:Count(Trac...
by onenonymous
Sun Jan 03, 2010 7:58 pm
Forum: Need Help? (MMW4)
Topic: Web Node
Replies: 2
Views: 1067

Re: Web Node

There are a few scripts which do allow you to add to the web node - my Right Click for Web script for example as well as Web Nodes and Web Panels.
by onenonymous
Sun Jan 03, 2010 7:52 pm
Forum: Need Help? (MMW4)
Topic: How can I sort albums by album length?
Replies: 14
Views: 4296

Re: How can I sort albums by album length?

Can anyone help with how to modify this mask to sort by Album NAME with the album length listed... I've tried several variations of ALBUM replacing LENGTH with no luck... I'm not quite catching the formatting... I think this does it: Album (sort by name with Album Length)|Child of:Album|Filter:Song...
by onenonymous
Sat Jan 02, 2010 9:19 am
Forum: Need Help? (MMW4)
Topic: What to edit in Case.VBS file
Replies: 2
Views: 894

Re: What to edit in Case.VBS file

change line 58 from:

Code: Select all

whiteSpace.pattern = "^[\s,&]+$"  'include comma, ampersand, because we don't want to cap after these
to:

Code: Select all

whiteSpace.pattern = "^[\s,&]+$'"  'include comma, ampersand, because we don't want to cap after these
by onenonymous
Sat Dec 05, 2009 9:16 am
Forum: Need Help? (MMW4)
Topic: Play Random Album
Replies: 4
Views: 1882

Re: Play Random Album

Here's my code for a MagicNode to show a random album: One random album|Icon:Top level|Child of:Now Playing|Filter:Songs.IDAlbum IN (SELECT IDAlbum FROM Songs GROUP BY IDAlbum HAVING Count(TrackNumber) = Max(Cast(TrackNumber As integer)) AND Count(TrackNumber) > 3)\<Album|Sort order:Random|Top:1|Unk...
by onenonymous
Thu Dec 03, 2009 9:56 am
Forum: Need Help? (MMW4)
Topic: Play Random Album
Replies: 4
Views: 1882

Re: Play Random Album

You could also use MagicNodes to create a node with a Random Album. I've got one I use I'll post this weekend.
by onenonymous
Wed Dec 02, 2009 10:12 am
Forum: Need Help? (MMW4)
Topic: How to change MM's default browser to anything BUT IE?
Replies: 8
Views: 2774

Re: How to change MM's default browser to anything BUT IE?

My understanding is MM uses IE for any built-in browser functions. For RightClick for Web, for the actions that launch an external browser, the script doesn't call out which browser, it just launches your default browser.
~One
by onenonymous
Thu Nov 12, 2009 8:54 am
Forum: Need Help? (MMW4)
Topic: Playlist Management
Replies: 3
Views: 1642

Re: Playlist Management

You could also use MagicNodes to create a node with songs not in any playlist.
by onenonymous
Sun Nov 01, 2009 10:29 am
Forum: Need Help with Addons? (MMW4)
Topic: Magic Nodes 4.2 w/ 380 masks & real GUI (2011-07-01)[MM2+]
Replies: 2536
Views: 1125729

Re: Magic Nodes 3.0 w/ 245 masks & real GUI (2009-09-08) [MM2+3]

Is it possible to create a node with files which genre matches not white list of genres? i got a white list of genres in a comma separated textile like this "a capalla,...,country pop, country rock,..,modern rock,..,world fusion". you see that some words (country, rock) appear several tim...
by onenonymous
Sat Oct 31, 2009 9:31 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Current "Autotag from web" source
Replies: 2
Views: 1722

Re: Current "Autotag from web" source

the section [AlbumBrowser] seems to be related. There's a key "RunningScriptName=" which appears to hold either nothing if you're using a built in search (e.g. Amazon), or the path to the vbs file if you're using one of the autotagger scripts. [AlbumBrowser] Visible=0 ShowLive=1 ShowBestOf...
by onenonymous
Tue Oct 20, 2009 6:42 pm
Forum: Wishlist (MMW4)
Topic: Info Page for each album
Replies: 2
Views: 1300

Re: Info Page for each album

Check out Monkey Rok by Trixmoto or my Right Click for Web script.
by onenonymous
Tue Oct 13, 2009 8:12 am
Forum: Wishlist (MMW4)
Topic: filter for recent additions in the library tree
Replies: 6
Views: 2311

Re: filter for recent additions in the library tree

you can also use MagicNodes to create a node for recently added as well as recently modified.
by onenonymous
Sun Oct 11, 2009 6:43 pm
Forum: Need Help with Addons? (MMW4)
Topic: Monkey Rok 4.1 - Updated 17/08/2009
Replies: 1597
Views: 555104

Re: Monkey Rok 4.1 [MM2+3]

edit the file Functions.vbs in Scripts\MonkeyRok folder find line 1380: Dim url : url = "http://ws.audioscrobbler.com/2.0/?method="&met&"&artist="&fixurl(art) and change to: Dim url : url = "http://ws.audioscrobbler.com/2.0/?method="&met&"&a...