PlayerLink/settings.json

33 lines
892 B
JSON

{
"any_other": false,
"apps": [
{
"client_id": "1245257240890310686",
"enabled": true,
"name": "Apple Music",
"process_names": [
"AppleMusic.exe"
],
"search_endpoint": "https://music.apple.com/search?term="
},
{
"client_id": "1245257414715113573",
"enabled": true,
"name": "Spotify",
"process_names": [
"Spotify.exe"
],
"search_endpoint": "https://open.spotify.com/search/"
},
{
"client_id": "1245257493966225488",
"enabled": true,
"name": "Tidal",
"process_names": [
"TIDAL.exe"
],
"search_endpoint": "https://listen.tidal.com/search?q="
}
],
"autostart": false
}