#feature - adding a song should be an ajax request
Can someone with admin powers label this as a feature?
Also, you should be able to add a whole album. We have such features on a branch! MAGIC POWER SAUCE
Adding a song = adding to playlist?
If so, this is already the case. If you search for a song and click the title (assuming you're logged in) the request is made in the background with the playlist updating.
Right now it redirects you to the playlist when you queue a song. So if you want to queue 4 songs you have to queue-back-queue-back-queue-back-queue-back. Working on a fix. :) For the time being, I've added "add album" functionality... on the way!
Can you re-open this? Or am I misunderstanding something? I have another patch for a similar issue (queuing albums).
You shouldn't be redirected if you're using search. If you're browsing the library, it'll use a standard browser request. I can see how that's annoying...
I think adding a whole album should be a separate issue, not included in with the AJAX requests when browsing.
Yeah, sorry... was conflating ajax-adds with album-adds because I was lazy. I'll come up with a separate patch for this issue since I didn't finish ajax-adds on that branch on Saturday anyway.