mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-30 21:00:13 +00:00
31 lines
No EOL
1.2 KiB
Text
31 lines
No EOL
1.2 KiB
Text
---
|
|
title: Koito
|
|
toc_min_heading_level: 2
|
|
toc_max_heading_level: 5
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
import CodeBlock from '@theme/CodeBlock';
|
|
import KoitoConfig from '!!raw-loader!@site/../config/koito.json.example';
|
|
|
|
This Source monitors a Koito account's scrobble history and then re-scrobbles discovered tracks to configured [Clients.](/configuration/clients)
|
|
|
|
:::tip[Other Uses]
|
|
|
|
To _scrobble to_ a Koito server, create a [Koito (Client)](/configuration/clients/koito)
|
|
|
|
:::
|
|
|
|
See the [Koito (Client)](/configuration/clients/koito) configuration for general setup. The only difference for **Source** configuration:
|
|
|
|
* Cannot be setup with ENV config
|
|
* [File/AIO config](/configuration?configType=file#configuration-types) must include `"configureAs": "source"`
|
|
|
|
#### Configuration
|
|
|
|
<Config config="KoitoSourceConfig" fileContent={KoitoConfig} name="koito">
|
|
:::note
|
|
You cannot use ENV variables shown in the [Koito Client config](/configuration/clients/koito) -- multi-scrobbler assumes Koito ENVs are always used for the **client** configuration. You must use the [File or AIO](/configuration?configType=file#configuration-types) config to setup Koito as a Source.
|
|
:::
|
|
</Config> |