Skip to content

Commit c0555fe

Browse files
committed
Chore: Update descriptions and links
1 parent 5ca582d commit c0555fe

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

EXTENSIONS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,18 @@
6161
**Description:** Auto Skip Certain Songs such as remixes, acoustics etc.\
6262
Toggle in Profile menu for each skipping option you want.
6363
64+
**New:** Will try to search and auto play original songs.
65+
6466
<img src="https://i.imgur.com/GxdGp9t.png" alt="Auto Skip" width="300" height="auto"/>
6567
6668
Current options:
6769
6870
- Accoustic Songs
69-
- Unplugged Songs
71+
- Instrumental Songs
7072
- Remix Songs
7173
- Live Songs
74+
- Radio/Censored Songs
7275
- Explicit Songs
73-
- Stripped Songs
7476
- Christmas Songs
7577
7678
- ## [Play Next](https://github.com/daksh2k/Spicetify-stuff/blob/master/Extensions/playNext.js)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Copy `extensionNameWrapper.js` from `Extensions/Wrappers` folder or `extensionNa
3434
|------------|------------------------------------------------------------------------------------------|
3535
| **Linux** | `~/.config/spicetify/Extensions` or `$XDG_CONFIG_HOME/.config/spicetify/Extensions/` |
3636
| **MacOS** | `~/.config/spicetify/Extensions` or `$SPICETIFY_CONFIG/Extensions` |
37-
| **Windows** | `%userprofile%/.spicetify/Extensions/` |
37+
| **Windows** | `%appdata%/spicetify/Extensions/` |
3838

3939
After putting the extension file into the correct folder, run the following command to install the extension:
4040
```

config-xpui.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ disable_upgrade_check = 1
99
sidebar_config = 1
1010
home_config = 1
1111
experimental_features = 1
12-
extensions = trashbin.js|shuffle+.js|keyboardShortcutMy.js|bookmark.js|fullScreen.js|popupLyricsMy.js|volumePercentage.js|savePlaylists.js|autoSkip.js|playNext.js|hidePodcasts.js|fluent2.js
12+
extensions = trashbin.js|shuffle+.js|keyboardShortcutMy.js|bookmark.js|fullScreen.js|popupLyricsMy.js|volumePercentage.js|savePlaylists.js|autoSkip.js|playNext.js|hidePodcasts.js
1313
custom_apps = lyrics-plus|new-releases|spicetify-marketplace
1414

1515
[Patch]
@@ -19,16 +19,16 @@ xpui.js_repl_2 =
1919
[Setting]
2020
current_theme = Fluent2
2121
color_scheme = dark
22-
replace_colors = 1
23-
overwrite_assets = 1
22+
replace_colors = 0
23+
overwrite_assets = 0
2424
check_spicetify_upgrade = 0
2525
spotify_path = C:\Users\daksh2k\AppData\Roaming\Spotify
2626
prefs_path = C:\Users\daksh2k\AppData\Roaming\Spotify\prefs
27-
inject_css = 1
27+
inject_css = 0
2828
spotify_launch_flags = --transparent-window-controls|--maximized
2929

3030
; DO NOT CHANGE!
3131
[Backup]
32-
version = 1.1.78.765.g5ea20b00
33-
with = 2.9.0
32+
version = 1.1.90.859.gf1bb1e36
33+
with = 2.11.1
3434

0 commit comments

Comments
 (0)