mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-25 02:35:57 -05:00
Created Twitch Category Changer (markdown)
31
Twitch-Category-Changer.md
Normal file
31
Twitch-Category-Changer.md
Normal file
@@ -0,0 +1,31 @@
|
||||
This example will allow you to set up a group of macros to automatically change the streaming category on Twitch, if a given process is currently running and in focus.
|
||||
|
||||
## Twitch Category Changer Macros
|
||||
|
||||
You will have to create a macro similar to the following for each category / process combination you want to set up:
|
||||
|
||||

|
||||
|
||||
The macro consists of a Process condition, which checks if a given process is running and is in focus - in this case `Overwatch.exe`. (1)
|
||||
The action to be performed is of type Twitch, which will set the desired streaming category. (2)
|
||||
The macro should be configured to only perform the action only a single time to avoid spamming the Twitch servers.
|
||||
|
||||
Here is another example this time using the `Path of Exile` process / stream category:
|
||||
|
||||

|
||||
|
||||
## Fallback Category
|
||||
|
||||
If you also want to set up a "fallback" streaming category, if none of the configured processes were found, you can add another macro with the following settings:
|
||||
|
||||

|
||||
|
||||
The condition of the "fallback" macro will use the Macro condition type (1) and check if none - so less than 1 - (2) of the other Twitch category changer macros are currently modifying the streaming category.
|
||||
If that is the case the streaming category will be set to `Just Chatting`.
|
||||
|
||||
## Import the example
|
||||
|
||||
To [import](Exporting-and-importing-individual-macros) the example macros from above you can use this code:
|
||||
```
|
||||
AAAQnXic7Vdtb9owEP4rkT8jBGlpO75tlKmdVhWtVPswockNR7Bw7Mh2Whjiv+/OTkIobbdJk9apfEDyne/l8b08CmuW8cRoy/rf1kzxDFifjR+ES+bRgDtItVlFgzlXKRjWYjkvLFrMuLRAkuFSgqwVWgVT1nemQNkuRD5cQnKtbhw3rrZLjS7yysgL59xx1l+zREvJcwvT2taKHxjvaLNp1fiu78E8cIT41xGV0lQnixtwTqjUEioDqbAOK1AZzLn9UqgPhXNaVaFRNyIwe1rM5Ar7md81cM1FOpf4c5ezgVZT4YRWdowetYWp4o9hiTgZ5queu6P3OfGmUPt3t0GHt8lOkoCoNNrmj7iBiGC3dzw+EqCXXDziNtu0wiy9T+iqtrnJpXBYvJG2XvaTltPEdU9j6qo/x93uZlIGGGK4EOQl36Pat0OeVY8utFvAyjZGAisQlOg9qQvVVDmdphJGj9XbEvi8+7Mp8MhyoxOwFksmdSoShIMDVBhOjld6KmaCBmfNnMjgO4a0znChnLezQDn8jN1zSd2vD5023rtVTscNoRbBBWff+kp0cSXq5I2laMOSOj7TSWGrKcTiwBI7MhMppQDF7+TO1jjBZWWs8/LNlLeRDivCk1+Ww3nyQAAhybSKGlyx0fQsvQA8sq/cZLf5WEiJ9lgX4NlYOELGhgp7GTkvYSdKKiLwlKXX7XXiXmuPEKI4TKFZgDkHmxiRh6wsSHcQhUuKKUV+we05SL7abn7ZuKc6cvIbLcF3KqULlUAGyl1ha3i6fU5WyrtWAy218YES5CpFLFFTHT0HtY1IjPoA9YZQLyYNbhxxN4/0LBouha/cgR8P/Hjgx3Ixrmd+Ld4CQ8bvjjqnradZ4Y1T5KfCOvqm9fx1oMj/myLPuluK7MR/RpEnx6+EIj3kf0OQjX9/AUXz7xWVp9I+opBJFTtuPDJsKG6ta+JoosgK6QQNAgwemXWfM2vGDhR5qaawfM71ddJxr/PupHfWepqC3iQfo+qeG0Elt2FXakys246P2/gp/xPcdcdO
|
||||
```
|
||||
Reference in New Issue
Block a user