mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-03 06:01:43 +00:00
* Keep examples as valid json by removing comments and fixing trailing commas #55 * Add README pointing to configuration docs
11 lines
225 B
JSON
11 lines
225 B
JSON
[
|
|
{
|
|
"name": "MyPlex",
|
|
"clients": [],
|
|
"data": {
|
|
"user": ["username@gmail.com","anotherUser@gmail.com"],
|
|
"libraries": ["music","my podcasts"],
|
|
"servers": ["myServer","anotherServer"]
|
|
}
|
|
}
|
|
]
|