Matt Drown wrote: 
>  Any questions, feel free to ask.
> 
> > 
Code:
--------------------
  >   > 
  > #Startup Pulseaudio
  > pulseaudio --start
  > 
  > #Create the Radio "sink"
  > pactl load-module module-null-sink sink_name=Radio 
sink_properties="device.description='Radio'"
  > 
  > #Run squeezelite, ensure that you have the pulse audio version
  > squeezelite -o Radio
  > 
  > #Run the metadata-update.sh script in the background  (the script above)./m
  > ./metadata-update.sh &
  > 
  > #Run PAREC piped into ICES
  > parec | ices ices-conf.xml
  > 
--------------------
> > 

The last three commands are giving me some problems;
Squeezelite -o Radio did not show up in LMS  (i used the precompiled
pulsaudio version from sourceforge).
No errors when executing the command. When I added -n pulse -z
(daemonize) LMS finds it but i doesn't start playing when i add a
playlist

Metadata script starts and fills with a different macaddress/player, but
first needed to do a touch on the pidfile. because it doesn't exist
(yet)

I could not find ices for the pi. so I installed ices2, but it can not
read the input file (broken pipe).

So i think I am close, but need a little help to configure ices2 and or
squeezelite.

Thanks in advance.

Greetings Henk


------------------------------------------------------------------------
Hellsblade's Profile: http://forums.slimdevices.com/member.php?userid=4283
View this thread: http://forums.slimdevices.com/showthread.php?t=112809

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

Reply via email to