Code:
pi@moode:~ $ moodeutl -l | grep librespot
20210809 101421 startSpotify(): (librespot --name "Moode Spotify" --bitrate 160 --format S16 --initial-volume 100 --volume-ctrl log --cache /var/local/www/spotify_cache --disable-audio-cache --backend alsa --device "_audioout" --onevent /var/local/www/commandw/spotevent.sh > /dev/null 2>&1 &)
pi@moode:~ $
Thanks... Here you go.
Code:
pi@moode:/var/local/www/commandw $ sudo netstat -tulpn | grep LISTEN
tcp 0 0 0.0.0.0:6600 0.0.0.0:* LISTEN 685/mpd
tcp 0 0 0.0.0.0:35145 0.0.0.0:* LISTEN 10059/librespot
tcp 0 0 0.0.0.0:58185 0.0.0.0:* LISTEN 2250/php-fpm: pool
tcp 0 0 0.0.0.0:56553 0.0.0.0:* LISTEN 2001/php-fpm: pool
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN 468/smbd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 1/init
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 401/nginx: master p
It seems to be bound to the port!
Adrian