Skip to content

Ingan121/Spicetify-CustomApps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WMPotify NowPlaying

  • WMPotify NowPlaying is a custom app for Spicetify that features WMP-like visualization screen and lyrics overlaid on top of it.
  • It is recommended to use this app with the WMPotify theme for Spicetify.
    • Using it with other themes is possible too.

Installation / Updating

Manual installation using Scripts (recomended):

Windows (Powershell)

  • WMPotify NowPlaying only:
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex "& { $(iwr -useb 'https://raw.githubusercontent.com/Ingan121/WMPotify/master/installer/install.ps1') } -Install @('wmpvis')"
  • WMPotify + WMPotify NowPlaying + Windhawk + CEF/Spotify Tweaks mod
    • This script detects whether Spotify, Spiceify, Windhawk, and CEF/Spotify Tweaks mod are installed or not. If not, it will install them.
    • If Windhawk is installed and CEF/Spotify Tweaks mod is up-to-date, the installation of these two will be skipped.
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
iex "& { $(iwr -useb 'https://raw.githubusercontent.com/Ingan121/WMPotify/master/installer/install.ps1') }"

Linux/macOS (Bash)

  • Note: Not tested on macOS yet

  • WMPotify NowPlaying only:

export SKIP_THEME=true
curl -fsSL https://raw.githubusercontent.com/Ingan121/WMPotify/master/installer/install.sh | sh
  • WMPotify + WMPotify NowPlaying
curl -fsSL https://raw.githubusercontent.com/Ingan121/WMPotify/master/installer/install.sh | sh

Manual installation

  • Visit WMPotify for the theme installation instructions.
  1. Download the latest release from the releases page
  2. Locate Spicetify directories: use spicetify config-dir or spicetify path userdata
  3. Extract the contents of the WMPotify NowPlaying zip to the CustomApps\wmpvis folder in the Spicetify directory. Create the CustomApps\wmpvis folder if it doesn't exist.
  4. Run the following commands in Command Prompt / PowerShell / Terminal:
    spicetify config custom_apps wmpvis
    spicetify apply

Uninstallation

spicetify config custom_apps wmpvis-
spicetify apply

Screenshots

  • Aero wmpvis_aero

  • Basic wmpvis_basic

  • XP wmpvis_xp

  • Menu wmpvis_menu

  • Bars Visualization wmpvis_bars

Releases

No releases published

Packages

No packages published