larsks wrote: > I have uploaded some patches to squeezelite here: > > > https://code.google.com/r/larsks-squeezelite/source/list?name=feature%2Fwrite-metadata > > These changes introduce a new "-D <filename>" option which, when > specified, will cause squeezelite to write out information to the named > file whenever the server ip address changes. The metadata file will > look something like this: > > > Code: -------------------- > > SERVER_IP="192.168.1.71" > PLAYER_NAME="lars_test" > PLAYER_MAC="b8:27:eb:78:fa:c6" > -------------------- > > > > This is formatted so that you can simply source it into a shell > script.
thanks larsks, I have been looking at your patches to learn what has to be done, great to see you even did a little reformatting of slimproto.c I have a couple of questions though, so please excuse by non-programmer background. Ref main.c: The -D option seems to have already been used for DSD delay. Why are the original -D and -t options not in alphabetical order? Is there a typo in your "#if LINKALL" section? regards ------------------------------------------------------------------------ Greg Erskine's Profile: http://forums.slimdevices.com/member.php?userid=7403 View this thread: http://forums.slimdevices.com/showthread.php?t=97046 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
