spotify-search-provider icon indicating copy to clipboard operation
spotify-search-provider copied to clipboard

Spotify search provider for GNOME Shell

spotify-search-provider

Spotify search provider for GNOME Shell

Screencast

Installation

Arch Linux

Install spotify-search-provider from the AUR:

yay -S spotify-search-provider

Manual

Install the following dependencies:

  • python-dbus (might be named python3-dbus)
  • python-gobject (might be named python3-dbus)
  • spotipy: pip install --user spotipy

Then run:

git clone https://github.com/arrufat/spotify-search-provider
cd spotify-search-provider
sudo ./install.sh

And to uninstall it:

sudo ./uninstall.sh

Credits