You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, to have the `videos` assets automatically audio normalised, you must have `python` (v3), `ffmpeg`, and [`ffmpeg-normalize`](https://github.com/slhck/ffmpeg-normalize) available in your system's `PATH`. If you don't have all of these, the check will fail and videos will just not be touched. For Windows, `python` (v3) should be automatically installed when you install Node.js built tools, if you chose to do that.
@@ -43,15 +43,13 @@ This bundle also heavily relies on information from a RabbitMQ server, and an in
43
43
44
44
### Stream Deck Plugin
45
45
46
+
Deprecated in favor of companion plugin.
47
+
46
48
Included with this bundle is a plugin for the Elgato Stream Deck software that can be used by various crew members during events. Once you have the Stream Deck software installed, you can install the plugin by running the file `com.esamarathon.streamdeck.streamDeckPlugin` in the `streamdeck-plugin/Release` directory. Currently, you need to set the actions up yourself in the software, so it can easily be customised on the fly.
47
49
48
50
### FlagCarrier Configuration
49
51
50
-
You will need to install the [speedcontrol-flagcarrier](https://github.com/speedcontrol/speedcontrol-flagcarrier) bundle to use this part, along with using one of the FlagCarrier applications to set them.
51
-
52
-
**Hosts (the ones on camera):**
53
-
- group_id: `hosts`
54
-
- positions: `left,midleft,middle,midright,right`
52
+
While this bundle still contains something called FlagCarrier, it has been repurposed for something else internally
55
53
56
54
### Text-To-Speech Donations
57
55
@@ -61,33 +59,9 @@ This can be enabled via the config, controlled via Stream Deck buttons available
61
59
62
60
This bundle can interface with [foobar2000](https://www.foobar2000.org/) using the [beefweb](https://github.com/hyperblast/beefweb) plugin. Set up foobar2000 however you want it to play music (we use a long playlist on shuffle, and set a fade in/out on pause), make sure the correct username/password are set in the configuration file, and this bundle with automatically play music when needed. It will only play if the scene name ends in `[M]`, for example, `Intermission [M]`.
63
61
64
-
## Other Information
62
+
Alternatively, you can use [DeaDBeeF](https://deadbeef.sourceforge.io/) with the same beefweb plugin if you are using linux.
65
63
66
-
### Events Used For
67
-
68
-
Here's a list of events this bundle has been used at so far, most recent first.
69
-
70
-
* UKSG Autumn 2021
71
-
* ESA Summer 2021
72
-
* UKSG Summer 2021
73
-
* UKSG Spring 2021
74
-
* ESA Winter 2021
75
-
* UKSG Winter 2021
76
-
* UKSG Autumn 2020
77
-
* ESA Summer 2020
78
-
* UKSG Summer 2020
79
-
* ESA Corona Relief
80
-
* ESA Together
81
-
* UKSG Spring 2020
82
-
* ESA Winter 2020
83
-
* UKSG Winter 2020
84
-
* ESA @ Malmö Vinterspelen 2019
85
-
* ESA @ DreamHack Winter 2019
86
-
* UKSG Autumn 2019
87
-
* ESA Summer 2019 (including some streams on [SpeedGaming](https://www.twitch.tv/speedgaming) during the event).
88
-
* UKSG Summer 2019
89
-
* All BSG's from BSG @Home 2020 onwards (Aug 2020)
90
-
* All Hekathon events from 2021 onwards
64
+
## Other Information
91
65
92
66
### Credits
93
67
@@ -96,11 +70,12 @@ Here's a list of events this bundle has been used at so far, most recent first.
96
70
* https://calculateaspectratio.com/ for helping me (duncte) wiht some math
97
71
98
72
## Development
99
-
To get this bundle set-up for development run the following commands
73
+
To get this bundle set-up for development run the following commands.
0 commit comments