mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-07-14 03:38:27 +00:00
23 lines
540 B
JSON
23 lines
540 B
JSON
[
|
|
{
|
|
"name": "Foxx Plex",
|
|
"id": "MyPlexApi",
|
|
"enable": true,
|
|
"clients": [],
|
|
"data": {
|
|
"token": "1234",
|
|
"url": "http://192.168.0.120:32400",
|
|
"usersAllow": ["FoxxMD","SomeOtherUser"],
|
|
"usersBlock": ["AnotherUser"],
|
|
"devicesAllow": ["firefox"],
|
|
"devicesBlock": ["google-home"],
|
|
"librariesAllow": ["GoodMusic"],
|
|
"librariesBlock": ["BadMusic"]
|
|
},
|
|
"options": {
|
|
"logPayload": true,
|
|
"logFilterFailure": "debug",
|
|
"ignoreInvalidCert": false
|
|
}
|
|
}
|
|
]
|