mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-07 17:30:25 +00:00
17 lines
386 B
JSON
17 lines
386 B
JSON
[
|
|
// DEPRECATED, use API Source instead
|
|
// rename files to plex.json to use
|
|
{
|
|
"name": "MyPlex",
|
|
"enable": true,
|
|
"clients": [],
|
|
"data": {
|
|
"user": ["username@gmail.com","anotherUser@gmail.com"],
|
|
"libraries": ["music","my podcasts"],
|
|
"servers": ["myServer","anotherServer"],
|
|
"options": {
|
|
"logFilterFailure": "warn"
|
|
}
|
|
}
|
|
}
|
|
]
|