Auto Album DJ 3.8 - Updated 08/08/2010
-
sasapuksic
- Posts: 106
- Joined: Tue Jan 03, 2006 11:43 am
- Location: Maribor, Slovenia
- Contact:
http://trixmoto.net/sasapuksic wrote:where from can i download the script?
New script:
Last.FM Node Now with DJ Mode!
Last.fm + MediaMonkey = Scrobbler DJ!
Tag with MusicBrainz ~ Get Album Art!
Tweak the Monkey! ~ My Scripts Page

Last.fm + MediaMonkey = Scrobbler DJ!
Tag with MusicBrainz ~ Get Album Art!
Tweak the Monkey! ~ My Scripts Page

Sounds sensible, I've added this to my to do list.
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
-
randy549
Bug in album selection algorithm (and the fix for it)
I installed the script last night and was getting this error, along with what seemed like way too many of the "[album] has 0 tracks above minimum rating" messages in the log file.Sammy20 wrote:I'm getting the following error: AutoAlbumDJ: An Album could not be selected.
I just hit enter and the error box goes away. I then activate and deactive autoalbumdj until it adds in some new albums.
Is there any way to disable this error, and set autoalbumdj to automatically retry adding an album?
I found what appears to be a bug on the following line (line 170 in version 2.7):
Code: Select all
ind = Int(max*Rnd+min+1)
The fix, I believe, is to change that line to:
Code: Select all
ind = Int((max-min+1)*Rnd)+min
Hope this helps,
Randy
Thanks for letting me know. I'll get this fixed in the next version. 
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
-
Randy549
You're quite welcome. This is a great script...I was searching for something in MediaMonkey that would give me the "album shuffle" behavior that I've grown to love on my new iPod nano, and this script fits the bill perfectly. Thanks for creating it.trixmoto wrote:Thanks for letting me know. I'll get this fixed in the next version.
Randy
-
sasapuksic
- Posts: 106
- Joined: Tue Jan 03, 2006 11:43 am
- Location: Maribor, Slovenia
- Contact:
I believe it is compatible, but I've not tested it yet. I plan to re-write it for MM3 to use the new Auto-DJ script type. Watch this space! 
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
-
Guest
I was looking for something just like this script. It took me a while to get it going, though, because like a couple other people here I don't have tracks rated. It was not obvious that I needed to set minimum rating to "unknown"--in part because it was unseen at the bottom of the list, while the tempting "logical" selection of zero was right at the top.
It might be helpful to have it set to "unknown" as the default. Presumably people who do use ratings as a filter will be the ones who actually want to change the setting, whereas people who don't use ratings wouldn't touch that setting, so the default should be geared to them.
It might be helpful to have it set to "unknown" as the default. Presumably people who do use ratings as a filter will be the ones who actually want to change the setting, whereas people who don't use ratings wouldn't touch that setting, so the default should be geared to them.
-
sasapuksic
- Posts: 106
- Joined: Tue Jan 03, 2006 11:43 am
- Location: Maribor, Slovenia
- Contact:
Ok, I'll look at this for the next version, which I will get round to I promise! 
Download my scripts at my own MediaMonkey fansite.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
All the code for my website and scripts is safely backed up immediately and for free using Dropbox.
This script has been really helpful in going through all the albums I haven't listened to since adding them to my library.
Right now I'm using the "Only select albums that have not been played before" option, but I'm realizing something: once I've been through everything once, I'm still going to want to be able to look for things with low playcounts or that I haven't listened to in a long time. Ideally, instead of "never been played before," I'd like to be able to say something like "with average playcount < X." This would cover both unplayed albums and underplayed albums.
Alternatively/additionally, it would be nice to be able to specify things that haven't been played since a certain date--or better yet for more than X days.
Right now I'm using the "Only select albums that have not been played before" option, but I'm realizing something: once I've been through everything once, I'm still going to want to be able to look for things with low playcounts or that I haven't listened to in a long time. Ideally, instead of "never been played before," I'd like to be able to say something like "with average playcount < X." This would cover both unplayed albums and underplayed albums.
Alternatively/additionally, it would be nice to be able to specify things that haven't been played since a certain date--or better yet for more than X days.
-
Guest
