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.
$ cargo build --release
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