Time Trial Start Console
Project description
metarace-ttstart
Time trial start console application. Includes time of day, rider number, rider name, a 30 second count-down and audible start beeps.
For battery operated terminals, the screen can be set to dim in between starters.
Configuration
Configuration is via metarace sysconf section 'ttstart' with the following keys:
| key | (type) description [default] |
|---|---|
| topic | (string) telegraph topic for start list updates [startlist] |
| fullscreen | (boolean) run application fullscreen after initialisation |
| backlightdev | (string) sysfs path to backlight device [null] (1) eg: /sys/class/backlight/acpi_video0 |
| backlightlow | (float) dimmed backlight level between starters [0.25] |
| backlighthigh | (float) backlight level during countdown [1.0] |
| startlist | (string) filename for a csv startlist file [startlist.csv] |
| syncthresh | (float) maximum allowed audio de-sync in seconds [0.12] (2) |
Notes:
- The backlight brightness file must be writable in order for dimming to work
- The acoustic start signal is terminated if it is not playing in sync with the displayed countdown.
Remote Control
ttstart connects to telegraph and subscribes to the topic nominated. To re-configure the start list, publish a JSON encoded array of arrays with the following columns:
- start time (string), required
- rider number (string), optional
- rider series (string), ignored
- rider name (string), optional
For example:
[["9h15:00","","","[Event Start]"], ["9h16:00","1","","First RIDER"]]
Requirements
- Python >= 3.11
- Gtk >= 3.0
- metarace >= 2.1.14
- tex-gyre fonts
- gstreamer alsa plugins
Note: Some 32 bit systems (notably Intel Atom Toughbooks) will not play audio with the default Debian desktop installation. The workaround is to remove pulseaudio and use alsa directly:
$ sudo apt remove 'pulseaudio*'
Installation
Use shared installer from metarace to collect requirements and install with roadmeet and trackmeet:
$ wget https://github.com/ndf-zz/metarace/raw/refs/heads/main/metarace-install.sh
$ sh metarace-install.sh
Alternatively, install system requirements and use pip:
$ sudo apt-get install python3-venv python3-pip python3-cairo \
python3-gi python3-gi-cairo gir1.2-gtk-3.0 gir1.2-rsvg-2.0 \
gir1.2-pango-1.0 gir1.2-gstreamer-1.0 gstreamer1.0-alsa tex-gyre
$ mkdir -p ~/Documents/metarace
$ python3 -m venv --system-site-packages ~/Documents/metarace/venv
$ ~/Documents/metarace/venv/bin/pip install metarace-ttstart
$ ~/Documents/metarace/venv/bin/ttstart
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file metarace_ttstart-1.0.2.tar.gz.
File metadata
- Download URL: metarace_ttstart-1.0.2.tar.gz
- Upload date:
- Size: 242.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c4ab32bce933615b7ebb74ff5f4bb47565c2f2a09ce6f02e56218a6c2995059c
|
|
| MD5 |
7363bf9cadf88d43c1b62a40cb019c51
|
|
| BLAKE2b-256 |
9d6433d0f54a422853e53caa56b97435e2acb02318339b6849645dcc482746bb
|
File details
Details for the file metarace_ttstart-1.0.2-py3-none-any.whl.
File metadata
- Download URL: metarace_ttstart-1.0.2-py3-none-any.whl
- Upload date:
- Size: 251.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f77f93a4eba17e7d62427ed0742e69df5aa4cccf3d6e1563db5f7c31d2d2d44
|
|
| MD5 |
7ccce1fd0b3e050f95764cc4809ab2ca
|
|
| BLAKE2b-256 |
3f35dc9c11e2f09ff7173eb2d8860a0325d70269c9afd167b5d9c2418d5dfd6f
|