Closed whatdoineed2do closed 6 years ago
I have a fork that implements searches by genre via the endpoints:
genre
/api/library/genre
/api/library/genre/{genre name}
/api/search/?type=genre
The code is here: https://github.com/whatdoineed2do/forked-daapd/tree/search-genre
I am not a web developer and I am unable to figure out how the webui is built and how to get the original unminified version of the code to update:
http://localhost:3689/#/music/browse
http://localhost:3689/#/search/library
&genre
Thanks
https://github.com/ejurgensen/forked-daapd/issues/552
duplicate.
I have a fork that implements searches by
genre
via the endpoints:/api/library/genre
- returns list of genres/api/library/genre/{genre name}
- returns albums matching genre/api/search/?type=genre
The code is here: https://github.com/whatdoineed2do/forked-daapd/tree/search-genre
I am not a web developer and I am unable to figure out how the webui is built and how to get the original unminified version of the code to update:
http://localhost:3689/#/music/browse
add icon/tab to pull genres from the serverhttp://localhost:3689/#/search/library
add&genre
to the query sent by the webpageThanks