-
-
Notifications
You must be signed in to change notification settings - Fork 201
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
Language filter appears to not work at all #724
Comments
Duplicate of #706 See the changelog: |
Can't the filtering be clientside theoretically tho? |
Thanks alot for the replies, I understand now. Guess some multithreaded querying with multiple languages in parrallel wouldn't work either, I don't know enough about the API limitations. Do you have plans for a new release, or should I rather build the current Version myself for now? Also thank you very much for maintaining this project, it's a really nice tool <3 |
Those massive API requests are not possible since Twitch is already rate limiting the new API (which btw is a total disaster) and has recently tried to also introduce it to the old one which is currently used here. They've backpedaled though after receiving a shitstorm on their forums. Still, filtering features and the likes can only be implemented here if they are supported on their API and doing multiple network requests to achieve just one goal is always bad. See my comment here regarding a recent temporary change on the followed streams API endpoint:
Probably this weekend. I need to check a couple more things first, and I don't have the time today.
You can always build from the master branch. The more people who are running the latest dev version, the better the chances for finding bugs/issues which I've missed.
thanks |
Bug report
Environment details
Operating system and version:
Windows 10
Streamlink Twitch GUI version:
1.9.1 (Set to German)
Streamlink version:
1.3.1
Description
The language filter is not being applied to streams. (Language fading is working correctly.)
Streams with languages that are not selected are being shown.
Expected / Actual behavior
Streams with languages that are not selected don't get shown in the streamlist.
Reproduction steps
Additional comments, screenshots, etc.
The text was updated successfully, but these errors were encountered: