-
-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow multiple language selections when fading out #753
Comments
It looks like as of the API change that corresponds to 1c59156 and according to what is described at #706 (comment), we could instead have StreamLink Twitch GUI query to the API without language filter, then grey out or completely filter out based on the checked languages in the parameters, with additionally, if there's actually a single one selected and the parameter to have them disappear completely is checked, we could filter via the API param. |
No, client side filtering won't be implemented and I won't further comment on it.
The fading mechanic is currently tied to the single language selection due to the API filtering restriction and it shares the same |
Hi! Thank you for your quick answer, and for the additional references. I agree client-side filtering is dirty, extremely inefficient and never the good solution if you have control over both the server API and the client. I have no idea why Twitch removed that feature of allowing to filter on several languages.
Unfortunately I beleive you're right it's not a totally great solution, but given the API limitations I'm afraid there's indeed no totally great solution. ^^' However, I'm not sure whether that's what you meant, but it looks like we wouldn't need to have two different graphical language selections in order to have this, we could just prevent from being in With regards to it maybe being confusing for the user, probably the users who would get confused would be those trying to tick multiple languages, so they'd probably rather have that feature after getting confused for a few seconds than having to go through all the un-interesting streams every day. at #113 (comment):
If the previous suggestion was to be implemented, that would already be a huge gain for me (and apparently for other people: #732 #712 #281 #151). However I still feel like:
Thanks again for your answer, |
I have pushed some changes onto the This allows selecting multiple languages again and it replaces the fading/filtering radio-boxes with check-boxes which get disabled based on the language selection. Both get disabled if no language has been selected, filtering gets disabled if more than one language has been selected and fading gets disabled if one language has been selected and filtering is activated. Although it's not that simple, it should be fairly easy to understand, especially since I've added additional descriptions. The only thing which annoys me a bit is that I had to copy the English translations to the other locales, as the descriptions are now text blocks with two lines, and the localization fallback mechanic doesn't work in this case. This also won't report missing translations in the |
Hi,
First of all thank you so much for this great app.
I watch streams in several languages and care more about the content than which of these languages it's using.
However the "Languages" parameter tab only allows to check a single language, and will grey out all streams in all languages but that one, and I couldn't figure out how to select several languages there, so the GUI would show live streams in all of them.
Could you please allow selecting several languages there ?
Thanks!
The text was updated successfully, but these errors were encountered: