Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

Commit 10857c8

Browse files
committed
extension: add betterGenre
1 parent 172fad6 commit 10857c8

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

EXTENSIONS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ Edit and save settings related to volume to different "profiles."
138138

139139
Adds a page that shows your listening history.
140140

141+
### betterGenres
142+
143+
Display the genre of an artist or song while playing.
144+
141145
### lastfm
142146

143147
Integration with last.fm. Login to show your listening stats for a song, and get

pkgs/extensions.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ let
3636
src = historySrc;
3737
filename = "historyShortcut.js";
3838
};
39+
betterGenres = {
40+
src = betterGenreSrc;
41+
filename = "spotifyGenres.js";
42+
};
3943
lastfm = {
4044
src = "${lastfmSrc}/src";
4145
filename = "lastfm.js";
@@ -236,6 +240,7 @@ in
236240
// appendJS volumeProfiles
237241
// appendJS autoVolume
238242
// appendJS history
243+
// appendJS betterGenres
239244
// appendJS lastfm
240245
// appendJS hidePodcasts
241246
// appendJS charliesAdblock # adblock.js

pkgs/nvfetcher.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ fetch.git = "https://github.com/theRealPadster/spicetify-hide-podcasts"
6767
src.git = "https://github.com/einzigartigerName/spicetify-history"
6868
fetch.git = "https://github.com/einzigartigerName/spicetify-history"
6969

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+
7075
[lastfmSrc]
7176
src.git = "https://github.com/LucasBares/spicetify-last-fm"
7277
fetch.git = "https://github.com/LucasBares/spicetify-last-fm"

0 commit comments

Comments
 (0)