spotify-player icon indicating copy to clipboard operation
spotify-player copied to clipboard

Like album from album page

Open jagjordi opened this issue 10 months ago • 3 comments

Is it possible to like (add to library) an album when the album itself its open? image I can only see how to add one of the tracks inside the album

jagjordi avatar Apr 23 '24 11:04 jagjordi

No, it's not supported right now. To show actions on an album, you need to be able to select it. It's not too difficult to add a separate command, e.g ShowActionsOnCurrentContext, which is triggered only inside a context page.

aome510 avatar Apr 24 '24 02:04 aome510

@jagjordi it seems you're using a relatively old spotify_player. Newer version should have ShowActionsOnAlbum, you can call it from an album's track.

aome510 avatar Apr 24 '24 13:04 aome510

@aome510 so to make it clear, the way it would work is this: if you are inside an album, ShowActionsOnCurrentContext would open actions for that particular album, and analogous behavior for playlists and artists, correct?

Dragonfyle avatar Aug 01 '24 18:08 Dragonfyle