Jax-Core / ModularPlayers

Gallery of desktop media widget which supports most media players
MIT License
80 stars 7 forks source link

Doesn't pick up Spotify #1

Closed AimPizza closed 2 years ago

AimPizza commented 2 years ago

The player says that nothing is playing. pls help Bild_2021-08-15_184259

EnhancedJax commented 2 years ago

You have to install spicetify-cli for it to work.

TheDrone7 commented 2 years ago

I had the same issue. I tried installing spicetify-cli but still no luck.

image

EnhancedJax commented 2 years ago

Please read this guide here. https://github.com/khanhas/spicetify-cli/wiki/Guide-for-Rainmeter-user

TheDrone7 commented 2 years ago

I tried that and now Spotify itself isn't loading up.

TheDrone7 commented 2 years ago

I restored the backup and Spotify is starting now. But when I apply the changes Spotify just shows a blank white screen.

EnhancedJax commented 2 years ago

If you spotify is blank after theming with spicetify:

-uninstall spotify -delete both spicetify folders in your user folder (.spicetify, and spicetify-cli) -delete your spotify folder in %appdata%\local -delete everything in %temp%

-install this ver of spotify

check embed -then create a folder in %appdata%local/spotify call it Update

-and set the user group permissions so that trusted installer and system have permissions blocked

-open powershell and paste this into it Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/khanhas/spicetify-cli/master/install.ps1" | Invoke-Expression

-type spicetify and hit enter once

-run this spicetify backup apply enable-devtool

-close spotify

Now run the codes from here: https://github.com/khanhas/spicetify-cli/wiki/Guide-for-Rainmeter-user

Make sure you have put your theme (https://github.com/morpheusthewhite/spicetify-themes/tree/master) into the theme folder in %user%.spicetify/themes, DO THIS BEFORE THE COMMANDS. If you are using a theme such as dribbblish, that has a custom .js, simply move it from themes folder to extensions folder. Or use the built in .psi install, however simply moving the .js is easiest.

volktwins commented 2 years ago

I think "https://github.com/khanhas/spicetify-cli/wiki/Guide-for-Rainmeter-user" is removed what should i do next?