I went to try this and have it working on a x86 box with the following
setup:
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 PAREC piped into ICES
parec | ices ices-conf.xml
--------------------
Code:
--------------------
#ices.conf input section
<input>
<module>stdinpcm</module>
<param name="rate">44100</param>
<param name="channels">2</param>
</input>
--------------------
I don't have metadata running, was looking to grab the info from the
json, but having some issues crafting up the correct messages, if anyone
has this working, please let me know. I just want to extract current
playing title/artist, and dump into a file.
Hope this helps someone.
------------------------------------------------------------------------
Matt Drown's Profile: http://forums.slimdevices.com/member.php?userid=69476
View this thread: http://forums.slimdevices.com/showthread.php?t=112809
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins