SpotX-Linux-Ridged/README.md

72 lines
2.2 KiB
Markdown
Raw Normal View History

2022-10-23 21:44:38 -06:00
<p align="center">
2022-10-23 21:55:02 -06:00
<a href="https://github.com/SpotX-CLI/SpotX-Linux"><img src="https://github.com/SpotX-CLI/SpotX-Linux/raw/main/.github/Pic/logo.png" />
2022-10-23 21:44:38 -06:00
</p>
<p align="center">
<a href="https://t.me/spotify_windows_mod"><img src="https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/.github/Pic/Shields/tg.svg"></a>
<a href="https://discord.gg/p43cusgUPm"><img src="https://discord.com/api/guilds/807273906872123412/widget.png"></a>
</p>
***
2022-10-20 16:26:40 -06:00
<center>
<h4 align="center">A multi-featured adblocker for the Spotify Linux application.</h4>
2022-10-20 16:26:40 -06:00
<p align="center">
<strong>Last updated:</strong> 27 October 2022<br>
2022-10-20 16:26:40 -06:00
<strong>Last tested version:</strong> 1.1.84.716
</p>
</center>
### Features:
- Blocks all banner/video/audio ads within the app
2022-10-22 18:32:16 -06:00
- Blocks logging (Sentry, etc)
2022-10-20 16:26:40 -06:00
- Unlocks the skip function for any track
- Enables some experimental features (optional)
2022-10-20 16:26:40 -06:00
### Installation/Update:
NOTE: SpotX does not support the Spotify client from Snap
2022-10-20 16:26:40 -06:00
- Close Spotify completely.
- Run The following command in Terminal:
```
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh)
```
#### Optional Install Arguments:
`-c` Clear app cache -- use if UI-related patches aren't working
`-e` Experimental features -- enables experimental features
`-f` Force patch -- forces re-patching if backup detected
`-P` Path directory -- manually set Spotify directory if not found in PATH
2022-10-20 16:26:40 -06:00
`-p` Premium subscription setup -- use if premium subscriber
Use any combination of flags.
The following example clears app cache and adds experimental features:
```
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/install.sh) -ce
```
### Uninstall:
- Close Spotify completely.
- Run The following command in Terminal:
```
bash <(curl -sSL https://raw.githubusercontent.com/SpotX-CLI/SpotX-Linux/main/uninstall.sh)
```
or
- Reinstall Spotify
### DISCLAIMER
2022-10-22 18:42:47 -06:00
- Ad blocking is the main concern of this repo. Any other feature provided by SpotX-Linux or consequence of using those features will be the sole responsibility of the user, not BlockTheSpot/SpotX/SpotX-CLI/SpotX-Linux.
2022-10-20 16:26:40 -06:00
### Credits
- Thanks to [SpotX - amd64fox](https://github.com/amd64fox/spotx).