Closed tyilo closed 9 years ago
@Tyilo,
Thanks for your proposal. Your idea is well-intentioned, however there are a few issues:
I realize that I am being somewhat critical, however I am certainly open to hearing your comments on my concerns. :)
Caleb
playalbumby
filter today. I don't think that there should be many of these so I don't see the problem. Do you know if it is actually possible to this with Alfred workflows? If so, how would do it?I realize that I am being somewhat critical, however I am certainly open to hearing your comments on my concerns. :)
No problem :)
playsongsinalbum
keyword, which would list all of the songs for the given album.If you're still convinced that this feature would be for the better, be my guest. ;) Caleb
I might take a look at unifying the filter scripts later in the week.
I like the idea of combining the action scripts—that seems more feasible. And no, it's not possible to point a filter script to another. But that wouldn't work anyway. New logic would need to be written to only match songs from a particular artist (or whatever additional filtering you'd like to achieve.
I think we should combine all actions into one script, where the argument to the script would be prefixed with
song-
,album-
,genre-
etc., which would then be used to play the correct type of content.This would allow filters which returns different kinds of items, eg. both songs and albums. This could maybe be used to create an unified
play
filter script.This would also simplify updating the action using the python script.
Another thing, would it be possible to make the user choose multiple level of options like a menu? For example I might want to play an album by
BandX
, but I don't remember the album name, so I would typeplayalbumby Band
, where bothBandX
andBandY
would appear as options. I would then chooseBandX
and be presented with a list of all ofBandX
's albums. When I have chosen one of these it play-song would play that album.