Search found 185 matches

by twinbee
Sun Nov 27, 2011 4:58 am
Forum: MediaMonkey 4 Addons developer forum
Topic: Problem saving to Scripts folder in MM4 due to UAC
Replies: 12
Views: 7279

Problem saving to Scripts folder in MM4 due to UAC

My script MegaDJ doesn't just read from the Scripts folder, but also saves to it. I use MM's given path "SDB.ScriptsPath". Unfortunately, due to Microsoft's over-cautious and messy policy of not allowing files to be easily written to their own program folder (if inside Program Files), this...
by twinbee
Sat Nov 26, 2011 12:18 pm
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117528

Re: MegaDJ v2.54 [MM3] - (2011-01-03) (escape char added)

I might've guessed this would have something to do with the 'overprotection' of the Program files folder. I too really dislike the way certain programs store files which are scattered over a million different locations (and how Windows seems to encourage that). Instead I like to keep everything toge...
by twinbee
Fri Nov 25, 2011 1:21 pm
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117528

Re: MegaDJ v2.54 [MM3] - (2011-01-03) (escape char added)

Well there's another upvote for open source if I ever saw one. Glad to hear you got something working Anthony.

Santadog, thanks for the extra info, I'll try to look into it this week.
by twinbee
Thu Nov 24, 2011 4:21 am
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117528

Re: MegaDJ v2.54 [MM3] - (2011-01-03) (escape char added)

Hi r0k, did you get it to work in the end? If so, feel free to post the solution here to benefit others. AnthonyM1229, I'll at least bear the scheduled playback feature in mind, although it would be a lot of work. Mars74, I'll try out MM4 hopefully soon, and see if I can replicate the problem. I'm s...
by twinbee
Fri Nov 11, 2011 8:21 am
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117528

Re: MegaDJ v2.54 [MM3] - (2011-01-03) (escape char added)

Hi guys,

I haven't been notified of these posts to my email which is odd (as it usually notifies me). Just knew now because one of you emailed me - thankyou. Anyway, I'd like to resolve this bug within the next week or so (just finishing off my other project).
by twinbee
Sat Jul 02, 2011 10:43 am
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117528

Re: MegaDJ v2.54 [MM3] - (2011-01-03) (escape char added)

Hi Mars74,
That's unusual. Since when did it happen? Do you have the latest version of Mediamonkey installed, as maybe the usual path has changed? Does it happen when you refresh/create a node, or some other time?

Does anyone else have this problem? I use Windows 7 too, but haven't got that error.
by twinbee
Sat Jul 02, 2011 9:21 am
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117528

Re: MegaDJ v2.54 [MM3] - (2011-01-03) (escape char added)

That looks okay apart from you should use "custom1" instead of "Custom 1".

Sorry for slow reply.
by twinbee
Tue Jun 14, 2011 12:57 pm
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117528

Re: MegaDJ v2.54 [MM3] - (2011-01-03) (escape char added)

Hi, what you want is similar to "Example 29" in the MegaDJ example list. I'd scrap the idea of multiple nodes for now, and just have one node. Tick 'advanced' and set the math filter type to random. Then paste this in the math filter: if(TopCountry, 0.2, 1) * if(TopPop, 0.5, 1) * if(TopRoc...
by twinbee
Wed Apr 20, 2011 11:38 am
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117528

Re: MegaDJ v2.54 [MM3] - (2011-01-03) (escape char added)

Thanks mate, I think I understand; the 3 parts basically being IF X THEN Y ELSE Z? Yep. If you click the math drop down list, you'll see that at the bottom too. If this song is also not played in the last 20 days will it then be 8 x 0.8? Or will the second IF statement just use the actual rating of...
by twinbee
Sun Apr 10, 2011 10:37 pm
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117528

Re: MegaDJ v2.54 [MM3] - (2011-01-03) (escape char added)

Hi, Each If condition must always have 3 sections to it. You have 4 in your first "If" (the 4th is the second If itself!) and 2 sections in your second "If". Let me know if that's not clear and I can explain it more. Maybe you're looking for something more like: if(rating<0, 8, 1...
by twinbee
Sun Apr 10, 2011 7:17 pm
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117528

Re: MegaDJ v2.54 [MM3] - (2011-01-03) (escape char added)

Bman, try clicking on the "Now Playing" node and back to the MDJ node again. That's the best we can do until Mediamonkey supports the basic number # "sorting type" on non-playlist nodes. monkey maniac, for a bell curve type distribution try entering this into the math filter (don...
by twinbee
Sat Mar 12, 2011 5:52 pm
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117528

Re: MegaDJ v2.54 [MM3] - (2011-01-03) (escape char added)

Yes, another one to add to the todo feature list by the looks of it.
by twinbee
Wed Mar 02, 2011 8:16 pm
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117528

Re: MegaDJ v2.54 [MM3] - (2011-01-03) (escape char added)

The nearest way you can go about doing this is to probably set up say 4 nodes to represent the 4 artists (each node click Advanced, and then the 'Random' button, and perhaps with "No Dupes") and then use a 5th node like: rotate(ArtistNode1, ArtistNode2, ArtistNode3, ArtistNode4). ... to ro...
by twinbee
Mon Feb 07, 2011 3:46 pm
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117528

Re: MegaDJ v2.54 [MM3] - (2011-01-03) (escape char added)

Triponi, hey long time no speak, thanks for the support and request! That feature sounds like it may be a nightmare to implement, due to the structuring of the program. And it's kinda sorta related to the other feature requests, but not quite the same. Basically if I were going to go ahead, I'd want...
by twinbee
Fri Jan 14, 2011 5:48 am
Forum: Need Help with Addons? (MMW4)
Topic: MegaDJ v2.59 [MM3+4] 2012: Better compatibility + time fix
Replies: 232
Views: 117528

Re: MegaDJ v2.54 [MM3] - (2011-01-03) (escape char added)

Hi thanks for the thanks! Unfortunately, it isn't possible to limit the artists in the way you've described, but a few people seem to ask for that feature, so (grumble), it's something I'll have to at least consider.

In the meantime, MagicNodes should do what you want.