turbowookie / turbo-wookie

Turbo Wookie Project. Because Turbo Wookie
http://turbowookie.github.io
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

Add All Songs By/On? #31

Open sleepdeprecation opened 10 years ago

sleepdeprecation commented 10 years ago

Having the ability to add all songs by a specific artist or on a specific album instead of manually adding each one might be nice.

Could also be cool to be able to choose to add them in a shuffled order (as in "add this album shuffled to the queue").

mpeterson2 commented 10 years ago

I think this is going to be a backend thing as well. The frontend knows about the artist/album name, and that's it. It doesn't know the files in it to add. So the backend is probably going to have to take an artist/album name and search for all the relevant songs and add those.

mpeterson2 commented 10 years ago

A few things that we can look into on this one is MPD's searchadd and findadd commands. I think one of these is what we're looking for.