mirror of
https://github.com/SpotX-Official/SpotX-Bash.git
synced 2026-04-11 17:37:20 +10:00
Support v1.2.31.1205.g4d59ad7c
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<center>
|
||||
<h4 align="center">Adblock for the Spotify desktop client on Linux & macOS</h4>
|
||||
<p align="center">
|
||||
<strong>Latest supported version:</strong> 1.2.30.1135.g02fef27a
|
||||
<strong>Latest supported version:</strong> 1.2.31.1205.g4d59ad7c
|
||||
</p>
|
||||
</center>
|
||||
|
||||
@@ -53,7 +53,7 @@ bash <(curl -sSL https://spotx-official.github.io/run.sh)
|
||||
| `--help` | print options |
|
||||
| `-i` | enable interactive mode |
|
||||
| `--installdeb` | install latest client deb pkg on APT-based distros [Linux] |
|
||||
| `--installmac` | install latest supported client (macOS) |
|
||||
| `--installmac` | install latest supported client [macOS] |
|
||||
| `-l` | [no lyrics background color](https://github.com/SpotX-Official/SpotX-Bash/issues/20#issuecomment-1762040019) |
|
||||
| `-o` | use [old home screen UI](https://github.com/SpotX-Official/SpotX-Bash/wiki/SpotX%E2%80%90Bash-FAQ#what-is-the-old-and-new-ui) |
|
||||
| `-p` | [paid premium-tier subscriber](https://github.com/SpotX-Official/SpotX-Bash/wiki/SpotX%E2%80%90Bash-FAQ#can-spotx-bash-be-used-with-a-paid-premium-account) |
|
||||
|
||||
3
spotx.sh
3
spotx.sh
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
buildVer="1.2.30.1135.g02fef27a"
|
||||
buildVer="1.2.31.1205.g4d59ad7c"
|
||||
|
||||
case $(uname | tr '[:upper:]' '[:lower:]') in
|
||||
darwin*) platformType='macOS' ;;
|
||||
@@ -633,6 +633,7 @@ defaultExperimentals=(
|
||||
's|audio equalizer for Desktop and Web Player",default:\K!1|true|s' #enableEqualizer
|
||||
's|EA FC 24 easter egg",default:\K!1|true|s' #enableFC24EasterEgg
|
||||
's|option to Forget Devices",default:\K!1|true|s' #enableForgetDevice
|
||||
's|Enable fullscreen mode",default:\K!1|true|s' #enableFullscreenMode
|
||||
's|Show global top bar with home button, search input and user avatar",default:\K!1|true|s' #enableGlobalTopBar
|
||||
's|Ignore In Recommendations for desktop and web",default:\K!1|true|s' #enableIgnoreInRecommendations
|
||||
's|new inline playlist curation tools",default:\K!1|true|s' #enableInlineCuration
|
||||
|
||||
Reference in New Issue
Block a user