Skip to content

Navigating through old iTunes xml library with the help of Rust

License

Notifications You must be signed in to change notification settings

blackccpie/rusty-tunes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Navigating through old iTunes xml library with the help of Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages