Skip to content

Convert to using spotify-tui for Spotify control rather than dbus

Sebastian H. Gabrielli requested to merge no-dbus into master

Previously dbus was used, this however does not work if the system does not have dbus installed, such as may be the case on Wayland systems.

This is why for pausing spotify the command line client of spotify-tui has been replaced with dbus.

Merge request reports