Is there a way to create a path to the Artist or Album of the currently playing song based on the MusicPlayer or Player infolabels?
The best i can come up with so far is:
<onclick>ActivateWindow(music,musicdb://artists/?artist=$INFO[MusicPlayer.Artist])</onclick>
Which takes you to the music library with a single artist populated based on what's playing, but you have to click to get to the albums. And I can't figure how to do this to work as a shortcut to the specific album.
The best i can come up with so far is:
<onclick>ActivateWindow(music,musicdb://artists/?artist=$INFO[MusicPlayer.Artist])</onclick>
Which takes you to the music library with a single artist populated based on what's playing, but you have to click to get to the albums. And I can't figure how to do this to work as a shortcut to the specific album.