stremio-shell icon indicating copy to clipboard operation
stremio-shell copied to clipboard

Genre select input doesn't show multiple genres

Open Pigamer37 opened this issue 4 months ago • 0 comments

I'm using the v5 client on Windows.

I have an addon that can handle filtering by multiple genres, and when using an optionsLimit property with > 1, Stremio throws requests as expected when clicking on multiple genres, appending &genre=genre1&genre=genre2

However, the UI only shows a green dot on one of the genres, exactly the same as when only selecting one. It would be nice that when using the optionsLimit parameter (which the addon SDK docs imply is for use for this exact purpose), Stremio's UI would reflect what is requesting, i.e. showing green dots on all genres/options in the select input.

Right now the fix on the addon's part is easy: don't use optionsLimit or set it to 1, because otherwise it appears buggy because of the request/UI mismatch. It would be nice to be able to get and filter by multiple genres correctly, though.

Loving the changes in v5, btw. Keep up the good work!

Pigamer37 avatar Aug 25 '25 12:08 Pigamer37