mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-07-09 17:28:28 +00:00
28 lines
752 B
JSON
28 lines
752 B
JSON
[
|
|
{
|
|
"name": "Cool JF Server",
|
|
"enable": true,
|
|
"id": "myJellyfin",
|
|
"clients": [],
|
|
"data": {
|
|
"url": "http://localhost:8096",
|
|
"user": "FoxxMD",
|
|
"apiKey": "c9fae8756fbf481ebd9c5bb56bd6540c",
|
|
|
|
// everything below is optional
|
|
"usersAllow": ["FoxxMD","SomeOtherUser"],
|
|
"usersBlock": ["AnotherUser"],
|
|
"devicesAllow": ["firefox"],
|
|
"devicesBlock": ["google-home"],
|
|
"librariesAllow": ["GoodMusic"],
|
|
"librariesBlock": ["BadMusic"],
|
|
"additionalAllowedLibraryTypes": ["musicvideos"],
|
|
"allowMediaTypes": ["audio"],
|
|
"frontendUrlOverride": "https://myJellyfinExternal.tld"
|
|
},
|
|
"options": {
|
|
"logPayload": true,
|
|
"logFilterFailure": "debug"
|
|
}
|
|
}
|
|
]
|