mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-05-02 13:41:21 +00:00
* Implement new jellyfin source using JF typescript api client library for communication * Use either API Key or username/password * Implement real-time scrobble monitoring * Implement feature parity filters from old jellyfin source (users) and add devices filters * Refactor documentation for new configuration with api and add migration steps for webhook users * Add deprecation warning to jellyfin webhook source
19 lines
435 B
JSON
19 lines
435 B
JSON
[
|
|
{
|
|
"name": "MyJellyfin",
|
|
"enable": true,
|
|
"clients": [],
|
|
"data": {
|
|
"url": "http://localhost:8096",
|
|
"user": "FoxxMD",
|
|
"apiKey": "c9fae8756fbf481ebd9c5bb56bd6540c",
|
|
"usersAllowed": ["FoxxMD","SomeOtherUser"],
|
|
"usersBlocked": ["AnotherUser"],
|
|
"devicesAllowed": ["firefox"],
|
|
"devicesBlocked": ["google-home"]
|
|
},
|
|
"options": {
|
|
"logFilterFailure": "debug"
|
|
}
|
|
}
|
|
]
|