kuba2k2 / spicetify-legacy

Commandline tool to customize Spotify client. Supports Windows, MacOS and Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Important info

This is a 'continuation' of the original Spicetify project, supporting legacy Spotify versions (namely 1.1.56.595). It has some additional features for extension developers who just want to stick to the good, old version (me). Do not use it if you don't know what you're doing.

New features since v1.2.1

  • support for .spa packaged custom apps
  • built-in React components exposed for custom usage
  • added some helper functions and APIs
  • added type declarations for the window.__spotify object

Installing

Install scripts in this fork are modified to use its releases. The following is an extract from the original repo's Wiki page with modified URLs.

Windows: In powershell

$v="1.3.0"; Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/kuba2k2/spicetify-legacy/legacy/install.ps1" | Invoke-Expression

Linux/MacOS: In bash

curl -fsSL https://raw.githubusercontent.com/kuba2k2/spicetify-legacy/legacy/install.sh -o /tmp/install.sh
sh /tmp/install.sh 1.3.0

I take no copyright nor responsibility for using this fork. This is here just so that I can use it easily.

The original readme goes here

img

Command-line tool to customize Spotify client. Supports Windows, MacOS and Linux.

Features

  • Change colors whole UI
  • Inject CSS for advanced customization
  • Inject Extensions (Javascript script) to extend functionalities, manipulate UI and control player.
  • Inject Custom apps
  • Enable additional, hidden features
  • Remove bloated components to improve performance

img

Installation

Basic Usage

Customization

Extensions

Custom Apps

Wiki

About

Commandline tool to customize Spotify client. Supports Windows, MacOS and Linux.

License:GNU Lesser General Public License v2.1


Languages

Language:JavaScript 94.4%Language:Go 3.9%Language:CSS 1.0%Language:PowerShell 0.4%Language:HTML 0.1%Language:Shell 0.1%