Apple Music
A Rust Library to control local Apple Music player
Development is still ongoing, package is not ready yet!
Currently available:
- ApplicationData
- Track
- AppCommands
HowTo
(super lightweight, will update it real soon)
let app_data = get_application_data;
let track = get_current_track;
execute;