MusicMagicDJ Script
-
- Posts: 32
- Joined: Thu Sep 28, 2006 5:17 am
MusicMagicDJ Script
MusicMagicDJ
download setup file (v3.0 - updated 27th November 2008)
Latest Fixes
27th November 2008
* Now even more compatible with MediaMonkey 3...
8th April 2008
* Now compatible with MediaMonkey 3 (Thanks dressen and trixmoto)
* More defensive fixes
* Better handling of minimum rating (Thanks raybeau528)
What is it
It's another AutoDJ. When turned on it waits till the last track in the "Now Playing" list starts up, then queries your MusicMagic server for a suitable track to queue up next. If none are found it should just add a track you've never heard before. If that fails it should just add any old track not in the "Now Playing" list.
MusicMagicDJ is based very heavily on scrobblerDJ which we like a lot.
What you need
MediaMonkey (at least 2.5.2.951) - The best and only.
MusicMagic Mixer - "It’s a multi-million dollar MUSIC development application---and it’s yours for FREE." woohoo.
How to configure
Go to the options page (select options in the MediaMonkey Tools menu) - there should be an entry titled MusicMagic DJ Settings in the Player section.
download setup file (v3.0 - updated 27th November 2008)
Latest Fixes
27th November 2008
* Now even more compatible with MediaMonkey 3...
8th April 2008
* Now compatible with MediaMonkey 3 (Thanks dressen and trixmoto)
* More defensive fixes
* Better handling of minimum rating (Thanks raybeau528)
What is it
It's another AutoDJ. When turned on it waits till the last track in the "Now Playing" list starts up, then queries your MusicMagic server for a suitable track to queue up next. If none are found it should just add a track you've never heard before. If that fails it should just add any old track not in the "Now Playing" list.
MusicMagicDJ is based very heavily on scrobblerDJ which we like a lot.
What you need
MediaMonkey (at least 2.5.2.951) - The best and only.
MusicMagic Mixer - "It’s a multi-million dollar MUSIC development application---and it’s yours for FREE." woohoo.
How to configure
Go to the options page (select options in the MediaMonkey Tools menu) - there should be an entry titled MusicMagic DJ Settings in the Player section.
Last edited by DanielWebb on Thu Nov 27, 2008 12:38 pm, edited 5 times in total.
-
- Posts: 32
- Joined: Thu Sep 28, 2006 5:17 am
-
- Posts: 106
- Joined: Tue Jan 03, 2006 11:43 am
- Location: Maribor, Slovenia
- Contact:
-
- Posts: 292
- Joined: Wed Feb 01, 2006 7:29 am
- Location: Germany
Hi, the idea behind this scipt is great. But unfortunaly i can´t test it.
Every time i want to start the Musik IP Mixer Server it says
"Unable to start the server. Try another port"
It seems that you have experince with that program. Do you have any usefull tips what went wrong?
Do i need all three Options? Api, TiVo, UPnP checked?
Every time i want to start the Musik IP Mixer Server it says
"Unable to start the server. Try another port"
It seems that you have experince with that program. Do you have any usefull tips what went wrong?
Do i need all three Options? Api, TiVo, UPnP checked?
-
- Posts: 32
- Joined: Thu Sep 28, 2006 5:17 am
It's the API service you need to have running. If it won't start you could try changing the port from 10002 to some other number - say 10003 or so.
you can check the service is running by visiting the web address http://localhost:10002 (change the 10002 to whatever you have set the port to). - You should get a webpage telling you what services are running.
Of course if you do change the port, you'll need to change the corresponding port number in the MusicMagicDJ settings page.
hth
you can check the service is running by visiting the web address http://localhost:10002 (change the 10002 to whatever you have set the port to). - You should get a webpage telling you what services are running.
Of course if you do change the port, you'll need to change the corresponding port number in the MusicMagicDJ settings page.
hth
-
- Posts: 106
- Joined: Tue Jan 03, 2006 11:43 am
- Location: Maribor, Slovenia
- Contact:
Thanks god its the API service as this is the only one that I can start without problems. Still ... after starting the API service, making sure the ports are in synchrony at both preferences, enabling script in MM nothing happens when I come to last track in my playlist. Any idea??
This could be one of my favorite scripts ... I would really love to see it work!!
Thanks again Daniel!!
This could be one of my favorite scripts ... I would really love to see it work!!
Thanks again Daniel!!
-
- Posts: 32
- Joined: Thu Sep 28, 2006 5:17 am
-
- Posts: 106
- Joined: Tue Jan 03, 2006 11:43 am
- Location: Maribor, Slovenia
- Contact:
Yes, I have updated my scripts.ini file manually and technically it works but unfortunately with errors as shows my log file.
Any idea?
Thanks again Daniel!!

