mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-20 17:59:38 +00:00
Some checks failed
Publish Docker image to Dockerhub / test (push) Has been cancelled
Publish Docker image to Dockerhub / Build OCI Images (push) Has been cancelled
Publish Docker image to Dockerhub / Build OCI Images-1 (push) Has been cancelled
Publish Docker image to Dockerhub / Merge OCI Images and Push (push) Has been cancelled
#486
27 lines
724 B
JSON
27 lines
724 B
JSON
[
|
|
{
|
|
"name": "MyJellyfin",
|
|
"enable": true,
|
|
"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"
|
|
}
|
|
}
|
|
]
|