pwittchen / tmux-plugin-spotify

tmux plugin displaying currently played song on Spotify (linux only)
Apache License 2.0
53 stars 10 forks source link

spotify-tui + spotifyd #9

Open alexchaichan opened 2 years ago

alexchaichan commented 2 years ago

Hey, is there a way to include this into spotify-tui + spotifyd ?

pwittchen commented 2 years ago

Hi,

Unfortunately, I don't know, because I don't know these tools. This tmux plugin uses my script in python: https://github.com/pwittchen/spotify-cli-linux and to use this script, you need to have Spotify desktop app turned on and script communicates with it via dbus. It works on Linux only. If that's your case, you can try to utilize this script with other tools.

Regards, Piotr