ShiromMakkad / LedFxDocker

A Docker Container for LedFx.
56 stars 19 forks source link

Getting Spotify audio input into LedFX #18

Open 1kohm opened 1 year ago

1kohm commented 1 year ago

Hi,

I'm using this image as my goal is to stream music from Spotify to LedFX and create sound reactive WLED effect. My problem is that I don't know where should I configure my Spotify account, is it somewhere in Snapserver container?

I've tried several docker-compose using different images, with no luck so far. My current configuration uses docker-compose.yml from this project examples. https://github.com/ShiromMakkad/LedFxDocker/blob/master/examples/snapcast.yml

version: '3'

services: snapserver: image: ivdata/snapserver container_name: snapserver ports:

Second issue I have is that ledfx container is complaining about ALSA and reporting following error in logs:

ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory
[ERROR ] ledfx.integrations.midi : Unable to enumerate midi devices: MidiInAlsa::initialize: error creating ALSA sequencer client object. ALSA lib seq_hw.c:466:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory

Can someone explain me what I'm missing or having incorrectly configured?

Thanks