Apple Music
A Rust Library to control local Apple Music player
Development is still ongoing, package is not ready yet!
Currently available:
- ApplicationData
- Track
- Playlist + Playlist Tracks
- AppCommands
Available but buggy:
- All Library Tracks (takes a long time & fails)
HowTo
(super lightweight, will update it real soon)
let app_data = get_application_data;
let track = get_current_track;
execute;
Next Steps
- Finish to add remaining classes & methods
- Add AppCommands w/ params
- Try to parse data using Rust instead of JavaScript