https://github.com/mostoriginalign/now-playing-server
https://github.com/mostoriginalign/now-playing-server
nowplaying spicetify webnowplaying
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mostoriginalign/now-playing-server
- Owner: MostOriginalIGN
- Created: 2023-01-01T01:58:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T22:52:56.000Z (almost 2 years ago)
- Last Synced: 2025-02-13T10:45:51.673Z (over 1 year ago)
- Topics: nowplaying, spicetify, webnowplaying
- Language: JavaScript
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# now-playing-server
For [minimalistic-desktop](https://github.com/Astrogamer54/minimalistic-desktop)
Hosts on http://127.0.0.1:8975/


**!! REQUIRES [`WEBNOWPLAYING`](https://chrome.google.com/webstore/detail/webnowplaying-companion/jfakgfcdgpghbbefmdfjkbdlibjgnbli?hl=en-US) 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`