-
Notifications
You must be signed in to change notification settings - Fork 134
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
[Feature] Allow filtering out specific followed channels by current game / other metadata #205
Comments
@Ndragomirov you need to implement a filter for Premiere Videos, they're essentially the same as vodcasts and I'm not fond of getting notifications for these. |
Stumbled across this issue after wanting the same for quite a while. To make this work one would have to implement a settings value similar to "hideVodcasts", haven't looked much into it yet but maybe "v" contains also the game-name? https://github.com/Ndragomirov/twitch-now/blob/master/common/lib/app.js#L1245 |
Looked into it more after all, to get the basic function of filtering games (which I am mainly interested in and that matches what you want) you would have to:
Not sure if this project got abandoned, since 4 months ago there was some change, but ever since there wasn't really any messages from the original creator, maybe a fork is due? |
Would be extremely useful if we could filter channels out from the "Following streams" list if they are playing certain games. Either for all channels or per channel.
Some examples of what would be nice to have:
Also if my other feature idea #204 gets implemented, this could also pin streams to the top of list instead of hiding them.
Ideally this would use some also use some kind of ordered rule system so doing a global hide rule for a game could get overridden by another rule that came after it.
Also rather than completely hiding them, we could just move them to an uncollapsed list at the bottom so they can be checked if needed.
Unsure how feasible this would be, but it would be extremely useful if implemented.
The text was updated successfully, but these errors were encountered: