apognu / otter

Music player for Funkwhale
MIT License
215 stars 21 forks source link

add search tag support #29

Open petitminion opened 4 years ago

petitminion commented 4 years ago

Hello,

Just proposing a new feature : search by tags.

Thx :)

apognu commented 4 years ago

Hi!

I do not remember seeing anything in Funkwhale's API related to tag search. I'll have a deeper look to make sure, but if Funkwhale does not support it, we cannot support it either.

apognu commented 4 years ago

Actually, I can see some tag-related API calls in the latest build of Funkwhale. For reference, here are those API calls:

GET /api/v1/tags/
GET /api/v1/[artists|albums|tracks]/?tag=HardRock

So this might be more feasible than advertised, I'll look into it.

apognu commented 4 years ago

I will start working on that as soon as 1.0.20 is out.