SkillAgentSearch skills...

Riri

A simple menubar tool to display lyrics for Apple Music in MacOS.

Install / Use

/learn @liulifox233/Riri
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img src="./i_ll.png" alt="Riri" width="25%"> </p> <div align="center"> <h1> リリ/Riri </h1> </div>

A simple menubar tool to display lyrics for Apple Music in MacOS.

Install

brew tap liulifox233/Riri
brew install Riri --no-quarantine

[!NOTE] Why --no-quarantine?
Because I don't have an Apple Developer account QAQ

Usage

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

Example config.yml

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

Related Skills

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated3mo ago
Forks0

Languages

Rust

Security Score

87/100

Audited on Dec 18, 2025

No findings