Hi Michael,

Very nice work! I got spotify connect fully working on my DS212/arm with
some hacks.

#1 built spotty for DS212/armel with the rust-mdns patch I described
here: https://github.com/plietar/rust-mdns/issues/10

#2 built custom pv, since the one in arm-linux folder gave 'illegal
instruction' and pv wasn't available on the DS212


Code:
--------------------
    git clone https://github.com/icetee/pv
  cd pv
  export HOST=x86_64-unknown-linux-gnu
  export TARGET=armv5te-rcross-linux-gnueabi
  export 
CC=/usr/local/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-gcc
  export 
AR=/usr/local/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-ar
  export 
LD=/usr/local/arm-marvell-linux-gnueabi/bin/arm-marvell-linux-gnueabi-ld
  export CFLAGS="-Wall -Os -fPIC -D__arm__ -mfloat-abi=soft"
  ./configure --HOST=$HOST --TARGET=$TARGET
  make
--------------------


#3 Modified $knownIncompatible in Settings.pm 


I can control the Squeezebox via the Spotify app (android&windows) and I
am very happy with this :)


------------------------------------------------------------------------
jr01's Profile: http://forums.slimdevices.com/member.php?userid=67342
View this thread: http://forums.slimdevices.com/showthread.php?t=108030

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

Reply via email to