All Projects → amd64fox → SpotX

amd64fox / SpotX

Licence: MIT license
Blocking ads and updates for the desktop version of Spotify, disabling podcasts and something else.

Programming Languages

powershell
5483 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to SpotX

ADios
ADBlocker - Block ADS on Twitch, Spotify and EVERYWHERE via the HOST File, PI-Hole, Adblocker Add-on, DNSMasq, Response Policy Zone and Adguard Services. - ADios ADS !
Stars: ✭ 73 (-91.01%)
Mutual labels:  spotify, adblock, spotify-ads
Spotify-Internal
Remove ads and add extra features for spotify desktop version.
Stars: ✭ 25 (-96.92%)
Mutual labels:  spotify, spotify-no-ads
spotify-adblock
Adblocker for Spotify
Stars: ✭ 675 (-16.87%)
Mutual labels:  spotify, adblock
SpotifyAdBlocker-Windows
Spotify Adblocker for windows
Stars: ✭ 42 (-94.83%)
Mutual labels:  spotify, adblock
spotify ad muter
No description or website provided.
Stars: ✭ 20 (-97.54%)
Mutual labels:  spotify, spotify-ads
Spotify Adblock Linux
Spotify adblocker for Linux
Stars: ✭ 641 (-21.06%)
Mutual labels:  spotify, adblock
Xspotify
A modified Spotify client with DRM bypass.
Stars: ✭ 1,376 (+69.46%)
Mutual labels:  spotify, adblock
musicritic
Your personal music-specific Metacritic.
Stars: ✭ 45 (-94.46%)
Mutual labels:  spotify
graphql-spotify
GraphQL Schema And Resolvers For Spotify Web API
Stars: ✭ 55 (-93.23%)
Mutual labels:  spotify
spotatweet
A Spotify & Twitter API mashup showing what people are listening to now. Written in Node.js.
Stars: ✭ 26 (-96.8%)
Mutual labels:  spotify
sbotify
your personal bot that plays spotify music
Stars: ✭ 25 (-96.92%)
Mutual labels:  spotify
spotify-downloader-music-player
Download youtube songs in mp3 format and plays them
Stars: ✭ 31 (-96.18%)
Mutual labels:  spotify
cordova-spotify-oauth
🔐 Easy Spotify authentication for Cordova / PhoneGap apps
Stars: ✭ 15 (-98.15%)
Mutual labels:  spotify
beardify
Experimental Spotify client, with album catalog feature
Stars: ✭ 15 (-98.15%)
Mutual labels:  spotify
alternative-frontends
🔐🌐 Privacy-respecting web frontends for popular services
Stars: ✭ 821 (+1.11%)
Mutual labels:  adblock
letsblockit
Remove low-quality content and useless nags, focus on what matters. A community-maintained uBlock Origin filter set.
Stars: ✭ 259 (-68.1%)
Mutual labels:  adblock
fycharts
Unofficial Spotify Charts API. Get any and all data for top 200 and viral 50 music on Spotify. 27th Apr 2021 Update - fycharts returns empty dataframes due to CloudFlare protection on spotifycharts.com
Stars: ✭ 44 (-94.58%)
Mutual labels:  spotify
pihole-stuff
blocklists, scripts, etc.
Stars: ✭ 28 (-96.55%)
Mutual labels:  adblock
spotify-terminal
Terminal application to play/control Spotify.
Stars: ✭ 61 (-92.49%)
Mutual labels:  spotify
springtunes
Control your Spotify client remotely from your browser
Stars: ✭ 19 (-97.66%)
Mutual labels:  spotify

Modified Spotify Client for Windows

System requirements

  • OS: Windows 7-11
  • Spotify: Recommended official version 1.1.88.612
  • For Windows Desktop only (Microsoft store version is not suitable).
  • PowerShell: 3 or higher

Features

Fast installation / Update

Choose installation type:

Usual installation

During installation, you need to confirm some actions

or

  • Run The following command in PowerShell:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content | iex
Automatic installation

Automatic installation without confirmation (remove Spotify MS, install over recommended version, remove podcasts from homepage, block updates, no cache clear installation)

or

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content) } -confirm_uninstall_ms_spoti -confirm_spoti_recomended_over -podcasts_off -cache_off -block_update_on -start_spoti"
Installation for premium

Usual installation only without ad blocking, for those who have a premium account

or

  • Run The following command in PowerShell:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; iex "& { $((iwr -useb 'https://raw.githubusercontent.com/amd64fox/SpotX/main/Install.ps1').Content) } -premium"
Installing with parameters

You can specify various parameters for a more flexible installation, more details here

Установка на русском

Теперь установка на русском языке доступна в основном скрипте, просто скачайте и запустите Install.bat или выполните другие типы установки указанные выше.

Uninstall

or

Possible problems

Outdated versions of PowerShell

If you are using Windows 7, there may be errors in the installation process due to an outdated version of NET Framework and PowerShell. Do the following:

After running Install.bat, the message "Curl command line utility not found" appeared

The curl command was not found in the system (in windows 10 and above it comes out of the box), you need to install it manually:

  • Follow the link and download the installation file, depending on the bitness of the OS.
  • We start the installation process, at the end we must restart the PC.
How do I go back to the previous version of the client ?

If you have problems with the patch after upgrading the client version, then use this tool to revert back to the working version.

Additional Notes

  • The repository is based on BlockTheSpot, and also some tricks were taken from spicetify-cli, many thanks to the contributors
  • SpotX will only work correctly on the latest versions of Spotify, please make sure of this before asking a question.
  • The modifiable files are replaced by the Spotify installer every time it is updated, so you will need to apply the patch again when this happens.
  • SpotX will be installed even if you are using Spicetify, but you may need to run Install.bat again after running the spicetify apply or other commands.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].