MCPcopy Index your code
hub / github.com/Nuzair46/BlockTheSpot-Installer

github.com/Nuzair46/BlockTheSpot-Installer @v0.3.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.3.0 ↗ · + Follow
86 symbols 210 edges 2 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README
<h1 align="center">BlockTheSpot Installer</h1>

Official installer for a multi-purpose adblocker and skip-bypass for the Spotify for Windows (64 bit)

Please support Spotify by purchasing premium
 <a href="https://github.com/Nuzair46/BlockTheSpot-Installer/releases"><img src="https://github.com/Nuzair46/BlockTheSpot-Installer/blob/main/assets/blockthespot.png" /></a>

Build status Discord

Official installer for BlockTheSpot.

Install

  1. Download latest BlockTheSpotInstaller.exe.
  2. Close Spotify if it is running.
  3. Run BlockTheSpotInstaller.exe.
  4. Choose one action:
  5. Install / Patch to install or update BlockTheSpot.
  6. Uninstall / Restore to remove BlockTheSpot and restore original chrome_elf.dll when backup exists.
  7. Choose the Spotify Windows x64 version you want to install. The list only shows the recommended version from config.ini and newer supported versions, and the recommended one is preselected.
  8. Enable Update or reinstall Spotify before patching when you want to install the selected Spotify version before patching.
  9. If Launch Spotify and close installer after completion is enabled, Spotify starts and the installer closes automatically.

Development

Prerequisite (before local build)

Generate the Windows app resources object (required for walk):

go run github.com/akavel/rsrc@v0.10.2 -manifest assets/app.manifest -ico assets/blockthespot.ico -arch amd64 -o windows_app_resources_amd64.syso

Build locally (on Windows)

go build -trimpath -ldflags="-H=windowsgui -X main.installerVersion=v1.0.0" -o BlockTheSpotInstaller.exe .

Cross-build from Linux/macOS

GOOS=windows GOARCH=amd64 go build -trimpath -ldflags="-H=windowsgui -X main.installerVersion=v1.0.0" -o BlockTheSpotInstaller.exe .

If you update the icon PNG

Rebuild the .ico, then regenerate app resources:

convert assets/blockthespot.png -define icon:auto-resize=256,128,64,48,32,16 assets/blockthespot.ico
go run github.com/akavel/rsrc@v0.10.2 -manifest assets/app.manifest -ico assets/blockthespot.ico -arch amd64 -o windows_app_resources_amd64.syso

Core symbols most depended-on inside this repo

Shape

Function 60
Method 17
Struct 8
TypeAlias 1

Languages

Go100%

Modules by API surface

main_windows.go80 symbols
main_windows_test.go6 symbols

For agents

$ claude mcp add BlockTheSpot-Installer \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page