-
Notifications
You must be signed in to change notification settings - Fork 5
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.
On macOS, the config file should be at ~/Library/Application Support/AppleMusicRP/config.toml
On Windows, the config file should be at C:\Users\username\AppData\Local\wxllow\AppleMusicRP\config.toml
| 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 |
large_text = 'This shows when you hover over an image!'
details = '{status} {song}'
state = 'By {artist} on {album}'client_id = "123456"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