@Guest - this script is next on my list!
Auto Album DJ 3.8 - Updated 08/08/2010
@dlt - you can use the "AvgPlays" variable to define the maximum average playcount per album. At the moment the "MaxDays" is based on the added date, not the last played date, so this option is not available yet.
@Guest - this script is next on my list!
@Guest - this script is next on my 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.
-
sasapuksic
- Posts: 106
- Joined: Tue Jan 03, 2006 11:43 am
- Location: Maribor, Slovenia
- Contact:
I have completed the upgrade of this script to the new "AutoDJ" script type in MM3. However, due to a bug in MM it doesn't actually work. I'll release this script once I've tested the next release of MM in which I've been told this should be fixed. 
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.
What bug is this? Maybe my script isn't working because of this?trixmoto wrote:I have completed the upgrade of this script to the new "AutoDJ" script type in MM3. However, due to a bug in MM it doesn't actually work. I'll release this script once I've tested the next release of MM in which I've been told this should be fixed.
Regards,
Red
Lets test one thing:
Test AutoDJ with 1 track (keep all played) and write results and after that do with multiple (2+) tracks (keep all played) and make results.
We are interested in findings.
Test AutoDJ with 1 track (keep all played) and write results and after that do with multiple (2+) tracks (keep all played) and make results.
We are interested in findings.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
The trouble is that when "GenerateNewTrack" is called, that track is not always added to the Now Playing list. This is not a problem if you are returning random tracks based on a criteria, but when returning all the tracks in an album in the correct order, it means that you don't get the full album in the Now Playing 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.
I'm not getting what you want to archive (5 tracks from Same Album in correct order)?
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
"Archive"?
MM calls "GenerateNewTrack" in my script to grab a track for the AutoDJ, however it doesn't always add them to the Now Playing window, which it should. It does always add the number that you want, but it calls "GenerateTrack" more often than it should. Jiri has confirmed this is a bug. It stops my script from working because my script needs every track selected to be added to the Now Playing list.
MM calls "GenerateNewTrack" in my script to grab a track for the AutoDJ, however it doesn't always add them to the Now Playing window, which it should. It does always add the number that you want, but it calls "GenerateTrack" more often than it should. Jiri has confirmed this is a bug. It stops my script from working because my script needs every track selected to be added to the Now Playing 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.
I see your point now. you are right.
Best regards,
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
Peke
MediaMonkey Team lead QA/Tech Support guru
Admin of Free MediaMonkey addon Site HappyMonkeying



How to attach PICTURE/SCREENSHOTS to forum posts
New version (3.0) is now available to download from my website. Changes include...
- Fixed the random number falling outside of range (thanks to Randy)
- Moved logfile to windows temporary directory (%temp%)
- Made into new AutoDJ script for MM3
For this script to work properly in MM3 you will need at least version 3.0.2.1133 (which is currently the latest beta version).
- Fixed the random number falling outside of range (thanks to Randy)
- Moved logfile to windows temporary directory (%temp%)
- Made into new AutoDJ script for MM3
For this script to work properly in MM3 you will need at least version 3.0.2.1133 (which is currently the latest beta 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.
-
nohitter151
- Posts: 23640
- Joined: Wed Aug 09, 2006 10:20 am
- Location: NJ, USA
- Contact:
Thanks Trix, I'm using it now and it works great! I love the new AutoDJ script type as well (keeps the options panel nice and short!)
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.
Need help? Got a suggestion? Can't find something?
Please no PMs in reply to a post. Just reply in the thread.
-
sasapuksic
- Posts: 106
- Joined: Tue Jan 03, 2006 11:43 am
- Location: Maribor, Slovenia
- Contact:
-
sasapuksic
- Posts: 106
- Joined: Tue Jan 03, 2006 11:43 am
- Location: Maribor, Slovenia
- Contact:

