The Danceinterpreter is a utility to display songs and their according dances at ballroom dance events https://klassenserver7b.github.io/danceinterpreter-rs/danceinterpreter_rs/index.html
  • Rust 93.5%
  • QML 2.8%
  • JavaScript 2%
  • TypeScript 1.5%
  • Shell 0.2%
Find a file
prepe 6866001193
Some checks failed
CodeQL / Analyze (actions) (push) Has been cancelled
CodeQL / Analyze (javascript-typescript) (push) Has been cancelled
CodeQL / Analyze (rust) (push) Has been cancelled
Update README.md (#222)
2026-07-31 03:02:47 +02:00
.github Bump checkout to @v7 2026-07-13 22:58:37 +02:00
dist v0.8.4 2026-07-31 02:59:32 +02:00
examples Add connection indicator in sidebar 2026-06-07 23:04:48 +02:00
resources Added filled material icons → filled star for stared statics 2026-06-14 03:00:58 +02:00
src Make adding a song to the playlist (e.g. traktor import) scroll to it 2026-07-31 02:17:09 +02:00
traktor-api Refactor static data operations (rename, merge) 2026-07-14 23:16:27 +02:00
.gitignore ignore .idea 2025-10-18 01:58:32 +02:00
.prekignore Update .prekignore 2026-04-04 22:21:47 +02:00
Cargo.lock v0.8.4 2026-07-31 02:54:46 +02:00
Cargo.toml v0.8.4 2026-07-31 02:54:46 +02:00
CODE_OF_CONDUCT.md Some formatting 2026-01-09 00:17:18 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2026-04-04 22:21:47 +02:00
LICENSE Create LICENSE 2024-06-26 13:44:56 +02:00
prek.toml add clippy to cargo prek 2026-05-31 03:24:03 +02:00
README.md Update README.md 2026-07-31 03:02:34 +02:00

CodeFactor CI

danceinterpreter-rs

The Danceinterpreter is a utility to display songs and their according dances at ballroom dance events

It currently contains three source modes

  1. M3U / M3U8 files with references to local mp3 files
  2. A connection to a running Traktor Pro instance
  3. Manually added songs and static dance labels

Roadmap

The Roadmap can be found here

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

https://flathub.org/apps/io.github.klassenserver7b.danceinterpreter-rs

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

  1. Make sure you have cargo and the rust stack installed, if not get started here
  2. Run cargo install danceinterpreter-rs
  3. 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.

Contributing

Screenshots

MainWindow DanceWindow