Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 801 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 801 Bytes

rusty-tunes

Basic CLI/GUI Application to navigate through old iTunes xml library with the help of Rust.

Important

For now the UI is built with egui framework, but I'm working on a web based wasm compiled version on the web-frontend branch.

GUI

building

$ cargo build --release

basic use

Usage: rusty-tunes <MODE> <PATH>
  • list all deezer matched tracks (console mode)
$ ./target/release/rusty-tunes T mylibrary.xml
  • list all playlists (console mode)
$ ./target/release/rusty-tunes P mylibrary.xml
  • open random tracks (GUI mode)
$ ./target/release/rusty-tunes R mylibrary.xml