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

Commit

Permalink
extension: add betterGenre
Browse files Browse the repository at this point in the history
  • Loading branch information
honnip committed Apr 23, 2024
1 parent 172fad6 commit b0fa7ce
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions EXTENSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ Edit and save settings related to volume to different "profiles."

Adds a page that shows your listening history.

### betterGenres

Display the genre of an artist or song while playing.

### lastfm

Integration with last.fm. Login to show your listening stats for a song, and get
Expand Down
5 changes: 5 additions & 0 deletions pkgs/extensions.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ let
src = historySrc;
filename = "historyShortcut.js";
};
betterGenres = {
src = betterGenreSrc;
filename = "spotifyGenres.js";
};
lastfm = {
src = "${lastfmSrc}/src";
filename = "lastfm.js";
Expand Down Expand Up @@ -236,6 +240,7 @@ in
// appendJS volumeProfiles
// appendJS autoVolume
// appendJS history
// appendJS betterGenres
// appendJS lastfm
// appendJS hidePodcasts
// appendJS charliesAdblock # adblock.js
Expand Down
4 changes: 4 additions & 0 deletions pkgs/nvfetcher.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ fetch.git = "https://github.com/theRealPadster/spicetify-hide-podcasts"
src.git = "https://github.com/einzigartigerName/spicetify-history"
fetch.git = "https://github.com/einzigartigerName/spicetify-history"

[betterGenreSrc]
src.git = "https://github.com/Vexcited/better-spotify-genres"
fetch.git = "https://github.com/Vexcited/better-spotify-genres"

[lastfmSrc]
src.git = "https://github.com/LucasBares/spicetify-last-fm"
fetch.git = "https://github.com/LucasBares/spicetify-last-fm"
Expand Down

0 comments on commit b0fa7ce

Please sign in to comment.