Nuzair46 / Lyrixed

Bringing back lyrics to Spotify free version with Spicetify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lyrixed

Discord

Lyrixed is a Spicetify custom app to bring back the lyrics feature to Spotify desktop app for freemium users.

Installation

Windows:

  • In your Powershell, Run:
    [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; Invoke-Expression "& { $(Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/Nuzair46/Lyrixed/main/install.ps1') }"

MacOS/Linux:

  • In your terminal, Run:
    curl -fsSL https://raw.githubusercontent.com/Nuzair46/Lyrixed/main/install.sh | sh

Uninstallation

  • In your terminal, Run:
    spicetify config custom_apps lyrixed-
    spicetify apply
    

Note

  • Feel free to open issue for fixes and features or contact on Discord.

About

Bringing back lyrics to Spotify free version with Spicetify

License:MIT License


Languages

Language:JavaScript 46.2%Language:PowerShell 18.2%Language:Shell 14.0%Language:TypeScript 12.2%Language:SCSS 9.4%