Re: MusicMagicDJ Script
Posted: Wed Dec 03, 2008 5:19 am
I don't know, I don't have any. I guess it should work if the MusicIP mixer supports wma files.
The Music Manager for Serious Collectors
http://www.mediamonkey.com/forum/
Code: Select all
cd C:\Program Files (x86)\MusicIP\MusicIP Mixer\
MusicMagicServer.exe start
Code: Select all
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "C:\Program Files (x86)\MusicIP\MusicIP Mixer\MusicIP-Server.bat" & Chr(34), 0
Set WshShell = Nothing
into the MusicIP directory so you don't need to re-analyze your music for the server separately. If you don't do this, you will need to go to http://localhost:10002/ and set up the MusicIP server with the location of your music library.C:\Users\YOURUSERNAMEHERE\AppData\Roaming\MusicIP\MusicIP Mixer
Hey NorskeDivision,NorskeDivision wrote:Hello, since MusicIP is no longer available as a stand alone server, I figured some people here may be interested in getting the MusicIP service / Music Magic Server to run automatically on every reboot without starting the MusicIP application.