Skip to content

arrufat/spotify-search-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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