AuraPlay is a music player that supports both YouTube and Spotify with optional audio visualization.
# Ubuntu/Debian
sudo apt-get install ffmpeg
# macOS
brew install ffmpeg
# Windows (with chocolatey)
choco install ffmpeg
# Fedora/RHEL
sudo dnf install ffmpeg
# Arch / Manjaro
sudo pacman -S ffmpeg