Gus;390130 Wrote:
> When I reboot my machine I'm still not able to get MiP working. When I
> installed the it according to the wiki, which specifies putting the
> folder in the home/<USER>/MusicIP I'd wondered how SC is supposed to
> "find" the plugin (as it's not sited in the folder for SC plugins). I
> assumed given my noobiness that there must be some kind of Linux mojo
> that magically finds this, but as its not working, I'm now suspecting
> that's the problem. When I go into SC interface under Settings/Plugins,
> sure enough, MiP doesn't show up as an option.
> If, (contrary to the wiki's directions) I was to resite the MiP folder
> into the SC Plugin folder, rewrite the mmserver path settings and
> update the init.d file settings, should that correct it?
> Cheers!
It shouldn't be installed in the Plugins folder, SC will find it
automatically by trying to establish connection on a specific port.
I can see two possible problems:
1. MusicIP isn't started correctly
2. SqueezeCenter is started before MusicIP
3. You haven't configured MusicIP
To check if MusicIP is started you can after a reboot from a command
line run:
Code:
--------------------
ps aux|grep MusicMagicServer
--------------------
You should get two rows as result, for example:
Code:
--------------------
erl...@squeezecenter:~$ ps aux|grep MusicMagicServer
musicip 4130 0.0 1.6 70588 8344 ? Sl 2008 34:07
/opt/MusicIP/MusicMagicServer start
erland 19743 0.0 0.1 3004 752 pts/0 R+ 06:54 0:00 grep
MusicMagicServer
--------------------
If you only get a single row there is some problem with the mmserver
script. The first thing I would check in this situation is to make sure
you have set the MUSICHOME environment variable row correctly. It should
point to the directory which contains the MusicMagicServer file, not a
MusicMagicServer directory. If I remember correctly I think the MusicIP
distribution by default is unzipped in a two level directory hierarcy,
something like "MusicIP/MusicMagicServer" in this case you will need to
set MUSICHOME to "/home/zipper/MusicIP/MusicMagicServer".
You don't have to reboot to check if it works, you can from a command
line just run:
Code:
--------------------
sudo /etc/init.d/mmserver start
--------------------
And then run the ps command I listed above unless you get any errors.
If mmserver is successfully started, the problem might also be that it
is started after SqueezeCenter. This is configured in the "bum" section
of the wiki, so make sure you have done that part correctly.
If mmserver is started correctly it also needs to find the music. This
is described in the "Building the MiP database" section of the wiki.
--
erland
Erland Isaksson
'My homepage' (http://erland.isaksson.info) 'My download page'
(http://erland.isaksson.info/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan, Custom Skip, Multi Library, Title Switcher and Database
Query plugins'
(http://wiki.erland.isaksson.info/index.php/Category:SlimServer))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=58905
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins