mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-04 14:41:24 +00:00
For jellyfin/plex/tautulli -- `logFilterFailure` option in config allows controlling if and what log LEVEL user/server filter failures are logged. #85 * Updated schema * Updated examples * Also added expected/found detailed logging for filters to jellyfin #84
14 lines
293 B
JSON
14 lines
293 B
JSON
[
|
|
{
|
|
"name": "MyTautuilli",
|
|
"clients": [],
|
|
"data": {
|
|
"user": ["username@gmail.com","anotherUser@gmail.com"],
|
|
"libraries": ["music","my podcasts"],
|
|
"servers": ["myServer","anotherServer"],
|
|
"options": {
|
|
"logFilterFailure": "warn"
|
|
}
|
|
}
|
|
}
|
|
]
|