Skip to content

MostOriginalIGN/now-playing-server

Repository files navigation

now-playing-server

For minimalistic-desktop

Hosts on http://127.0.0.1:8975/

JSON EXAMPLE

CONSOLE

!! REQUIRES WEBNOWPLAYING OR SPOTIFY NOW PLAYING WITH SPICETIFY !!

Install

Windows

Open Powershell and paste the following command:

iwr -useb https://raw.githubusercontent.com/Astrogamer54/now-playing-server/master/install.ps1 | iex

Spicetify Setup

  • Windows

    1. Open Powershell and paste the following commands:

    iwr -useb https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.ps1 | iex
    spicetify
    spicetify config extensions webnowplaying.js
    

    If aren't using Spicetify for theming, run the following command

    spicetify config inject_css 0 replace_colors 0

    2. Save and apply all changes:

    spicetify backup apply

  • Linux/Mac

    1. Open Terminal and paste the following commands:

     curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh | sh
     spicetify
     spicetify config extensions webnowplaying.js
    

    If aren't using Spicetify for theming, run the following command

    spicetify config inject_css 0 replace_colors 0

    2. Save and apply all changes:

    spicetify backup apply