Skip to content

eliasblume/SpicetifyModule

Repository files navigation

PS> SpicetifyModule

Powershell module to automate patching Spotify with Spicetify

Installation

Download from PowerShell Gallery or install via PowerShellGet:

Install-Module -Name SpicetifyModule

Usage

it is recommended to include this into your profile to make it available in every powershell session. Edit HOMEDIR:\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 and add the following lines:

Import-Module SpicetifyModule

or just run it in your current session:

To execute the patching process, run the following command:

Update-Spicetify

Automation/Topgrade

This is meant to be used together with Topgrade to automate the process of updating your system. Simply edit your profile like shown in Usage. Then edit your topgrade config with topgrade --edit-config and add this into the commands section:

# the `commands` key should already exist
[commands]
"Update Spicetify" = "Update-Spicetify"

Releases

No releases published

Packages

No packages published