PlayerLink/settings.json

33 lines
892 B
JSON
Raw Normal View History

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