A feature request, unless I've already missed it?
We currently have isplaying() and isplayingnow() which are *really* useful with smartlists for doing targeted stuff. But the limitation is that the track has to be playing. We also have links for Artist, Album, Genre etc that can do targeted stuff too. Again, very useful.
But what is missing is the ability to arbitrarily highlight an entry and then do something based on the selection.
I am currently building a Discography view that will show the entire discography for the isplayingnow() artist, but it would be MUCH more flexible if I could select any entry in my database and then simply select something like:
Navigation->Artist Discography
The artist discography smartlists would then be able to use isselected(Artist) or similar to see which artist is currently selected.
In a perfect world it would be possible to use isselected() to return any field available, but to begin with Artist, Album and Name would be exceptionally useful...
This would be a killer feature, in fact
Pretty please!