A simple menubar tool to display lyrics for Apple Music in MacOS.
brew tap liulifox233/Riri
brew install Riri --no-quarantine
Note
Why --no-quarantine
?
Because I don't have an Apple Developer account QAQ
First, get your user token from https://music.apple.com/
, you can find it in cookie under media-user-token
.
To run the project, use the following command:
$ cargo run
Then, modify the config.yml
file located at:
/Users/username/Library/Application Support/Riri
storefront: jp # Option
user_token: # Get from your Apple Music web cookie.
authorization: # Option
expire: # Option
offset: 1.0 # Option, If the delay between your lyrics and the music is too large, then you can adjust this.
length: 24 #Option, Lyrics length
Lyrics data was locate at /Users/username/Library/Application Support/Riri/Data