Skip to content

Commit

Permalink
audio/spotify-player: update to 0.4.0
Browse files Browse the repository at this point in the history
Brief description of major changes
-Implement ShowActionsOnSelectedItem (#13) and ShowActionOnCurrentTrack (#18)
 commands which list available actions (BrowseArtist, SaveToLibrary,
 BrowseRecommendations, etc) on a Spotify item (track, album, artist, playlist).
-Upgrade majority of dependencies (#14) which includes a big rspotify v0.11.0
 migration.
-Integrate Spotify recommendation API (#17).
-And many other code refactors and improvements.
  • Loading branch information
0323pin committed Oct 25, 2021
1 parent 6b33d39 commit 6ef3a87
Show file tree
Hide file tree
Showing 3 changed files with 431 additions and 667 deletions.
4 changes: 2 additions & 2 deletions audio/spotify-player/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.2 2021/10/11 08:59:48 pin Exp $
# $NetBSD: Makefile,v 1.3 2021/10/25 11:27:20 pin Exp $

DISTNAME= spotify-player-0.3.0
DISTNAME= spotify-player-0.4.0
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=aome510/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Expand Down
Loading

0 comments on commit 6ef3a87

Please sign in to comment.