File tree Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Expand file tree Collapse file tree 3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 61
61
**Description:** Auto Skip Certain Songs such as remixes, acoustics etc.\
62
62
Toggle in Profile menu for each skipping option you want.
63
63
64
+ **New:** Will try to search and auto play original songs.
65
+
64
66
<img src="https://i.imgur.com/GxdGp9t.png" alt="Auto Skip" width="300" height="auto"/>
65
67
66
68
Current options:
67
69
68
70
- Accoustic Songs
69
- - Unplugged Songs
71
+ - Instrumental Songs
70
72
- Remix Songs
71
73
- Live Songs
74
+ - Radio/Censored Songs
72
75
- Explicit Songs
73
- - Stripped Songs
74
76
- Christmas Songs
75
77
76
78
- ## [Play Next](https://github.com/daksh2k/Spicetify-stuff/blob/master/Extensions/playNext.js)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Copy `extensionNameWrapper.js` from `Extensions/Wrappers` folder or `extensionNa
34
34
| ------------| ------------------------------------------------------------------------------------------|
35
35
| ** Linux** | ` ~/.config/spicetify/Extensions ` or ` $XDG_CONFIG_HOME/.config/spicetify/Extensions/ ` |
36
36
| ** MacOS** | ` ~/.config/spicetify/Extensions ` or ` $SPICETIFY_CONFIG/Extensions ` |
37
- | ** Windows** | ` %userprofile%/. spicetify/Extensions/ ` |
37
+ | ** Windows** | ` %appdata%/ spicetify/Extensions/ ` |
38
38
39
39
After putting the extension file into the correct folder, run the following command to install the extension:
40
40
```
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ disable_upgrade_check = 1
9
9
sidebar_config = 1
10
10
home_config = 1
11
11
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
13
13
custom_apps = lyrics-plus|new-releases|spicetify-marketplace
14
14
15
15
[Patch]
@@ -19,16 +19,16 @@ xpui.js_repl_2 =
19
19
[Setting]
20
20
current_theme = Fluent2
21
21
color_scheme = dark
22
- replace_colors = 1
23
- overwrite_assets = 1
22
+ replace_colors = 0
23
+ overwrite_assets = 0
24
24
check_spicetify_upgrade = 0
25
25
spotify_path = C:\Users\daksh2k\AppData\Roaming\Spotify
26
26
prefs_path = C:\Users\daksh2k\AppData\Roaming\Spotify\prefs
27
- inject_css = 1
27
+ inject_css = 0
28
28
spotify_launch_flags = --transparent-window-controls|--maximized
29
29
30
30
; DO NOT CHANGE!
31
31
[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
34
34
You can’t perform that action at this time.
0 commit comments