12 unstable releases (5 breaking)
Uses new Rust 2024
| 0.7.0 | Jan 9, 2026 |
|---|---|
| 0.6.7 | Nov 2, 2025 |
| 0.6.6 | Oct 18, 2025 |
| 0.6.5 | Aug 25, 2025 |
| 0.2.0 | Feb 6, 2025 |
#124 in Audio
1MB
3.5K
SLoC
danceinterpreter-rs
The Danceinterpreter is a utility to display songs and their according dances at ballroom dance events
It currently contains three source modes
- M3U / M3U8 files with references to local mp3 files
- A connection to a running Traktor Pro instance
- Manually added songs and static dance labels
Installation
The danceinterpreter is currently only availible for Linux(x64, aarch64) and Windows(x64). MacOS support is technically possible but as long as it is not requested I don't want to waste actions minuites on those builds. Any other OS/Arch could be possible if rust and my used libraries support it The **Flathub ** release (Linux x64) is the ONLY one which is actively tested.
Flathub - Linux only - preferred
Installation
flatpak install flathub io.github.klassenserver7b.danceinterpreter-rs
Update
Update via your distros software store or run
flatpak update io.github.klassenserver7b.danceinterpreter-rs
Uninstall
Uninstall via your distros software store or run
flatpak uninstall io.github.klassenserver7b.danceinterpreter-rs
Cargo - all platforms
Installation
- Make sure you have cargo and the rust stack installed, if not get started here
- Run
cargo install danceinterpreter-rs - Start the danceinterpreter from you console by running
danceinterpreter-rs
Update
Rerun cargo install danceinterpreter-rs
Uninstall
Run cargo uninstall danceinterpreter-rs
Support
Always feel free to open an issue according to the issue templates at this github page.
Screenshots
Dependencies
~100MB
~1.5M SLoC