TheCoyote wrote: 
> It totally helps me.
> 
> I just got stuck at Step 12 now:
> 
> I already have MusicIp stored on that machine, and I don't have an lms
> user - for simplicity's sake, it's running as pi (I know, bad, but I
> didn't want to complicate things for me right now):
> 
> 
> 
> So things are differing beginning step 13 and I don't quite get it how
> it should be. I also don't have the register,key and mip.service files
> mentioned. I guess I need to download your package first.
> 
> Edit: so this is what I did:
> 
> > 
Code:
--------------------
  >   > pi@raspberrypi4:~ $ sudo mkdir /usr/local/mip
  > pi@raspberrypi4:~ $ sudo chown pi:pi /usr/local/mip <-- no lms user
  > pi@raspberrypi4:~ $ cp -r /usr/samba/mmm/MusicMagicMixer/*.* /usr/local/mip
  > pi@raspberrypi4:~ $ cp /usr/local/mip/mmm.ini /usr/local/mip/register.key 
~/.MusicMagic/
  > pi@raspberrypi4:~ $ sudo cp /usr/local/mip/mip.service /etc/systemd/system/
  > pi@raspberrypi4:~ $ sudo systemctl daemon-reload
  > pi@raspberrypi4:~ $ sudo systemctl enable mip.service
  > Created symlink /etc/systemd/system/multi-user.target.wants/mip.service 
&#8594; /etc/systemd/system/mip.service.
  > pi@raspberrypi4:~ $ sudo systemctl start mip.service
--------------------
> > 
> 
> Didn't give me any error messages so far, but running  netstat -ln
> won't show port 10002 or 10003 being in use - I'd expect that. So I
> guess the server hasn't started?

If you do not have an lms user, you will need to change mip.service so
that it has "User=pi"



*Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json
(Use http: //SERVER:9000/material/?debug=json,cometd to also see update
messages, e.g. play queue) 2. Open browser's developer tools 3. Open
console tab in developer tools 4. REQ/RESP messages sent to/from LMS
will be logged here.
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=106958

_______________________________________________
plugins mailing list
plugins@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to