CLI application that can make playlists based on mixxx trackdata
Go to file
2024-04-03 12:11:16 +02:00
src show track locations from mixxx db 2024-04-02 17:35:25 +02:00
.gitignore attempt model creation 2024-04-02 15:53:49 +02:00
Cargo.lock compiles 2024-04-02 16:07:09 +02:00
Cargo.toml compiles 2024-04-02 16:07:09 +02:00
diesel.toml show track locations from mixxx db 2024-04-02 17:35:25 +02:00
LICENSE Initial commit 2024-04-02 15:27:51 +02:00
README.md Update 'README.md' 2024-04-03 12:11:16 +02:00

Icarus

WIP: CLI application that can make playlists based on mixxx trackdata

  • Make clap args
  • Make own schema table because crate_tracks lacks Primary key
  • Include working Mixxx versions in README