PlayerLink/settings.json

31 lines
844 B
JSON
Raw Normal View History

2024-11-01 14:10:00 +01:00
{
"apps": [
{
"name": "Apple Music",
"process_names": [
"AppleMusic.exe"
],
2024-11-03 12:56:42 +01:00
"enabled": true,
2024-11-01 14:10:00 +01:00
"search_endpoint": "https://music.apple.com/search?term=",
2024-11-01 16:49:48 +01:00
"client_id": "1245257240890310686"
},
{
"name": "Spotify",
"process_names": [
"Spotify.exe"
],
2024-11-03 12:56:42 +01:00
"enabled": true,
2024-11-01 16:49:48 +01:00
"search_endpoint": "https://open.spotify.com/search/",
"client_id": "1245257414715113573"
},
{
"name": "Tidal",
"process_names": [
"TIDAL.exe"
],
2024-11-03 12:56:42 +01:00
"enabled": true,
2024-11-01 16:49:48 +01:00
"search_endpoint": "https://listen.tidal.com/search?q=",
"client_id": "1245257493966225488"
2024-11-01 14:10:00 +01:00
}
]
}