YuXilong / SpotX-Bash

SpotX, but bash... for Linux and macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Adblock for the Spotify desktop client on Linux & macOS

Latest supported version: 1.2.17.832.g15fa351e

Features:

  • Block all audio, banner & video ads
  • Block logging (Sentry, etc)
  • Enable developer mode
  • Enable experimental features
  • Hide audiobooks, episodes & podcasts on home screen
  • Block automatic updates (macOS)
  • Install supported desktop client versions (macOS)

Usage:

  • Run the following command in terminal:
bash <(curl -sSL https://gist.github.com/jetfir3/e8830cf8deba6a4f15eec094d344f7b1/raw/spotx.sh)
  • By default, all supported experimental features are enabled
  • View additional arguments and examples in the Options section below
  • See the FAQ for more information

Options:

Option Description
-B block Spotify auto-updates (macOS)
-c clear Spotify app cache
-d enable developer mode
-e exclude all experimental features
-f force SpotX-Bash to run
-h hide non-music on home screen
--help print options
-i enable interactive mode
-I install latest supported client (macOS)
-o use old home screen UI
-p paid premium-tier subscriber
-P [path] set path to Spotify
-S skip codesigning (macOS)
--uninstall uninstall SpotX-Bash
-v print SpotX-Bash version
-V [version] install client version (macOS)

Examples:

Run SpotX-Bash, clear app cache, enable dev mode, hide non-music categories

bash <(curl -sSL https://gist.github.com/jetfir3/e8830cf8deba6a4f15eec094d344f7b1/raw/spotx.sh) -cdh

Run SpotX-Bash, enable interactive mode, set custom path to Spotify

bash <(curl -sSL https://gist.github.com/jetfir3/e8830cf8deba6a4f15eec094d344f7b1/raw/spotx.sh) -i -P $HOME/Downloads/

Run SpotX-Bash, set paid premium-tier subscriber

bash <(curl -sSL https://gist.github.com/jetfir3/e8830cf8deba6a4f15eec094d344f7b1/raw/spotx.sh) -p

Run SpotX-Bash, block auto-updates, install latest supported client version (macOS)

bash <(curl -sSL https://gist.github.com/jetfir3/e8830cf8deba6a4f15eec094d344f7b1/raw/spotx.sh) -BI

Credits

About

SpotX, but bash... for Linux and macOS

License:MIT License


Languages

Language:Shell 100.0%