This repository was archived by the owner on May 4, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,10 @@ Edit and save settings related to volume to different "profiles."
138
138
139
139
Adds a page that shows your listening history.
140
140
141
+ ### betterGenres
142
+
143
+ Display the genre of an artist or song while playing.
144
+
141
145
### lastfm
142
146
143
147
Integration with last.fm. Login to show your listening stats for a song, and get
Original file line number Diff line number Diff line change 36
36
src = historySrc ;
37
37
filename = "historyShortcut.js" ;
38
38
} ;
39
+ betterGenres = {
40
+ src = betterGenreSrc ;
41
+ filename = "spotifyGenres.js" ;
42
+ } ;
39
43
lastfm = {
40
44
src = "${ lastfmSrc } /src" ;
41
45
filename = "lastfm.js" ;
236
240
// appendJS volumeProfiles
237
241
// appendJS autoVolume
238
242
// appendJS history
243
+ // appendJS betterGenres
239
244
// appendJS lastfm
240
245
// appendJS hidePodcasts
241
246
// appendJS charliesAdblock # adblock.js
Original file line number Diff line number Diff line change @@ -67,6 +67,11 @@ fetch.git = "https://github.com/theRealPadster/spicetify-hide-podcasts"
67
67
src.git = " https://github.com/einzigartigerName/spicetify-history"
68
68
fetch.git = " https://github.com/einzigartigerName/spicetify-history"
69
69
70
+ [betterGenreSrc ]
71
+ src.git = " https://github.com/Vexcited/better-spotify-genres"
72
+ src.branch = " build"
73
+ fetch.git = " https://github.com/Vexcited/better-spotify-genres"
74
+
70
75
[lastfmSrc ]
71
76
src.git = " https://github.com/LucasBares/spicetify-last-fm"
72
77
fetch.git = " https://github.com/LucasBares/spicetify-last-fm"
You can’t perform that action at this time.
0 commit comments