You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, you can know specifically where it is with:
15
15
16
16
```
17
17
spicetify -c
18
18
```
19
19
20
-
Or, you can open the folder where it is located with:
20
+
Or, you can open the folder where it is located by entering the following in your terminal:
21
21
22
22
```
23
23
spicetify config-dir
@@ -33,9 +33,9 @@ spicetify --help config
33
33
34
34
### Windows
35
35
36
-
1. There is great chance that you are using Windows Store Spotify. Please double check that in Spotify About page.
37
-
2. If you are actually using Windows Store Spotify, remove it completely. Go to Spotify website to download normal version installer.
38
-
3. If you are not using the Windows Store Spotify, and are using the one from the Spotify website, check to see if you have a "prefs" file in `C:\Users\YOUR_USERNAME\AppData\Roaming\Spotify`.
36
+
1. There is great chance that you are using Microsoft Store Spotify. Please double check that in Spotify About page.
37
+
2. If you are actually using Microsoft Store Spotify, remove it completely. Go to Spotify website to download normal version installer.
38
+
3. If you are not using the Microsoft Store Spotify, and are using the one from the Spotify website, check to see if you have a "prefs" file in `C:\Users\YOUR_USERNAME\AppData\Roaming\Spotify`.
39
39
4. If so, open your `config-xpui.ini` and set `prefs_path` to the absolute path of that prefs file. (e.g. `C:\Users\YOUR_USERNAME\AppData\Roaming\Spotify\prefs`) Then try running `spicetify` again.
40
40
41
41
### Linux
@@ -46,26 +46,26 @@ spicetify --help config
46
46
## After Spotify's update, running `spicetify apply` or `spicetify update` breaks Spotify.
47
47
48
48
After any Spotify update, always run `spicetify backup apply`.
49
-
Optionally, make Spotify shortcut to run `spicetify auto` (instead of direct path to spotify executable), so that Spicetify can backup and apply, when it needs to, then launch Spotify automatically.
49
+
Optionally, set the Spotify shortcut to run `spicetify auto` (instead of direct path to spotify executable), so that Spicetify can backup and apply, when it needs to, then launch Spotify automatically.
50
50
51
-
It may be the case that Spicetify is not supporting this new Spotify update yet. In that case, check our issue tracker.
51
+
It may be the case that Spicetify does not yet support a new Spotify update. In that case, please check the Spicetify issue tracker.
52
52
53
-
## I can't play some songs after downgrading spotify
53
+
## I can't play some songs after downgrading Spotify
54
54
55
55
Delete all files in the following folder and launch spotify again.
## Sometimes **Popup Lyrics** and/or **Lyrics Plus** seem to not work
62
62
63
-
This problem happens in the extension [Popup Lyrics](https://github.com/spicetify/spicetify-cli/wiki/Extensions#pop-up-lyrics) and custom app [Lyrics Plus](https://github.com/spicetify/spicetify-cli/wiki/Custom-Apps#lyrics-plus) mostly because your MusicXMatch token has been flagged for doing too many requests. This can be fixed by just waiting without skipping songs too much, however, if it is still a problem for you, all you need to do is to install the Musixmatch official app, which is also webbased app as Spotify.
63
+
This problem happens in the extension [Popup Lyrics](https://github.com/spicetify/spicetify-cli/wiki/Extensions#pop-up-lyrics) and custom app [Lyrics Plus](https://github.com/spicetify/spicetify-cli/wiki/Custom-Apps#lyrics-plus) mostly because your Musixmatch token has been flagged for doing too many requests. This can be fixed by just waiting without skipping songs too much, however, if it is still a problem for you, all you need to do is to install the Musixmatch official app, which is a web-based app like Spotify.
**Windows:**go to [store.rg-adguard.net](https://store.rg-adguard.net/) and then select ProductID and enter `9wzdncrfj235` and click done. Download the .appxbundle and install.
67
67
68
-
2.**You don't have to log in!**
68
+
2.**You don't need to log in!**
69
69
70
70
3. Now in Musixmatch app, hit `Ctrl + Shift + i` to bring up DevTools.
71
71
@@ -75,7 +75,7 @@ This problem happens in the extension [Popup Lyrics](https://github.com/spicetif
75
75
76
76

77
77
78
-
5. Click at any result, it will show up request detail panel. Scroll all the way down. Note down `usertoken`
78
+
5. Click on any result. Click on the Headers tab. Scroll all the way down. Note down `usertoken`
6.Open Popup Lyrics setting menu, paste your personal token in input field under Musixmatch section and turn the switch on.
88
+
6.You can open the config for Popup Lyrics by right clicking on the Popup Lyrics button. Or if you're using Lyrics Plus, open the config by clicking on Lyrics in the sidebar and clicking on the profile menu and then clicking 'Lyrics Plus config'. You can then paste your personal token in the input field in the Musixmatch section and turn the switch on.
0 commit comments