Any idea?

Thanks again Daniel!!
-
- Posts: 32
- Joined: Thu Sep 28, 2006 5:17 am
Try turning on the debug output too.
edit MusicMagicDJ.js, line 26:
change:
to:
There's no need to restart MediaMonkey, the change will be effective from the next time the next track starts in the Now Playing.
You should then see loads more output in MusicMagicDJ.js.log.
Look for the line beginning "mixURL:", copy the url that follows and paste it into your browser. You should be shown a page with some MusicMagic generated suggestions. What do you get ?
edit MusicMagicDJ.js, line 26:
change:
Code: Select all
var gDebugMode = false;
Code: Select all
var gDebugMode = true;
You should then see loads more output in MusicMagicDJ.js.log.
Look for the line beginning "mixURL:", copy the url that follows and paste it into your browser. You should be shown a page with some MusicMagic generated suggestions. What do you get ?
-
- Posts: 106
- Joined: Tue Jan 03, 2006 11:43 am
- Location: Maribor, Slovenia
- Contact:
I get MusicMagic generated suggestions in a browser if I enter mixURL and it looks ok. My new LOG looks like this. LINK
-
- Posts: 32
- Joined: Thu Sep 28, 2006 5:17 am
My guess is that your media monkey database doesn't have a track with the path of:
E:\My Music 2\Stevie.Wonder.Complete.Discography.(39.Albums).By.Atenea\1962 - The Jazz Soul of Little Stevie Wonder\09 - Bam.mp3
can you check ?
MediaMonkey and MusicMagic both need to see the files using the same path.
E:\My Music 2\Stevie.Wonder.Complete.Discography.(39.Albums).By.Atenea\1962 - The Jazz Soul of Little Stevie Wonder\09 - Bam.mp3
can you check ?
MediaMonkey and MusicMagic both need to see the files using the same path.
-
- Posts: 106
- Joined: Tue Jan 03, 2006 11:43 am
- Location: Maribor, Slovenia
- Contact:
-
- Posts: 32
- Joined: Thu Sep 28, 2006 5:17 am
What you should try is:
From media monkey menu choose search from the Edit menu.
click on the advanced tab
add a search criteria - Path/Filename contains E:\My Music 2\Stevie.Wonder.Complete.Discography.(39.Albums).By.Atenea\1962 - The Jazz Soul of Little Stevie Wonder\09 - Bam.mp3
hit search and wait - you should get one result.
I've also uploaded a new script which should give a bit more information. Can you see what that gives.
If all that fails then you could post your mediamonkey database on the web for me to check out:
look in My Music/MediaMonkey/MediaMonkey.ini for the key:
[system]
DBName=path/to/MediaMonkey.mdb
and post the MediaMonkey.mdb
I can then query it to see what's up.
From media monkey menu choose search from the Edit menu.
click on the advanced tab
add a search criteria - Path/Filename contains E:\My Music 2\Stevie.Wonder.Complete.Discography.(39.Albums).By.Atenea\1962 - The Jazz Soul of Little Stevie Wonder\09 - Bam.mp3
hit search and wait - you should get one result.
I've also uploaded a new script which should give a bit more information. Can you see what that gives.
If all that fails then you could post your mediamonkey database on the web for me to check out:
look in My Music/MediaMonkey/MediaMonkey.ini for the key:
[system]
DBName=path/to/MediaMonkey.mdb
and post the MediaMonkey.mdb
I can then query it to see what's up.
-
- Posts: 292
- Joined: Wed Feb 01, 2006 7:29 am
- Location: Germany
-
- Posts: 106
- Joined: Tue Jan 03, 2006 11:43 am
- Location: Maribor, Slovenia
- Contact:
I got one result the song Bam.mp3. Nothing is wrong with my mdb all files are accessible so the problem must be somewhere else. My new LOG looks like this: LINK
I could post my mdb too, but its 60MB ... tell me if you still need it.
Thanks again!!

PS: I am using MusicIP Mixer v.1.7 build 25. august 06 in case this matters ...
I could post my mdb too, but its 60MB ... tell me if you still need it.
Thanks again!!

PS: I am using MusicIP Mixer v.1.7 build 25. august 06 in case this matters ...