Closed whatdoineed2do closed 6 years ago
Just wanted to let you know, that I hope to find time over the coming weekend to look into and test this pr (together with the one against forked-daapd).
commits squashed - awaiting final review/merge in https://github.com/ejurgensen/forked-daapd/pull/559 before we consider this PR for merge here
Very much appreciate the feedback/patience on this one. Changes added.
"Is it intentional that queuing an album for a genre, will queue all tracks of this album, even the tracks that do not match the genre?"
Yes this was intentional - I thought of doing this 'add/play' based on the genre for each tracks but I think the overhead of pulling each track and examining it was too costly so when the server gives us the list of albums 'matching' a genre we can use that.
It's not perfect but to save on the cost of doing it properly is probably not worth it.
@whatdoineed2do i think, this is good to be merged. Could you make a pr against ejurgensens forked-daapd git-repository?
Thanks - PR https://github.com/ejurgensen/forked-daapd/pull/598 already submitted as part of a bigger usability feature set that I've had on my live system for a while
Can you review?
dependency on merge of https://github.com/ejurgensen/forked-daapd/pull/559
genre
as additional tab/page (#/music/genres
) which will display all genres. Clicking on a genre will list all albums matching the genre.play
oradd
fromgenre
like we can foralbums
etcSearch (#/search/library
) also includesgenre
when request is made to backend