Skip to content

Instantly share code, notes, and snippets.

@kee7a
Created February 27, 2020 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kee7a/647c59138fe8129958f812a063e760e8 to your computer and use it in GitHub Desktop.
Save kee7a/647c59138fe8129958f812a063e760e8 to your computer and use it in GitHub Desktop.
## Pi2AES setup
# In /boot/config.txt comment out the following
dtparam=audio=on
# In /boot/config.txt add the following
max_usb_current=1
audio_pwm_mode=2
dtparam=i2c_arm=on
dtoverlay=allo-digione
# In /etc/asound.conf add the following
pcm.!default {
type hw card 0
}
ctl.!default {
type hw card 0
}
## Installing plexamp
Follow instructions here: https://forums.plex.tv/t/plexamp-for-raspberry-pi-release-notes/368282
In step 1, use wget to download the file and 'tar -xvf $file' to extract
In step 3, do NOT run 'sudo apt install -y nodejs', instead run 'sudo apt-get install nodejs=9.11.2-1nodesource1'
## Installing raspotify
# Run the following command:
$ curl -sL https://dtcooper.github.io/raspotify/install.sh | sh
# Update the config
$ nano /etc/default/raspotify
## References:
# https://www.hifiberry.com/docs/software/configuring-linux-3-18-x/
# https://forums.plex.tv/t/plexamp-for-raspberry-pi-release-notes/368282
# https://github.com/dtcooper/raspotify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment