-
Notifications
You must be signed in to change notification settings - Fork 4
Operation: Ticker
Evan Shimizu edited this page Jan 31, 2019
·
1 revision
The ticker displays a rotating set of elements in a lower third view.
The ticker is designed to run independently of most of the other functions in this app. For this reason, the ticker does not update when the update button is clicked. Instead, you must update the ticker with the separate "Update Ticker" button. (If I didn't separate this out, the ticker would restart every time you hit Update).
- Animation Type - Determines how items transition. Defaults to Fade Right.
-
Ordering Mode - Determines the item ordering. Defaults to Grouped.
- Grouped - Items are grouped based on their "Category Title". Items that have the same category title will be ordered by their "Order" value.
- Absolute - Items are only ordered based on the "Order" value. Ties are broken randomly.
- Add Item - Adds an Item
- Update Ticker - The ticker's own special update button. Click this to update the overlay data.
Each item has the following fields:
- Order - Number determining the item's placement. See "Ordering Mode" above.
- Item Mode - One of the following item modes (see below).
- Category Title - General grouping category for the item. This typically shows up on the bottom left of the ticker.
- Plain Text - The text to display in the item.
- Team Names - Team names.
- Logos - Logos. Can be regular image links (http) or local images. Use the folder button to browse for an image, eraser button to clear.
- Scores - The match score. The winner (if any) will be automatically determined from the score.
- Team Names - Team names.
- Logos - Logos. Can be regular image links (http) or local images. Use the folder button to browse for an image, eraser button to clear.
- Twitch Username - Caster's Twitch channel. Not the full url (it won't fit).
- Date - In your (as in the computer that's running Soothsayer) local time. Timezone will automatically be added to the ticker's date display.



