Antoniop wrote:
> Sorry if it didn't help. Maybe I have some other clues:
> Did you check that MusicIP is started before LMS ? otherwise LMS will
> not see it. Make sure it's the case:
> stop LMS:
> >
Code:
--------------------
> > sudo service logitechmediaserver stop
--------------------
> >
> start mmserver with the script:
> >
Code:
--------------------
> > /home/pi/MusicMagicMixer/mmserver start
--------------------
> >
> wait for a moment, check that MusicIP server is started then restart
> LMS
> >
Code:
--------------------
> > sudo service logitechmediaserver start
--------------------
> >
>
> Also make sure mmserver script is ok. It's like the "&" is missing at
> the end of the launch command line.
> Mine is the following:
> >
Code:
--------------------
> > #! /bin/sh
>
> # NON-PRIVIELEGED USER TO RUN MUSICMAGICSERVER.
> USER=pi
> # PATH TO THE MUSICMAGICMIXERSERVER
> export MUSICHOME=/home/$USER/MusicMagicMixer/
> case $1 in
> start)
> su - $USER -c $MUSICHOME"MusicMagicServer start & > /dev/null"
> echo "Running MusicMagicServer"
> exit
> ;;
> stop)
> su - $USER -c $MUSICHOME"MusicMagicServer stop & > /dev/null"
> echo "Stopped MusicMagicServer"
> exit
> ;;
> *)
> echo "Usage: /etc/rc.d/init.d/mmserver { start | stop }"
> exit
> ;;
> esac
>
--------------------
> > I have just noticed that your mmserver script is not the same as is
frankd's original post. He replaced the line
su - $USER -c $MUSICHOME"MusicMagicServer start & > /dev/null"
with another line. Any idea what difference that makes?
Sent from my SM-G900F using Tapatalk
------------------------------------------------------------------------
slartibartfast's Profile: http://forums.slimdevices.com/member.php?userid=35609
View this thread: http://forums.slimdevices.com/showthread.php?t=106958
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins