mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-08-13 02:33:23 +00:00
29 lines
783 B
JSON
29 lines
783 B
JSON
[
|
|
{
|
|
"id": "myAppleMusic",
|
|
"name": "My Apple Music",
|
|
"enable": true,
|
|
"clients": [],
|
|
"data": {
|
|
// either key or token needs to be provided
|
|
"key": {
|
|
"id": "2HPSNJZ88N",
|
|
"teamId": "SN6YASW8G4",
|
|
"p8": "-----BEGIN PRIVATE KEY-----\nMIGTAgEAMBMGByqGSM49AgEG...-----END PRIVATE KEY-----"
|
|
},
|
|
"token": "your-jwt-token-here",
|
|
"mediaUserToken": "your-media-user-token-here",
|
|
|
|
// optional: Origin header for API requests (required when using a browser token)
|
|
"origin": "https://music.apple.com",
|
|
|
|
// optional: polling interval in seconds (default 60)
|
|
"interval": 60
|
|
},
|
|
"options": {
|
|
"logDiff": true,
|
|
"recoverUnchangedTopHistory": true,
|
|
"normalizeAlbum": true
|
|
}
|
|
}
|
|
]
|