-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.example.json
29 lines (29 loc) · 962 Bytes
/
config.example.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"clientId": "",
"clientSecret": "",
"userId": "",
"localEnvironment": true,
"playlists": {
"radiox": {
"playlistId": "",
"radioTrackserviceUrl": "http://www.radiox.co.uk/playlist/",
"radioEntrySelector": ".song__text-content",
"radioTitleSelector": ".track",
"radioArtistSelector": ".artist"
},
"fm4": {
"playlistId": "",
"radioTrackserviceUrl": "https://audioapi.orf.at/fm4/api/json/current/broadcasts",
"orfApi": true
},
"fip": {
"playlistId": "",
"radioTrackserviceUrl": "http://www.fipradio.fr/archives-antenne",
"radioEntrySelector": ".list-song > .son",
"radioTitleSelector": ".titre_title",
"removeFromTitleString": "",
"radioArtistSelector": ".titre_artiste",
"removeFromArtistString": "par :"
}
}
}