Skip to content

Configuration

willow edited this page Jun 29, 2022 · 1 revision

Starting from 3.2.0 and later, AppleMusicRP allows you to customize information such as how your status is displayed by editing the config file.

Finding the config file

macOS

On macOS, the config file should be at ~/Library/Application Support/AppleMusicRP/config.toml

Windows

On Windows, the config file should be at C:\Users\username\AppData\Local\wxllow\AppleMusicRP\config.toml

Customization

Variables

Name Description
status "Playing" or "Paused"
song Title of the playing song
artist The artist(s) of the playing song
album The album of the playing song

Example

large_text = 'This shows when you hover over an image!'
details = '{status} {song}'
state = 'By {artist} on {album}'

Client ID

Example

client_id = "123456"

Applying changes

To apply your changes, save the file and then open AppleMusicRP.

Make sure AppleMusicRP is not running (or at least that you don't toggle anything in the app) while editing/saving the config as this might lead to corruption or lost changes

Clone this wiki locally