From ee753389f729307a3f6ade103a168924fdad401c Mon Sep 17 00:00:00 2001 From: Druidblack <70659424+Druidblack@users.noreply.github.com> Date: Sun, 5 Apr 2026 19:36:13 +0300 Subject: [PATCH] Add files via upload --- config/ymbridge.json.example | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config/ymbridge.json.example diff --git a/config/ymbridge.json.example b/config/ymbridge.json.example new file mode 100644 index 00000000..9a52c64c --- /dev/null +++ b/config/ymbridge.json.example @@ -0,0 +1,18 @@ +[ + { + "name": "Yandex Music", + "type": "ymbridge", + "data": { + "url": "http://192.168.1.161:9980", + "apiKey": "change-me", + "interval": 5, + "maxInterval": 20, + }, + "options": { + "scrobbleThresholds": { + "percent": 50, + "duration": 240 + } + } + } +] -- 2.51.2