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

Overview

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

img

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
  • Remove bloated components to improve performance

Installation

Basic Usage

Customization

Extensions

Custom Apps

Wiki

Comments
  •  Cannot find symbol for Custom app React symbols

    Cannot find symbol for Custom app React symbols

    β„Ή Computer information

    • Spotify version: 1.1.63.566.g62675f37-a
    • Spicetify version: 2.5.0

    πŸ“ Provide detailed reproduction steps (if any)

    I'm trying to apply this theme but I get the "Cannot find symbol for Custom app React symbols" error and Spotify becomes blank after applying it. Tried removing extensions too but it doesn't help.

    βœ”οΈ Expected result

    The theme should be applied normally

    ❌ Actual result

    I get a blank screen

    πŸ› bug 
    opened by Daksh777 216
  • Devtools doesn't work

    Devtools doesn't work

    πŸ” Have you checked Spicetify.app page for your issue?

    • [X] I have checked the FAQ

    πŸ” Is there already an issue for your problem?

    • [X] I have checked older issues, open and closed

    β„Ή Environment / Computer Info

    - Spotify version 1.80
    - Spicetify: Latest
    Computer - mac catalina
    

    πŸ“ Description

    Unfortunately for those of us on mac and Linux devices, there is no workaround, is it possible to fix? What's the strategy here?

    πŸ“Έ Screenshots

    No response

    πŸ› bug πŸ§ linux πŸͺŸ windows πŸŽ macOS 
    opened by CharlieS1103 90
  • Spicetify WebNowPlaying.js extension not connecting to Rainmeter whilst WebNowPlaying companion for both firefox and chrome have no problem

    Spicetify WebNowPlaying.js extension not connecting to Rainmeter whilst WebNowPlaying companion for both firefox and chrome have no problem

    β„Ή Computer information

    • Spotify version: 1.1.62.583.gdac868ed-a
    • Spicetify version: 2.5.0-itsmeow-patch4

    πŸ“ Provide detailed reproduction steps (if any)

    1. Install spotify version 1.1.62.583.gdac868ed-a and close window
    2. Create folder "Update" in %localappdata%\spotify and remove all groups in permissions
    3. Run "Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression" in PowerShell window
    4. Run command "spicetify"
    5. Run command "spicetify backup apply enable-devtool"
    6. Close spotify
    7. Run command "spicetify config extensions webnowplaying.js"
    8. Run command "spicetify apply"
    9. Install latest version of rainmeter (beta) as well as the JaxCore3 skin and ModularPlayers skin
    10. Using the JaxCore3 settings, navigate to the ModularPlayers settings and switch "media" to Spotify (which uses the spicetify webnowplaying.js extension)

    βœ”οΈ Expected result

    ModularPlayers skin should display the currently playing spotify song and song information.

    ❌ Actual result

    Plugin remains unchanged. NOTE 1: When webnowplaying chrome or firefox extension is used instead, the ModularPlayers skin works fine and displays the information correctly (including the web version of spotify) NOTE 2: I have tried other Rainmeter skins that utilise spicetify and its webnowplaying.js extension and they don't work either. NOTE 3: Using the dev tools in spotify, under the "sources" tab, under the "extensions" drop-down menu, webnowplaying.js is listed.

    πŸ“· Screenshots

    image image image

    πŸ› bug 
    opened by potatohub741 57
  • Fatal Error

    Fatal Error

    β„Ή Computer information

    • Spotify version: Latest
    • Spicetify version: Latest

    πŸ“ Provide detailed reproduction steps (if any)

    1. Installed latest versions of spicetify & spotify
    2. Ran commands stated in basic guide
    3. Upon running any command the error generated is Transferring user.css: fatal open C:\Users\houst\AppData\Roaming\Spotify\Apps\zlink\css\user.css: The system cannot find the path specified.

    βœ”οΈ Expected result

    Spicetify should work as intended allowing me to apply themes.

    ❌ Actual result

    Transferring user.css: fatal open C:\Users\houst\AppData\Roaming\Spotify\Apps\zlink\css\user.css: The system cannot find the path specified.

    This prevents any commands being ran and/or themes being applied.

    πŸ› bug 
    opened by Luke-99870 50
  • Fix multiple hooks and extensions breaking on new Spotify (Solves #845)

    Fix multiple hooks and extensions breaking on new Spotify (Solves #845)

    This fixes multiple major hooks which were broken, the second step that #870 was missing. This PR includes #870 and solves #845.

    I have tested and ran this on the newest Spotify, it works very well.

    With a build of this PR Spotify should display properly again.

    PATCH DOWNLOAD + INSTRUCTIONS TO FIX FOR NEW SPOTIFY

    https://github.com/itsmeowForks/spicetify-cli/releases/tag/v2.5.0-patch4

    Fixed hooks by PR

    • Spicetify.React
    • Spicetify.Platform
    • Spicetify.Player.getProgress()
    • Spicetify.Player.getProgressPercent()
    • Spicetify.ReactComponent.ContextMenu
    • Spicetify.ReactComponent.RightClickMenu
    • Spicetify.ReactComponent.Menu

    Known currently broken hooks

    • Remove star wars easter egg
    • disable_sentry (This is completely removed, regardless of config settings, as of patch4. Disabling this is no longer necessary)
    • disable_logging
    • Spicetify.Menu
    • Spicetify.ReactComponent.MenuItem
    • Spicetify.ReactComponent.AlbumMenu
    • Spicetify.ReactComponent.PodcastShowMenu
    • Spicetify.ReactComponent.ArtistMenu
    • Spicetify.ReactComponent.PlaylistMenu

    Known issues

    • Some apps will not work due to the above broken hooks (let me know if any hooks you use are listed above as broken!)

    loopyLoop.js Fix

    patch4 currently doesn't include this, you can fix it yourself by downloading and replacing the loopyLoop.js from the repo or manually updating it as so:

    Open up spicetify-cli/Extensions/loopyLoop.js

    Change:

    const bar = document.querySelector(".playback-bar .progress-bar");
    

    to

    const bar = document.querySelector(".playback-bar > div:nth-child(2)");
    
    opened by itsmeow 48
  • Blank screen on Linux

    Blank screen on Linux

    πŸ” Have you checked Spicetify.app page for your issue?

    • [X] I have checked the FAQ

    πŸ” Is there already an issue for your problem?

    • [X] I have checked older issues, open and closed

    β„Ή Environment / Computer Info

    ❯ spotify --version
    spotify: /usr/lib/libcurl-gnutls.so.4: no version information available (required by spotify)
    Spotify version 1.1.80.699.gc3dac750, Copyright (c) 2022, Spotify Ltd
    
    ❯ spicetify -v
    Dev
    

    πŸ“ Description

    After running sudo -E spicetify apply Spotify loads up with a black screen

    tried multiple versions of spoitfy from the aur spotify-snap spotify

    Other people in the discord server also seem to have the same issue

    πŸ“Έ Screenshots

    image image

    πŸ› bug πŸ§ linux πŸ“¦ snap πŸ“¦ aur πŸ”΄ custom app 
    opened by Celibistrial 46
  • Synced Lyrics no do not work after playing song with no lyrics

    Synced Lyrics no do not work after playing song with no lyrics

    β„Ή Computer information

    • Spotify version: 1.1.68.632.g2b11de83
    • Spicetify version: 2.6.4

    βœ”οΈ Expected result

    popupLyrics showing lyrics normally

    ❌ Actual result

    popupLyrics saying theres no lyrics for every song

    πŸ“· Screenshots

    image

    πŸ› bug 
    opened by znicuuu 44
  • Something went wrong, please reload the page and try again

    Something went wrong, please reload the page and try again

    Downloaded the newest version of Spotify and Spicetify, however when I open spotify it says "something went wrong, please reload the page. THis also happens on the web player.

    opened by Lochie123 42
  • Spotify blank screen after Spicetify installation

    Spotify blank screen after Spicetify installation

    πŸ” Have you checked Spicetify.app page for your issue?

    • [X] I have checked the FAQ

    πŸ” Is there already an issue for your problem?

    • [X] I have checked older issues, open and closed

    β„Ή Environment / Computer Info

    - Spotify version: Spotify for Windows - 1.1.80.699.gc3dac750
    - Spicetify version: Latest
    

    πŸ“ Description

    Spotify always returns with a blank screen after installation of Spicetify, would work normally after uninstalling Spicetify. Tried all versions from (73.517) but got the same results.

    Webnowplaying for Rainmeter is not working as well, not sure its relevant but wanted to point out.

    πŸ“Έ Screenshots

    image

    πŸ› bug 
    opened by FATiPPO 39
  • Upgrading spicetify to 2.7.1 through brew switches it to vDev

    Upgrading spicetify to 2.7.1 through brew switches it to vDev

    β„Ή Computer information

    • Spotify version: 1.1.70.610.g4585142b
    • Spicetify version: 2.7.1

    πŸ“ Provide detailed reproduction steps (if any)

    1. Run brew upgrade

    βœ”οΈ Expected result

    Spicetify updates normally as usual

    ❌ Actual result

    Upgrading through brew switches to the spicetify vDev

    πŸ› bug β“ help wanted πŸ“¦ brew 
    opened by lor1x 37
  • Blank experimental features

    Blank experimental features

    πŸ” Have you checked Spicetify.app page for your issue?

    • [X] I have checked the FAQ

    πŸ” Is there already an issue for your problem?

    • [X] I have checked older issues, open and closed

    β„Ή Environment / Computer Info

    - Spotify version: 1.1.87.612
    - Spicetify version: 2.10.1
    

    Description:

    Step 1: Install Spotify to the latest Version. Step 2: Install Spicetify. Step 3: After installing and running Spicetify go to Spotify and go to the context menu of Spotify and you will see a text written experimental features click on that.

    Result: It will be a blank screen and it will show only the title showing Experimental features.

    Recording of the Result:

    https://user-images.githubusercontent.com/61643704/174284422-01dfb5f0-af99-40ec-b2fd-b538fbf86192.mov

    Screenshot of the Result:

    image

    πŸ› bug 
    opened by IamNickerson 36
  • feat(custom-app): support for `Your Library X`

    feat(custom-app): support for `Your Library X`

    2nd attempt at this, before Spotify breaks it like #2025 Most of the diffs are just Prettier doing its thing so dw about that To be used in combination with new home structure

    image image

    opened by kyrie25 0
  • Auto update Spicetify

    Auto update Spicetify

    πŸ“ Provide a description of the new feature

    It would be awesome if spicetify would update automatically when you start windows / start spotify / there was an update.

    βž• Additional Information

    I've been a few months making use of a script that runs the update commands and have kept that script in the windows startup folder, but it would be great if this was implemented natively in the application itself.

    #!\usr\bin\sh
    spicetify upgrade
    if [ $? -eq 0 ]; then
        spicetify restore backup apply --yes
        if [ $? -eq 0 ]; then
            echo "Spicetify has been successfully upgraded and restored"
        else
            echo "Spicetify has been successfully upgraded but failed to restore"
            return 1
        fi
    else
        echo "Spicetify has failed to upgrade"
        return 1
    fi
    exit 0
    
    ✨ enhancement πŸ”΄ custom app 
    opened by FNDme 2
  • Kali Linux: Error setting up the prefs file

    Kali Linux: Error setting up the prefs file

    πŸ” Have you checked Spicetify.app page for your issue?

    • [X] I have checked the FAQ

    πŸ” Is there already an issue for your problem?

    • [X] I have checked older issues, open and closed

    β„Ή Environment / Computer Info

    - Spotify version: latest
    - Spicetify version: 2.14.1
    

    πŸ“ Description

    Downloaded, wanted to install, issued a request to install the prefs file, install and get an error that it is not there where I indicated that it is, but it is definitely there. Help

    πŸ“Έ Screenshots

    Screenshot_2022-11-03_17_08_11

    ☠️ stale 
    opened by httpshotmaker 13
  • (._.) Isn't displayed correctly

    (._.) Isn't displayed correctly

    πŸ” Have you checked Spicetify.app page for your issue?

    • [X] I have checked the FAQ

    πŸ” Is there already an issue for your problem?

    • [X] I have checked older issues, open and closed

    β„Ή Environment / Computer Info

    - Spotify version: 1.1.97.962.g24733a46
    - Spicetify version: 2.14.1
    

    πŸ“ Description

    I use Full App Display on an old phone of mine that I don't use anymore, and everything works fine until the face for no lyrics pops up. I would like an option to disable the face when there aren't any lyrics, it doesn't display right as my screen is too small.

    πŸ“Έ Screenshots

    image

    πŸ› bug πŸ”΄ custom app β˜ οΈ stale 
    opened by EchoLWS999 4
  • Wrong color variable names after new UI update

    Wrong color variable names after new UI update

    πŸ” Have you checked Spicetify.app page for your issue?

    • [X] I have checked the FAQ

    πŸ” Is there already an issue for your problem?

    • [X] I have checked older issues, open and closed

    β„Ή Environment / Computer Info

    - Spotify version: 1.1.94.872.g7a9200fe
    - Spicetify version: 2.13.1
    

    πŸ“ Description

    Wrong color variable names after new UI update

    πŸ“Έ Screenshots

    Player

    image

    image

    Sidebar

    image

    image

    πŸ› bug β˜ οΈ stale 
    opened by Tetrax-10 8
Releases(v2.16.0)
  • v2.16.0(Jan 2, 2023)

    What's Changed

    • chore(css-map): update keyboard shortcuts class by @Tetrax-10 in https://github.com/spicetify/spicetify-cli/pull/2063
    • fix(github/actions): AUR update by @itsmeow in https://github.com/spicetify/spicetify-cli/pull/2058
    • fix(wrapper): append active class on custom app location by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/2064
    • feat(lyrics-plus): support for lrc files by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/2066
    • feat(lyrics-plus): remember song delay by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/2068
    • fix(lyrics-plus): various fixes to local lyrics by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/2067
    • feat(lyrics-plus): add japanese lyrics conversion tool by @41pha1 in https://github.com/spicetify/spicetify-cli/pull/1990
    • style(lyrics-plus): specify width for config button by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/2069
    • feat(github/actions): add homebrew release step by @theRealPadster in https://github.com/spicetify/spicetify-cli/pull/2060
    • fix(macos): reload in watch by @ririxidev in https://github.com/spicetify/spicetify-cli/pull/2061
    • fix(lyrics-plus): copy converted Japanese lyrics by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/2075
    • chore(css-map): update classes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/2077
    • fix(apply): patch for 1.2.2 by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/2078

    New Contributors

    • @41pha1 made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1990

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.15.0...v2.16.0

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.16.0-darwin-amd64.tar.gz(5.51 MB)
    spicetify-2.16.0-darwin-arm64.tar.gz(5.33 MB)
    spicetify-2.16.0-linux-amd64.tar.gz(5.68 MB)
    spicetify-2.16.0-linux-arm64.tar.gz(5.36 MB)
    spicetify-2.16.0-windows-x32.zip(5.75 MB)
    spicetify-2.16.0-windows-x64.zip(5.66 MB)
  • v2.15.0(Dec 18, 2022)

    What's Changed

    • chore(css-map): update classes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/2024
    • chore(css-map): update lyrics classes by @Tetrax-10 in https://github.com/spicetify/spicetify-cli/pull/2029
    • fix(apply): define custom app routes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/2038
    • fix(install): add new line to file by @ririxidev in https://github.com/spicetify/spicetify-cli/pull/2042
    • chore(css-map): update lyrics classes by @Tetrax-10 in https://github.com/spicetify/spicetify-cli/pull/2035
    • fix(types): update SVGIcons by @Tetrax-10 in https://github.com/spicetify/spicetify-cli/pull/2044
    • chore(css-map): update classes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/2043
    • fix(preprocess): update menu hooks by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/2057

    Compatibility

    • Spotify for macOS: 1.1.85 -> 1.2.1
    • Spotify for Linux: 1.1.99
    • Spotify for Windows/Microsoft Store: 1.1.85 -> 1.2.1
      • Spicetify may not work properly with Microsoft Store version

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.14.3...v2.15.0

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.15.0-darwin-amd64.tar.gz(4.71 MB)
    spicetify-2.15.0-darwin-arm64.tar.gz(4.53 MB)
    spicetify-2.15.0-linux-amd64.tar.gz(4.88 MB)
    spicetify-2.15.0-linux-arm64.tar.gz(4.56 MB)
    spicetify-2.15.0-windows-x32.zip(4.94 MB)
    spicetify-2.15.0-windows-x64.zip(4.86 MB)
  • v2.14.3(Nov 23, 2022)

    What's Changed

    • fix(CustomApps): hotfix for 1.1.99 by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/2022

    Compatibility

    • Spotify for macOS: 1.1.85 -> 1.1.99
    • Spotify for Linux: 1.1.99
    • Spotify for Windows/Microsoft Store: 1.1.85 -> 1.1.99
      • Spicetify may not work properly with Microsoft Store version

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.14.2...v2.14.3

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.14.3-darwin-amd64.tar.gz(4.71 MB)
    spicetify-2.14.3-darwin-arm64.tar.gz(4.53 MB)
    spicetify-2.14.3-linux-amd64.tar.gz(4.88 MB)
    spicetify-2.14.3-linux-arm64.tar.gz(4.56 MB)
    spicetify-2.14.3-windows-x32.zip(4.94 MB)
    spicetify-2.14.3-windows-x64.zip(4.86 MB)
  • v2.14.2(Nov 22, 2022)

    What's Changed

    • chore(css-map): add main-connectBar-connectBar by @Tetrax-10 in https://github.com/spicetify/spicetify-cli/pull/2009
    • fix(lyrics-plus): make invisible lyrics unclickable by @huhridge in https://github.com/spicetify/spicetify-cli/pull/2013
    • fix: add support for 1.1.99 by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/2018

    Compatibility

    • Spotify for macOS: 1.1.85 -> 1.1.99
    • Spotify for Windows/Microsoft Store: 1.1.85 -> 1.1.99
      • Spicetify may not work properly with Microsoft Store version

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.14.1...v2.14.2

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.14.2-darwin-amd64.tar.gz(4.71 MB)
    spicetify-2.14.2-darwin-arm64.tar.gz(4.53 MB)
    spicetify-2.14.2-linux-amd64.tar.gz(4.88 MB)
    spicetify-2.14.2-linux-arm64.tar.gz(4.56 MB)
    spicetify-2.14.2-windows-x32.zip(4.94 MB)
    spicetify-2.14.2-windows-x64.zip(4.86 MB)
  • v2.14.1(Oct 27, 2022)

    What's Changed

    • feat(expFeatures): general overhaul by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1965
    • fix(css-map): update class names by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1966
    • style(expFeatures): fix search bar styling by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1969
    • feat: add TooltipWrapper React Component by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1968
    • fix(css-map): update navAlt classes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1971
    • fix(Reddit): new layout compatibility by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1978
    • fix(css-map): map Search classes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1976
    • fix(devtools): searching for flatpak version by @ririxidev in https://github.com/spicetify/spicetify-cli/pull/1983
    • fix(types): optional param declaration for playUri by @jeroentvb in https://github.com/spicetify/spicetify-cli/pull/1984
    • fix(install.sh): create shellrc file when not found by @theRealPadster in https://github.com/spicetify/spicetify-cli/pull/1985
    • feat: add Spicetify config to version modal by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1986
    • fix: excess symbol on empty color scheme by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1987
    • fix: add support for 1.1.97 by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1994
    • feat(github/actions): lint pr title by @ririxidev in https://github.com/spicetify/spicetify-cli/pull/1991
    • feat: clean code by @ririxidev in https://github.com/spicetify/spicetify-cli/pull/1992

    Compatibility

    • Spotify for macOS: 1.1.85 -> 1.1.98
    • Spotify for Windows/Microsoft Store: 1.1.85 -> 1.1.98
      • Spicetify may not work properly with Microsoft Store version

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.14.0...v2.14.1

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.14.1-darwin-amd64.tar.gz(4.71 MB)
    spicetify-2.14.1-darwin-arm64.tar.gz(4.53 MB)
    spicetify-2.14.1-linux-amd64.tar.gz(4.88 MB)
    spicetify-2.14.1-linux-arm64.tar.gz(4.56 MB)
    spicetify-2.14.1-windows-x32.zip(4.94 MB)
    spicetify-2.14.1-windows-x64.zip(4.86 MB)
  • v2.14.0(Sep 29, 2022)

    What's Changed

    • feat(expFeatures): enable usage for enum type by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1941
    • fix(shuffle-plus): display liked songs option on relevant page by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1943
    • fix(fad): disable toggle if Lyrics Plus not applied by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1944
    • fix(css-map): update new layout classes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1950
    • fix: compatibility with 1.1.95 by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1955
    • feat(wrapper): add function to change key bindings by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1937
    • feat: allow running config-dir without valid path by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1959
    • fix: clear path if invalid AppX path is used by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1960
    • feat(preprocess): add support for error message bubble by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1963

    Compatibility

    • Spotify for macOS: 1.1.85 -> 1.1.95
    • Spotify for Windows/Microsoft Store: 1.1.85 -> 1.1.95
      • Spicetify may not work properly with Microsoft Store version

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.13.1...v2.14.0

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.14.0-darwin-amd64.tar.gz(4.38 MB)
    spicetify-2.14.0-darwin-arm64.tar.gz(4.21 MB)
    spicetify-2.14.0-linux-amd64.tar.gz(4.54 MB)
    spicetify-2.14.0-linux-arm64.tar.gz(4.21 MB)
    spicetify-2.14.0-windows-x32.zip(4.28 MB)
    spicetify-2.14.0-windows-x64.zip(4.45 MB)
  • v2.13.1(Sep 12, 2022)

    What's Changed

    • fix(topBar): reappend buttons on container removed by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1913
    • fix(css-map): update classes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1911
    • feat: general QoL changes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1923
    • fix(shuffle+): improved and fixed bugs by @Tetrax-10 in https://github.com/spicetify/spicetify-cli/pull/1921

    Compatibility

    • Spotify for macOS: 1.1.85 -> 1.1.94
    • Spotify for Windows/Microsoft Store: 1.1.85 -> 1.1.94

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.13.0...v2.13.1

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.13.1-darwin-amd64.tar.gz(4.38 MB)
    spicetify-2.13.1-darwin-arm64.tar.gz(4.21 MB)
    spicetify-2.13.1-linux-amd64.tar.gz(4.54 MB)
    spicetify-2.13.1-linux-arm64.tar.gz(4.21 MB)
    spicetify-2.13.1-windows-x32.zip(4.28 MB)
    spicetify-2.13.1-windows-x64.zip(4.45 MB)
  • v2.13.0(Sep 1, 2022)

    What's Changed

    • feat(popup-lyrics): add global delay option by @adufr in https://github.com/spicetify/spicetify-cli/pull/1882
    • fix(CustomApps): play button styling by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1887
    • fix(preprocess): menu hooks by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1889
    • fix(preprocess): 1.1.93 hotfix by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1906
    • fix(preprocess): update disableSentry hook by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1903
    • fix(preprocess): crash on clicking findFriendsButton by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1900
    • fix(wrapper): Queue binds by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1893
    • fix(css-map): update settings classes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1899
    • fix(sidebarConfig): personal-library dragover styling by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1896

    Compatibility

    • Spotify for macOS: 1.1.85 -> 1.1.93
    • Spotify for Windows/Microsoft Store: 1.1.85 -> 1.1.93

    New Contributors

    • @adufr made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1882

    Big thanks for all the work that @kyrie25 is doing πŸ’

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.12.0...v2.13.0

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.13.0-darwin-amd64.tar.gz(4.38 MB)
    spicetify-2.13.0-darwin-arm64.tar.gz(4.21 MB)
    spicetify-2.13.0-linux-amd64.tar.gz(4.54 MB)
    spicetify-2.13.0-linux-arm64.tar.gz(4.20 MB)
    spicetify-2.13.0-windows-x32.zip(4.28 MB)
    spicetify-2.13.0-windows-x64.zip(4.45 MB)
  • v2.12.0(Aug 22, 2022)

    What's Changed

    • fix(css-map): add coverSlot classes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1834
    • fix(css-map): add main-avatar-image by @Tetrax-10 in https://github.com/spicetify/spicetify-cli/pull/1835
    • fix(shuffle+): skip unplayable tracks on fetchPlaylist by @iurimateus in https://github.com/spicetify/spicetify-cli/pull/1840
    • fix(CustomApps): dropdown items not present by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1848
    • fix(css-map): update classes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1859
    • feat(LyricsPlus): seek to lyrics on click by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1847
    • feat(wrapper): add getFontStyle method by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1850
    • feat: reimplement Experimental Features by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1865
    • feat(expFeatures): update new features upon mismatch by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1867
    • feat(lyrics-plus): copy lyrics on right-click & stylings by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1866
    • fix(preprocess): platform hooks for 1.1.92 by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1875
    • fix(shuffle+): fail to put track to queue by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1872
    • fix(preprocess): patch correct component for MenuItem by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1870
    • feat(full-app-display): add like button by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1869
    • fix(config): check AppX path before apply to config-xpui by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1879
    • fix(preprocess): special ReactDOM case by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1877
    • feat(devtools): add support for MSIX installations by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1880

    Supported version

    • Spotify for macOS: 1.1.85, 1.1.86, 1.1.87, 1.1.88, 1.1.89, 1.1.90, 1.1.91, 1.1.92
    • Spotify for Windows/Microsoft Store: 1.1.85, 1.1.86, 1.1.87, 1.1.88, 1.1.89, 1.1.90, 1.1.91, 1.1.92

    New Contributors

    • @Tetrax-10 made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1835

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.11.1...v2.12.0

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.12.0-darwin-amd64.tar.gz(4.38 MB)
    spicetify-2.12.0-darwin-arm64.tar.gz(4.20 MB)
    spicetify-2.12.0-linux-amd64.tar.gz(4.54 MB)
    spicetify-2.12.0-linux-arm64.tar.gz(4.20 MB)
    spicetify-2.12.0-windows-x32.zip(4.28 MB)
    spicetify-2.12.0-windows-x64.zip(4.45 MB)
  • v2.11.1(Jul 21, 2022)

    What's Changed

    • fix(apply): backwards compatibility by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1829

    Supported version

    • Spotify for macOS 1.1.85, 1.1.86, 1.1.87, 1.1.88, 1.1.89, 1.1.90, 1.1.91
    • Spotify for Windows/Microsoft Store 1.1.85, 1.1.86, 1.1.87, 1.1.88, 1.1.89, 1.1.90, 1.1.91

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.11.0...v2.11.1

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.11.1-darwin-amd64.tar.gz(4.37 MB)
    spicetify-2.11.1-darwin-arm64.tar.gz(4.20 MB)
    spicetify-2.11.1-linux-amd64.tar.gz(4.53 MB)
    spicetify-2.11.1-linux-arm64.tar.gz(4.20 MB)
    spicetify-2.11.1-windows-x32.zip(4.27 MB)
    spicetify-2.11.1-windows-x64.zip(4.44 MB)
  • v2.11.0(Jul 21, 2022)

    What's Changed

    • fix(css-map): add missing nowPlayingBar classes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1793
    • fix(css-map): add missing rootlist playlist classes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1798
    • feat(windows): change spicetify location by @ririxichan in https://github.com/spicetify/spicetify-cli/pull/1801
    • fix(css-map): add class for rootlistItemLinkActive by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1802
    • fix(config): finding spotify on gentoo by @ririxichan in https://github.com/spicetify/spicetify-cli/pull/1804
    • fix(vcs): don't panic on empty TagName by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1805
    • fix(css-map): add rootlist-expandArrow class by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1807
    • fix(css-map): add collectionLinkButton class by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1809
    • chore: disable expfeatures by @ririxichan in https://github.com/spicetify/spicetify-cli/pull/1811
    • feat(keyboardShortcut): smooth scrolling by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1812
    • fix(css-map): correct class name for statusIcons by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1813
    • feat(windows/install): detect architecture by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1815
    • feat(windows/install-curl): detect architecture by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1818
    • fix(css-map): add missing classes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1819
    • fix(css-map): update 1.1.90 classes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1823
    • fix(apply): custom app regex for 1.1.90 by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1825
    • fix(css-map): update buddyFeed classes by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1826

    Supported version

    • Spotify for macOS 1.1.90
    • Spotify for Windows/Microsoft Store 1.1.90

    Disclaimer

    Please keep in mind that we only support 1.1.90 with this release because of how Custom App hook works. Use v2.11.1 instead for more supported Spotify versions

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.10.2...v2.11.0

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.11.0-darwin-amd64.tar.gz(4.37 MB)
    spicetify-2.11.0-darwin-arm64.tar.gz(4.20 MB)
    spicetify-2.11.0-linux-amd64.tar.gz(4.53 MB)
    spicetify-2.11.0-linux-arm64.tar.gz(4.20 MB)
    spicetify-2.11.0-windows-x32.zip(4.27 MB)
    spicetify-2.11.0-windows-x64.zip(4.44 MB)
  • v2.10.2(Jun 27, 2022)

    What's Changed

    • fix(keyboardShortcut.js): next/prevSong selectors by @Kafva in https://github.com/spicetify/spicetify-cli/pull/1724
    • fix(reddit): panel size by @guttitto in https://github.com/spicetify/spicetify-cli/pull/1731
    • fix(rtl): disable one rtl removal by @ririxichan in https://github.com/spicetify/spicetify-cli/pull/1746
    • fix(devtools): add flatpack support by @ririxichan in https://github.com/spicetify/spicetify-cli/pull/1759
    • fix(css-map): add missing classes for 1.1.87 by @ririxichan in https://github.com/spicetify/spicetify-cli/pull/1764
    • fix(css-map): add liked songs icon class by @theRealPadster in https://github.com/spicetify/spicetify-cli/pull/1768
    • fix(css-map): class name for buddyFeed 1.1.87 by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1769
    • fix(css-map): add respective classes for rootlistDivider by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1774
    • chore: remove customization link by @Sebight in https://github.com/spicetify/spicetify-cli/pull/1775
    • Add Create Playlist and Episodes icon to css map by @CharlieS1103 in https://github.com/spicetify/spicetify-cli/pull/1779
    • chore(preprocess): replace #fff hex code with variable by @CharlieS1103 in https://github.com/spicetify/spicetify-cli/pull/1781
    • Add now playing bar remap by @CharlieS1103 in https://github.com/spicetify/spicetify-cli/pull/1782
    • fix(css-map): add class for collectionLinkButton by @CharlieS1103 in https://github.com/spicetify/spicetify-cli/pull/1784
    • chore(workflows): add commitlint by @ririxichan in https://github.com/spicetify/spicetify-cli/pull/1783
    • fix(css-map): add missing comma by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1786
    • revert(preprocess): replace #fff with variable by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1787
    • fix(sidebarConfig): fix displaying items by @ririxichan in https://github.com/spicetify/spicetify-cli/pull/1789

    Supported version

    • Spotify for macOS 1.1.85, 1.1.86, 1.1.87, 1.1.88, 1.1.89
    • Spotify for Linux 1.1.84
      • For full support please use v2.9.9
    • Spotify for Windows/Microsoft Store 1.1.85, 1.1.86, 1.1.87, 1.1.88, 1.1.89

    New Contributors

    • @guttitto made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1731
    • @Sebight made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1775

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.10.1...v2.10.2

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.10.2-darwin-amd64.tar.gz(4.37 MB)
    spicetify-2.10.2-darwin-arm64.tar.gz(4.20 MB)
    spicetify-2.10.2-linux-amd64.tar.gz(4.53 MB)
    spicetify-2.10.2-linux-arm64.tar.gz(4.20 MB)
    spicetify-2.10.2-windows-x32.zip(4.27 MB)
    spicetify-2.10.2-windows-x64.zip(4.44 MB)
  • v2.10.1(May 28, 2022)

    What's Changed

    • fix(hooks): patch rightclickmenu by @CharlieS1103 in https://github.com/spicetify/spicetify-cli/pull/1719
    • fix(css-map): update classes by @JulienMaille in https://github.com/spicetify/spicetify-cli/pull/1718
    • fix(css-map): add new class for pauseButton by @JulienMaille in https://github.com/spicetify/spicetify-cli/pull/1720

    Supported version

    • Spotify for macOS 1.1.83, 1.1.84, 1.1.85, 1.1.86, 1.1.87
    • Spotify for Linux 1.1.84
      • For full support please use v2.9.9
    • Spotify for Windows/Microsoft Store 1.1.83, 1.1.84, 1.1.85, 1.1.86, 1.1.87

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.10.0...v2.10.1

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.10.1-darwin-amd64.tar.gz(4.37 MB)
    spicetify-2.10.1-darwin-arm64.tar.gz(4.20 MB)
    spicetify-2.10.1-linux-amd64.tar.gz(4.53 MB)
    spicetify-2.10.1-linux-arm64.tar.gz(4.20 MB)
    spicetify-2.10.1-windows-x32.zip(4.27 MB)
    spicetify-2.10.1-windows-x64.zip(4.44 MB)
  • v2.10.0(May 27, 2022)

    What's Changed

    • fix(css-map): update classes by @JulienMaille in https://github.com/spicetify/spicetify-cli/pull/1707
    • feat(spotify): support for spotify 1.1.85 by @itsmeow in https://github.com/spicetify/spicetify-cli/pull/1714
    • fix(keyboardShortcut.js): volume api & steps by @stankovictab in https://github.com/spicetify/spicetify-cli/pull/1715

    Supported version

    • Spotify for macOS 1.1.83, 1.1.84, 1.1.85, 1.1.86
    • Spotify for Linux 1.1.84
      • For full support please use v2.9.9
    • Spotify for Windows/Microsoft Store 1.1.83, 1.1.84, 1.1.85, 1.1.86

    New Contributors

    • @stankovictab made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1715

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.9.9...v2.10.0

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.10.0-darwin-amd64.tar.gz(4.37 MB)
    spicetify-2.10.0-darwin-arm64.tar.gz(4.20 MB)
    spicetify-2.10.0-linux-amd64.tar.gz(4.53 MB)
    spicetify-2.10.0-linux-arm64.tar.gz(4.20 MB)
    spicetify-2.10.0-windows-x32.zip(4.27 MB)
    spicetify-2.10.0-windows-x64.zip(4.44 MB)
  • v2.9.9(May 22, 2022)

    What's Changed

    • feat: improve handling of new Spotify versions by @afonsojramos in https://github.com/spicetify/spicetify-cli/pull/1701
    • fix(lyrics-plus): add null check by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1630
    • fix(lyrics-plus): switch to wg:// protocol for colors by @huhridge in https://github.com/spicetify/spicetify-cli/pull/1631
    • fix(wrapper): adapt few functions to wg:// protocol by @huhridge in https://github.com/spicetify/spicetify-cli/pull/1632
    • fix: adapt urls in custom app & extensions to wg:// protocol by @huhridge in https://github.com/spicetify/spicetify-cli/pull/1633
    • fix(devtools): patch another location by @ririxidev in https://github.com/spicetify/spicetify-cli/pull/1647
    • fix(sidebar-config): get elements by classname by @jeroentvb in https://github.com/spicetify/spicetify-cli/pull/1654
    • fix: rename old exe to current exe in case of failure extracting by @afonsojramos in https://github.com/spicetify/spicetify-cli/pull/1679
    • fix(restart): launch of spotify on macOS by @ririxidev in https://github.com/spicetify/spicetify-cli/pull/1673
    • chore: edit readme by @Im-Kal in https://github.com/spicetify/spicetify-cli/pull/1674
    • chore(lyrics-plus): use DOMParser to parse the genius by @ajiou in https://github.com/spicetify/spicetify-cli/pull/1636

    Supported version

    • Spotify for macOS 1.1.83, 1.1.84, 1.1.85
      • 1.1.85 applies, but isn’t being patched
    • Spotify for Linux 1.1.84
    • Spotify for Windows/Microsoft Store 1.1.83, 1.1.84, 1.1.85
      • 1.1.85 applies, but isn’t being patched

    New Contributors

    • @Im-Kal made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1674

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.9.8...v2.9.9

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.9.9-darwin-amd64.tar.gz(4.37 MB)
    spicetify-2.9.9-darwin-arm64.tar.gz(4.20 MB)
    spicetify-2.9.9-linux-amd64.tar.gz(4.53 MB)
    spicetify-2.9.9-linux-arm64.tar.gz(4.20 MB)
    spicetify-2.9.9-windows-x32.zip(4.27 MB)
    spicetify-2.9.9-windows-x64.zip(4.44 MB)
  • v2.9.8(Apr 29, 2022)

    What's Changed

    • fix: modify filePath from .config to .cache by @Kafva in https://github.com/spicetify/spicetify-cli/pull/1618
    • fix(keyboardShortcut): update selector by @ajiou in https://github.com/spicetify/spicetify-cli/pull/1617
    • feat(restart): check if process is running by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1623
    • fix(Lyrics Plus): not showing full lyrics by @kyrie25 in https://github.com/spicetify/spicetify-cli/pull/1627

    Supported version

    • Spotify for macOS 1.1.83, 1.1.84
    • Spotify for Linux 1.1.84
    • Spotify for Windows/Microsoft Store 1.1.83, 1.1.84

    New Contributors

    • @kyrie25 made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1623

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.9.7...v2.9.8

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.9.8-darwin-amd64.tar.gz(4.37 MB)
    spicetify-2.9.8-darwin-arm64.tar.gz(4.20 MB)
    spicetify-2.9.8-linux-amd64.tar.gz(4.53 MB)
    spicetify-2.9.8-linux-arm64.tar.gz(4.20 MB)
    spicetify-2.9.8-windows-x32.zip(4.27 MB)
    spicetify-2.9.8-windows-x64.zip(4.44 MB)
  • v2.9.7(Apr 24, 2022)

    What's Changed

    • Fix (New-Releases) : Cards Being Displayed Incorrectly by @Exhigh in https://github.com/spicetify/spicetify-cli/pull/1606
    • fix(devtools): use new method to enable devtools by @ririxidev in #1613
    • Update css-map.json with latest main-trackInfo-* by @JulienMaille in #1610
    • fix(devtools): overwrite homePath if snap detected by @ririxidev in #1614

    Breaking changes

    • Changed command to enable devtools - now it's called enable-devtools.

    Supported version

    • Spotify for macOS 1.1.83, 1.1.84
    • Spotify for Linux 1.1.84
    • Spotify for Windows/Microsoft Store 1.1.83, 1.1.84

    New Contributors

    • @Exhigh made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1606

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.9.6...v2.9.7

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.9.7-darwin-amd64.tar.gz(4.36 MB)
    spicetify-2.9.7-darwin-arm64.tar.gz(4.20 MB)
    spicetify-2.9.7-linux-amd64.tar.gz(4.53 MB)
    spicetify-2.9.7-linux-arm64.tar.gz(4.20 MB)
    spicetify-2.9.7-windows-x32.zip(4.27 MB)
    spicetify-2.9.7-windows-x64.zip(4.44 MB)
  • v2.9.6(Apr 22, 2022)

    What's Changed

    • fix: readme links by @theblobscp in https://github.com/spicetify/spicetify-cli/pull/1584
    • chore: add bash_profile fallback for bash by @afonsojramos in https://github.com/spicetify/spicetify-cli/pull/1583
    • fix(windows): add missing prefs message by @CharlieS1103 in https://github.com/spicetify/spicetify-cli/pull/1571
    • fix(new-releases): switch to wg:// protocol by @th3an7 in https://github.com/spicetify/spicetify-cli/pull/1590
    • fix(lyrics): switch to wg:// protocol by @ririxidev in https://github.com/spicetify/spicetify-cli/pull/1587
    • fix: Spotify 1.1.83 hooks by @itsmeow in https://github.com/spicetify/spicetify-cli/pull/1600

    Supported version

    • Spotify for macOS 1.1.83, 1.1.84
    • Spotify for Linux 1.1.84
    • Spotify for Windows/Microsoft Store 1.1.83, 1.1.84

    New Contributors

    • @theblobscp made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1584

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.9.5...v2.9.6

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.9.6-darwin-amd64.tar.gz(4.36 MB)
    spicetify-2.9.6-darwin-arm64.tar.gz(4.19 MB)
    spicetify-2.9.6-linux-amd64.tar.gz(4.53 MB)
    spicetify-2.9.6-linux-arm64.tar.gz(4.19 MB)
    spicetify-2.9.6-windows-x32.zip(4.27 MB)
    spicetify-2.9.6-windows-x64.zip(4.43 MB)
  • v2.9.5(Apr 11, 2022)

    What's Changed

    • chore: update shuffle+ to work 1.1.81 onwards by @huhridge in https://github.com/spicetify/spicetify-cli/pull/1559
    • fix(fullAppDisplay): background for full screen display on a vertical monitor by @kwerdenker in https://github.com/spicetify/spicetify-cli/pull/1560
    • chore: restructure install.sh by @wael444 in https://github.com/spicetify/spicetify-cli/pull/1535
    • fix: New Releases custom app for Spotify 1.1.81+ by @th3an7 in https://github.com/spicetify/spicetify-cli/pull/1563
    • add: go formatting to the pipeline by @afonsojramos in https://github.com/spicetify/spicetify-cli/pull/1574
    • fix: specific version fetching in install script by @afonsojramos in https://github.com/spicetify/spicetify-cli/pull/1578
    • chore: enhance specific version fetch by @afonsojramos in https://github.com/spicetify/spicetify-cli/pull/1582

    Supported version

    • Spotify for macOS 1.1.80, 1.1.81, 1.1.82
    • Spotify for Linux 1.1.80, 1.1.81, 1.1.82
    • Spotify for Windows/Microsoft Store 1.1.80, 1.1.81, 1.1.82

    New Contributors

    • @kwerdenker made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1560
    • @th3an7 made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1563

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.9.4...v2.9.5

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.9.5-darwin-amd64.tar.gz(4.36 MB)
    spicetify-2.9.5-darwin-arm64.tar.gz(4.19 MB)
    spicetify-2.9.5-linux-amd64.tar.gz(4.53 MB)
    spicetify-2.9.5-linux-arm64.tar.gz(4.19 MB)
    spicetify-2.9.5-windows-x32.zip(4.27 MB)
    spicetify-2.9.5-windows-x64.zip(4.43 MB)
  • v2.9.4(Mar 26, 2022)

    What's Changed

    • fix: fullAppDisplay album info & background by @huhridge in https://github.com/spicetify/spicetify-cli/pull/1543
    • upgrade: Go 1.18 by @Moulick in https://github.com/spicetify/spicetify-cli/pull/1547
    • Menu hook and Menu Item Hook patches by @CharlieS1103 in https://github.com/spicetify/spicetify-cli/pull/1548

    New Contributors

    • @Moulick made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1547

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.9.3...v2.9.4

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.9.4-darwin-amd64.tar.gz(4.36 MB)
    spicetify-2.9.4-darwin-arm64.tar.gz(4.19 MB)
    spicetify-2.9.4-linux-amd64.tar.gz(4.52 MB)
    spicetify-2.9.4-linux-arm64.tar.gz(4.19 MB)
    spicetify-2.9.4-windows-x32.zip(4.26 MB)
    spicetify-2.9.4-windows-x64.zip(4.43 MB)
  • v2.9.3(Mar 24, 2022)

    What's Changed

    • add path for void linux by @wael444 in https://github.com/spicetify/spicetify-cli/pull/1534
    • fix: patch part of menu hook by @CharlieS1103 in https://github.com/spicetify/spicetify-cli/pull/1529

    New Contributors

    • @wael444 made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1534

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.9.2...v2.9.3

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.9.3-darwin-amd64.tar.gz(4.36 MB)
    spicetify-2.9.3-darwin-arm64.tar.gz(4.19 MB)
    spicetify-2.9.3-linux-amd64.tar.gz(4.50 MB)
    spicetify-2.9.3-linux-arm64.tar.gz(4.16 MB)
    spicetify-2.9.3-windows-x32.zip(4.26 MB)
    spicetify-2.9.3-windows-x64.zip(4.43 MB)
  • v2.9.2(Mar 4, 2022)

    This release enables initial support for Spotify 1.1.80

    Please upgrade as soon as the update reaches you.

    ⚠️ Not all functionality is available yet, a new update will be release as soon as full functionality is restored. ℹ️ Further developments can be found in #1514. ❓ I would like to personally (@afonsojramos) apologise if you have seen multiple releases of this version, however, the new automated release process still needed some unexpected ironing out.

    What's Changed

    • fix: base functionality hooks for Spotify 1.1.80 by @itsmeow in https://github.com/spicetify/spicetify-cli/pull/1517
    • feat: flexible watch command by @machinemessiah in https://github.com/spicetify/spicetify-cli/pull/1477
    • fix: changed selector for focusOnApp() in keyboardShortcuts.js by @Kafva in https://github.com/spicetify/spicetify-cli/pull/1495
    • fix: updated spicetify -h output with new flag info by @machinemessiah in https://github.com/spicetify/spicetify-cli/pull/1496
    • chore: remove issue templates over org defaults by @afonsojramos in https://github.com/spicetify/spicetify-cli/pull/1503
    • fix: install script by @CrossNox in https://github.com/spicetify/spicetify-cli/pull/1506
    • fix: labeler with new labels by @afonsojramos in https://github.com/spicetify/spicetify-cli/pull/1508
    • chore: move towards spicetify organisation by @afonsojramos in https://github.com/spicetify/spicetify-cli/pull/1507
    • fix: main selector for newReleases.js by @machinemessiah in https://github.com/spicetify/spicetify-cli/pull/1510
    • fix: viewportSelector for reddit app by @afonsojramos in https://github.com/spicetify/spicetify-cli/pull/1511
    • feat: automated release workflow by @afonsojramos in https://github.com/spicetify/spicetify-cli/pull/1513
    • fix: conditional after move to IS_UNIX & IS_WIN by @afonsojramos in https://github.com/spicetify/spicetify-cli/pull/1519

    New Contributors

    • @Kafva made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1495
    • @CrossNox made their first contribution in https://github.com/spicetify/spicetify-cli/pull/1506

    Full Changelog: https://github.com/spicetify/spicetify-cli/compare/v2.9.1...v2.9.2

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.9.2-darwin-amd64.tar.gz(4.36 MB)
    spicetify-2.9.2-darwin-arm64.tar.gz(4.19 MB)
    spicetify-2.9.2-linux-amd64.tar.gz(4.50 MB)
    spicetify-2.9.2-linux-arm64.tar.gz(4.16 MB)
    spicetify-2.9.2-windows-x32.zip(4.26 MB)
    spicetify-2.9.2-windows-x64.zip(4.43 MB)
  • v2.9.1(Feb 18, 2022)

    This release enables support for Spotify 1.1.79

    Please upgrade as soon as the update reaches you.

    What's Changed

    • CSS map update : x-searchInput-searchInputSearchIcon and x-searchInput-searchInputClearButton by @sagars007 in https://github.com/khanhas/spicetify-cli/pull/1458
    • fix: issue where new Spicetify.ContextMenu items were not added to the now playing song in the bottom. by @huhridge in https://github.com/khanhas/spicetify-cli/pull/1457
    • trim title after comma in fad by @ajiou in https://github.com/khanhas/spicetify-cli/pull/1465
    • fix: install message tip by @afonsojramos in https://github.com/khanhas/spicetify-cli/pull/1476
    • Patch for Spotify version 1.79 by @CharlieS1103 in https://github.com/khanhas/spicetify-cli/pull/1479

    Full Changelog: https://github.com/khanhas/spicetify-cli/compare/v2.9.0...v2.9.1

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.9.1-darwin-amd64.tar.gz(4.27 MB)
    spicetify-2.9.1-darwin-arm64.tar.gz(4.16 MB)
    spicetify-2.9.1-linux-amd64.tar.gz(4.38 MB)
    spicetify-2.9.1-windows-x32.zip(4.28 MB)
    spicetify-2.9.1-windows-x64.zip(4.34 MB)
  • v2.9.0(Feb 4, 2022)

    This release enables support for Spotify 1.1.78

    Please upgrade as soon as the update reaches you.

    What's Changed

    • fix: error with Spotify 1.1.78.765 (Fixes #1449) by @itsmeow in https://github.com/khanhas/spicetify-cli/pull/1450
    • feat: automatically append .js (if absent) to extensions in config by @CharlieS1103 in https://github.com/khanhas/spicetify-cli/pull/1439
    • fix: wrong class names for historyButtons #1398 by @huhridge in https://github.com/khanhas/spicetify-cli/pull/1440
    • fix: temporarily disable split display for genius by @ajiou in https://github.com/khanhas/spicetify-cli/pull/1444
    • fix: replaced file existence check for shell check by @afonsojramos in https://github.com/khanhas/spicetify-cli/pull/1445
    • add: instrumental to lyrics-plus, and ability to play stations with auto-shuffle on fixing #1448 by @huhridge in https://github.com/khanhas/spicetify-cli/pull/1446
    • fix: issue where lyrics-plus was stuck on restricted lyrics in Musixmatch by @huhridge in https://github.com/khanhas/spicetify-cli/pull/1452

    Full Changelog: https://github.com/khanhas/spicetify-cli/compare/v2.8.5...v2.9.0

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.9.0-darwin-amd64.tar.gz(4.27 MB)
    spicetify-2.9.0-darwin-arm64.tar.gz(4.16 MB)
    spicetify-2.9.0-linux-amd64.tar.gz(4.38 MB)
    spicetify-2.9.0-windows-x32.zip(4.28 MB)
    spicetify-2.9.0-windows-x64.zip(4.34 MB)
  • v2.8.5(Jan 30, 2022)

    What's Changed

    • CSS map: update 'more albums by artist' shelf by @GeorgeHahn in https://github.com/khanhas/spicetify-cli/pull/1410
    • CSS map: update 'queue-tabBar-header' by @sagars007 in https://github.com/khanhas/spicetify-cli/pull/1414
    • Add spicetify to $PATH on linux by @afonsojramos in https://github.com/khanhas/spicetify-cli/pull/1416
    • Add spicetify to $PATH for Fish shell by @theRealPadster in https://github.com/khanhas/spicetify-cli/pull/1426
    • CSS map: update main-rootlist-wrapper by @SendNukez in https://github.com/khanhas/spicetify-cli/pull/1425
    • Fixes for expFeatures.js by @jeroentvb in https://github.com/khanhas/spicetify-cli/pull/1419
    • fix keyboard shortcut for queue button by @ajiou in https://github.com/khanhas/spicetify-cli/pull/1423
    • Fix broken link to installation documentation by @Jakob-Ruf in https://github.com/khanhas/spicetify-cli/pull/1428
    • Select parent element, so dribbblish's custom search box will be selected by @liranco in https://github.com/khanhas/spicetify-cli/pull/1389
    • fix: lyrics.providedBy text bug on lyrics-plus by @huhridge in https://github.com/khanhas/spicetify-cli/pull/1433
    • Spicetify.Player volume method fixes/replacements by @machinemessiah in https://github.com/khanhas/spicetify-cli/pull/1424

    New Contributors

    • @GeorgeHahn made their first contribution in https://github.com/khanhas/spicetify-cli/pull/1410
    • @sagars007 made their first contribution in https://github.com/khanhas/spicetify-cli/pull/1414
    • @SendNukez made their first contribution in https://github.com/khanhas/spicetify-cli/pull/1425
    • @jeroentvb made their first contribution in https://github.com/khanhas/spicetify-cli/pull/1419
    • @Jakob-Ruf made their first contribution in https://github.com/khanhas/spicetify-cli/pull/1428
    • @liranco made their first contribution in https://github.com/khanhas/spicetify-cli/pull/1389
    • @huhridge made their first contribution in https://github.com/khanhas/spicetify-cli/pull/1433

    Full Changelog: https://github.com/khanhas/spicetify-cli/compare/v2.8.4...v2.8.5

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.8.5-darwin-amd64.tar.gz(4.27 MB)
    spicetify-2.8.5-darwin-arm64.tar.gz(4.16 MB)
    spicetify-2.8.5-linux-amd64.tar.gz(4.38 MB)
    spicetify-2.8.5-windows-x32.zip(4.28 MB)
    spicetify-2.8.5-windows-x64.zip(4.34 MB)
  • v2.8.4(Jan 9, 2022)

    What's Changed

    • Update css-map.json by @JulienMaille in https://github.com/khanhas/spicetify-cli/pull/1310
    • Update css map by @CharlieS1103 in https://github.com/khanhas/spicetify-cli/pull/1370
    • Add new css mapping for x-categoryCard-CategoryCard by @theRealPadster in https://github.com/khanhas/spicetify-cli/pull/1379
    • Add shortcuts for nextSong previousSong increaseVolume decreaseVolume… by @InteractiveNinja in https://github.com/khanhas/spicetify-cli/pull/1377
    • Update mapping for .x-searchInput-searchInputInput by @theRealPadster in https://github.com/khanhas/spicetify-cli/pull/1382
    • Update css map by @CharlieS1103 in https://github.com/khanhas/spicetify-cli/pull/1385
    • Patch react element regex & CSS Map by @CharlieS1103 in https://github.com/khanhas/spicetify-cli/pull/1395

    New Contributors

    • @theRealPadster made their first contribution in https://github.com/khanhas/spicetify-cli/pull/1379
    • @InteractiveNinja made their first contribution in https://github.com/khanhas/spicetify-cli/pull/1377

    Full Changelog: https://github.com/khanhas/spicetify-cli/compare/v2.8.3...v2.8.4

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.8.4-darwin-amd64.tar.gz(4.27 MB)
    spicetify-2.8.4-darwin-arm64.tar.gz(4.16 MB)
    spicetify-2.8.4-linux-amd64.tar.gz(4.38 MB)
    spicetify-2.8.4-windows-x32.zip(4.28 MB)
    spicetify-2.8.4-windows-x64.zip(4.34 MB)
  • v2.8.3(Nov 25, 2021)

    Fix:

    • Spicetify.CosmosAsync missing in Spotify v1.1.73. Note: that this release is still backward compatible with v1.1.72
    • Lyrics-plus: Fix horizontal alignment for Unsynced/Genius lyrics, it should respect your config now. https://github.com/khanhas/spicetify-cli/issues/1293

    Add

    • [Preview] Full App Display (FAD) extension and Lyrics-Plus integration: Display lyrics on FAD. Activate Lyrics Plus integration option in FAD config menu, then close and open FAD again. Lyrics container in FAD still needs to be configured via Lyrics Plus config menu. All interactions are the same, including Ctrl+Mouse scroll. You might want to lock in Synced mode (right click at Synced tab in Lyrics Plus) if you don't it to switch to unsynced mode.

    image

    image

    • Most of FAD code was converted to React.
    • "ESC" keyboard shortcut to turn off FAD.
    Source code(tar.gz)
    Source code(zip)
    spicetify-2.8.3-darwin-amd64.tar.gz(4.26 MB)
    spicetify-2.8.3-darwin-arm64.tar.gz(4.14 MB)
    spicetify-2.8.3-linux-amd64.tar.gz(4.36 MB)
    spicetify-2.8.3-windows-x32.zip(4.26 MB)
    spicetify-2.8.3-windows-x64.zip(4.33 MB)
  • v2.8.2(Nov 19, 2021)

    Adds

    • Lyrics-plus app:
      • Synced lyrics animation revamp
      • Full screen mode: set hotkey to activate it config menu
      • Adjust font size: you can change it in config menu or Ctrl + Mouse scroll in main app
      • Fade-out blur config option
      • Customise number of previous/next lines to display

    image

    • API: New icons for Spicetify.SVGIcons
    • API: Large window option for Spicetify.PopupModal

    Changes

    • Colors CSS variables are put in separated file from user.css.
    • CLI: only print version info with chainable commands

    Fixes

    • shuffle+.js: Fix Auto Shuffle single track album

    Notes: Spotify just officially rolled out lyrics feature for every users. It means that their internal API to retrieve lyrics works and you don't have to use Musixmatch provider in Lyrics Plus and Popup Lyrics anymore. Everything is already implemented, just go into their config, activate Spotify provider and move it to top. You might want to deactivate Musixmatch or move it lower than Spotify.

    image

    Source code(tar.gz)
    Source code(zip)
    spicetify-2.8.2-darwin-amd64.tar.gz(4.26 MB)
    spicetify-2.8.2-darwin-arm64.tar.gz(4.14 MB)
    spicetify-2.8.2-linux-amd64.tar.gz(4.36 MB)
    spicetify-2.8.2-windows-x32.zip(4.26 MB)
    spicetify-2.8.2-windows-x64.zip(4.33 MB)
  • v2.8.0(Nov 11, 2021)

    ⚠️ ⚠️ This update is for version 1.1.72 of Spotify only ⚠️ ⚠️

    Spotify version 1.1.72 for Windows can be obtained here.

    Fixes

    • CSS Map for 1.1.72 (Thanks @itsmeow)

    Adds

    • spicetify config-dir command to open config directory in system file explorer (Thanks @GameFuzzy) (Linux requires xdg-utils package)

    Instructions

    Install by running:

    spicetify upgrade
    

    Make sure you run this after upgrading:

    spicetify restore backup apply
    
    Source code(tar.gz)
    Source code(zip)
    spicetify-2.8.0-darwin-amd64.tar.gz(4.25 MB)
    spicetify-2.8.0-darwin-arm64.tar.gz(4.13 MB)
    spicetify-2.8.0-linux-amd64.tar.gz(4.35 MB)
    spicetify-2.8.0-windows-x32.zip(4.25 MB)
    spicetify-2.8.0-windows-x64.zip(4.31 MB)
Owner
null
Procmon is a Linux reimagining of the classic Procmon tool from the Sysinternals suite of tools for Windows. Procmon provides a convenient and efficient way for Linux developers to trace the syscall activity on the system.

Process Monitor for Linux (Preview) Process Monitor (Procmon) is a Linux reimagining of the classic Procmon tool from the Sysinternals suite of tools

Windows Sysinternals 3.5k Dec 29, 2022
A command line tool that builds and (re)starts your web application everytime you save a Go or template fileA command line tool that builds and (re)starts your web application everytime you save a Go or template file

# Fresh Fresh is a command line tool that builds and (re)starts your web application everytime you save a Go or template file. If the web framework yo

null 0 Nov 22, 2021
GitHub’s official command line tool

GitHub CLI gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already

GitHub CLI 30.9k Jan 7, 2023
An open-source GitLab command line tool bringing GitLab's cool features to your command line

GLab is an open source GitLab CLI tool bringing GitLab to your terminal next to where you are already working with git and your code without switching

Clement Sam 2.1k Dec 30, 2022
A command line tool to prompt for a value to be included in another command line.

readval is a command line tool which is designed for one specific purposeβ€”to prompt for a value to be included in another command line. readval prints

Venky 0 Dec 22, 2021
Command line tool for adding Windows resources to executable files

go-winres A simple command line tool for embedding usual resources in Windows executables built with Go: A manifest An application icon Version inform

null 176 Dec 27, 2022
A twitch focused command line tool for producing, archiving and managing live stream content. Built for Linux.

twinx is a live-streaming command line tool for Linux. It connects streaming services (like Twitch, OBS and YouTube) together via a common title and description.

Kris NΓ³va 26 Oct 17, 2022
Query, update and convert data structures from the command line. Comparable to jq/yq but supports JSON, TOML, YAML, XML and CSV with zero runtime dependencies.

dasel Dasel (short for data-selector) allows you to query and modify data structures using selector strings. Comparable to jq / yq, but supports JSON,

Tom Wright 3.9k Jan 2, 2023
A tool to enumerate all the command-line arguments used to start a Linux process written in Go.

ranwith A tool to enumerate all the command-line arguments used to start a Linux process written in Go. ranwith uses the Linux /proc directory to obta

Alexis Rodriguez 3 Jun 30, 2022
Tool for containerized command line environments on Linux

Tool for containerized command line environments on Linux

Containers 1.6k Dec 31, 2022
Visp is a Vi-like Spotify client for terminal users.

Visp Visp is an interactive console client for Spotify, written in Go. Its interface is similar to Vim, and aims to be fast, configurable, and practic

Kim Tore Jensen 45 Dec 31, 2022
A spotify shell client in go.

libman Libman is an interactive spotify shell. Features Control your spotify playback. Edit playlists. Fully complies to the spotify web api terms of

null 5 Oct 16, 2022
gif effects CLI. single binary, no dependencies. linux, osx, windows.

yeetgif Composable GIF effects CLI, with reasonable defaults. Made for custom Slack/Discord emoji :) Get it Alternative 1: go get Alternative 2: just

Sergey Grebenshchikov 530 Dec 11, 2022
Go package and server app for retrieving time-stamped lyrics from Spotify.

lyricsapi Go package and server app for retrieving time-stamped lyrics from Spotify. Usage Use as package go get github.com/raitonoberu/lyricsapi pack

Denis 8 Nov 18, 2022
gon is a simple, no-frills tool for signing and notarizing your CLI binaries for macOS

Sign, notarize, and package macOS CLI tools and applications written in any language. Available as both a CLI and a Go library.

Mitchell Hashimoto 1.3k Jan 4, 2023
Gowebdav - A golang WebDAV client library and command line tool.

GoWebDAV A golang WebDAV client library. Main features gowebdav library allows to perform following actions on the remote WebDAV server: create path g

Studio-B12 203 Jan 3, 2023
git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.

Table of contents Introduction Reference Contributing Introduction Overview git-xargs is a command-line tool (CLI) for making updates across multiple

Gruntwork 713 Dec 31, 2022
git-xargs is a command-line tool (CLI) for making updates across multiple GitHub repositories with a single command

git-xargs is a command-line tool (CLI) for making updates across multiple GitHub repositories with a single command. You give git-xargs:

Maxar Infrastructure 1 Feb 5, 2022
A command line tool for simplified docker volume command built with go

dockervol A command line tool for simplified docker volume command built with go. Features: Remove anonymous volume (beta) Remove volume by matching n

Moh Achun Armando 0 Dec 18, 2021