petecallaghan / volumio-plugins-sources

Volumio plugins source code for Volumio 3
0 stars 0 forks source link

Add Built-in Spotify #2

Open petecallaghan opened 3 years ago

petecallaghan commented 3 years ago

The built-in Spotify plug-in uses its own music player (not mpd or librespot).

Add this to the optional services that can be included in the shield.

If it is added as a systemd service, then include it in the dependencies for the shield

petecallaghan commented 3 years ago

systemctl status spop.service to show the current status of this service

petecallaghan commented 3 years ago

spopd is the process name

petecallaghan commented 3 years ago

./moveprocess.sh spopd user|system is the command to move the spopd tasks

petecallaghan commented 3 years ago

self.commandRouter.pluginManager.getPlugin('music_service', 'spop') to check if Spotify is active