Skip to content
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 flag to set game ID and title #60

Closed
rohanrichards opened this issue Apr 27, 2021 · 1 comment
Closed

Allow flag to set game ID and title #60

rohanrichards opened this issue Apr 27, 2021 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@rohanrichards
Copy link

StreamCategoryID: "509658",
StreamCategoryName: "Just Chatting",

It would be helpful if we could pass in the Game ID and title on stream change updates. E.g

twitchevent trigger stream-change -F http://localhost:3000 -G "Path of Exile"

@lleadbet
Copy link
Contributor

I think the concern here is that we can allow you to set both manually, but using a random name (such as Path of Exile) requires a lookup via API, thus means you need to configure it properly beforehand.

I'm not entirely opposed to the idea, however it is a fairly unique edgecase.

If you're okay with only setting one or the other (or both) manually, I can certainly hook up existing triggers since they're already there (item-id and status can be reused for this).

@lleadbet lleadbet added enhancement New feature or request good first issue Good for newcomers labels Apr 27, 2021
lleadbet added a commit that referenced this issue Jun 1, 2021
Fixes #60 and adds a new "item-name" flag to allow for the item name to be set.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants