[GH-ISSUE #10] Click album cover to open Apple Music / Spotify #9

Open
opened 2026-03-03 13:51:54 +03:00 by kerem · 1 comment
Owner

Originally created by @villeodell on GitHub (Feb 11, 2022).
Original GitHub issue: https://github.com/Jaysce/Jukebox/issues/10

Is your feature request related to a problem? Please describe.
Currently there is no way get to the Apple Music / Spotify app quickly via Jukebox.

Describe the solution you'd like
Clicking the album cover would be configurable to either:

  1. switch to / focus the Apple Music / Spotify window (default), or
  2. open / view the currently playing album in Apple Music / Spotify (optionally)

Additional context
When I'm listening to radio or a playlist someone else made and something plays that I like, I frequently bring up the app, look at what's playing, right click, love it, right click, select "Show in Apple Music" (to view the album the song belongs to). Being able to do this in one click from Jukebox would be ace 🌟

Related:

Originally created by @villeodell on GitHub (Feb 11, 2022). Original GitHub issue: https://github.com/Jaysce/Jukebox/issues/10 **Is your feature request related to a problem? Please describe.** Currently there is no way get to the Apple Music / Spotify app quickly via Jukebox. **Describe the solution you'd like** Clicking the album cover would be configurable to either: 1. switch to / focus the Apple Music / Spotify window (default), or 2. open / view the currently playing album in Apple Music / Spotify (optionally) **Additional context** When I'm listening to radio or a playlist someone else made and something plays that I like, I frequently bring up the app, look at what's playing, right click, love it, right click, select "Show in Apple Music" (to view the album the song belongs to). Being able to do this in one click from Jukebox would be ace 🌟 **Related:** - #9
Author
Owner

@villeodell commented on GitHub (Feb 11, 2022):

Here's some AppleScript for this for use with Apple Music:

tell application "Music"
	set loved of current track to true
	reveal current track
	activate
end tell
<!-- gh-comment-id:1036213689 --> @villeodell commented on GitHub (Feb 11, 2022): Here's some AppleScript for this for use with Apple Music: ``` tell application "Music" set loved of current track to true reveal current track activate end tell ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Jukebox#9
No description provided.