Richard Wells;351344 Wrote: 
> ...I've unzipped the tar file onto my clarkconnect box and have a nice
> bunch of files in a folder called MusicMagicMixer but have absolutely
> no idea what to do next."

See the wiki:
http://wiki.slimdevices.com/index.php/Integrating_MusicIP_with_SqueezeCenter
(Goto section 5.2.1 'MiP headless under Linux')

For some reason I've never understood, you have to install java to make
the headless server work, and set JAVA_HOME.  *On a debian-based
system*, I'd do it like this

Install java

Open the /etc/environment file in an editor, and add the following line
at the top:

Code:
--------------------
    JAVA_HOME="/usr/lib/jvm/java-6-sun-1.6.0.07"
--------------------


*(Make sure that you replace /usr/lib/jvm/java-6-sun-1.6.0.07 with the
correct up-to-date folder name on your system)*
Save and close. Reboot

I don't know where ClarkConnect keeps the files - you'll have to check
that yourself first.

I should say that last time I installed MiP, I did not follow the wiki
procedure, so I cannot vouch for it from personal experience.  The less
elegant way I used (and this is on a Debian-based system, so check the
file locations on CC) is to install java and then edit the file
/etc/init.d/squeezecenter as follows:

Immediately below the line
*# Updated By: Dan Sully*
add this:

Code:
--------------------
    # The next section (down to sleep 5) starts MusicMagicServer
  set -e
  JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.07
  USER=YourUserName
  PROGRAM=/home/YourUserName/MusicIP/MusicMagicMixer/MusicMagicServer
  ( sudo -u $USER -H $PROGRAM start & )
  sleep 5
--------------------

(Substitute your own user name for 'YourUserName' above;  and put the
right directory for you after JAVA_HOME= )
Then save and reboot.

Hope this helps, at least to get you started.


-- 
Diana
------------------------------------------------------------------------
Diana's Profile: http://forums.slimdevices.com/member.php?userid=7463
View this thread: http://forums.slimdevices.com/showthread.php?t=46697

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to