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