Skip to content

Installing Enhancify

rrk0804 edited this page Nov 15, 2024 · 5 revisions

Installing Enhancify

Windows

  1. Make sure you have downloaded the Spotify desktop app directly from the Spotify website.

  2. Go to the latest release on our GitHub and download the asset labeled "Source code (zip)".

  3. Locate the downloaded asset in your file explorer, right-click it, and extract it.

    a. If you are on Windows you will click on "Extract All...". When the pop-up appears, check the box labeled "Show extracted files when complete" and then click "Extract" in the bottom right.

  4. Open the extracted folder and locate the corresponding installation script for your computer ("install.sh" for Mac and "install.ps1" for Windows).

    a. If you are on Windows:

    • Right-click the installation script and go to "Properties". At the bottom next to the "Security" label, check the "Unblock" box.
    • Also go to Settings and click on "System" (on the left navigation bar). Under "System" go to "For developers", click on "PowerShell", and turn on the setting starting with "Change execution policy..."
  5. Finally, right-click the installation script and run it!

    a. If you are on Windows, select "Run with Powershell".

  6. All done! If the Enhancify tab does not appear on the top-left navigation bar, close the Spotify desktop app and reopen it.

Mac or Linux

  1. Make sure you have downloaded the Spotify desktop app directly from the Spotify website.

  2. Go to the latest release on our GitHub and download the asset labeled "Source code (zip)".

  3. Locate the downloaded asset in your file explorer, right-click it, and extract it.

    a. If you are on Mac, the folder should already be unzipped in your downloads folder. If the folder has not been unzipped, double click on the zip file and an unzipped version should appear in the same folder.

    b. If you are on Linux, right click on the zip file and click on "Extract Here".

  4. Open the extracted folder and locate the corresponding installation script for your computer ("install.sh" for Mac/Linux and "install.ps1" for Windows).

    a. If you are on Mac/Linux:

    • Open a terminal in the installation files folder. To do this, right click on the unzipped folder and click on open terminal here.
    • Copy and paste the following command into the terminal chmod +x install.sh. This make the installation script executable in your computer.
  5. Finally, right-click the installation script and run it!

    a. If you are on Mac/Linux:

    • Type the command ./install.sh into the terminal.
  6. All done! If the Enhancify tab does not appear on the top-left navigation bar, close the Spotify desktop app and reopen it.

Clone this wiki locally