Last updated: 03 July 2023
Last tested version: 1.2.3.1115
NOTE: SpotX does not support the Spotify client from Snap
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh)
To install on the Flatpak version of Spotify:
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -P /var/lib/flatpak/app/com.spotify.Client/x86_64/stable/active/files/extra/share/spotify/
-c
Clear app cache -- use if UI-related patches aren't working
-e
Experimental features -- enables experimental features
-E
Exclude feature -- disables specified feature(s) [currently disabled]
-f
Force patch -- forces re-patching if backup detected
-h
Hide podcasts, episodes and audiobooks on home screen
-o
Old UI -- skips forced 'new UI' patch
-P
Path directory -- manually set Spotify directory if not found in PATH
-p
Premium subscription setup -- use if premium subscriber
Use any combination of flags.
The following example clears app cache, adds experimental features and uses the new UI (if supported):
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -ce
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/uninstall.sh)
or