mirror of
https://github.com/FoxxMD/multi-scrobbler.git
synced 2026-04-30 12:50:02 +00:00
Some checks are pending
Publish Docker image to Dockerhub / test (push) Waiting to run
Publish Docker image to Dockerhub / Build OCI Images (push) Blocked by required conditions
Publish Docker image to Dockerhub / Build OCI Images-1 (push) Blocked by required conditions
Publish Docker image to Dockerhub / Merge OCI Images and Push (push) Blocked by required conditions
* feat(librefm): Implement librefm * feat(librefm): Make api key/secret optional * feat(librefm): Add LIBREFM_ENABLE env to allow enabling librefm with no other options * feat(ui): Show client/source hint for all ambiguous components
28 lines
No EOL
1.2 KiB
Text
28 lines
No EOL
1.2 KiB
Text
---
|
|
title: Libre.fm
|
|
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 JsonConfig from '!!raw-loader!@site/../config/librefm.json.example';
|
|
|
|
This Source **monitors your Libre.fm scrobble history** and re-scrobbles new activity to configured [Clients.](/configuration/clients)
|
|
|
|
:::tip[Other Uses]
|
|
|
|
* To **scrobble to** Libre.fm, create a [Libre.fm (Client)](/configuration/clients/librefm)
|
|
|
|
:::
|
|
|
|
To configure this Source use the same registration instructions and configuration data shown in [Libre.fm (Client)](/configuration/clients/librefm) with the difference being `"configureAs": "source"` defined in the File/AIO configuration below.
|
|
|
|
## Configuration
|
|
|
|
<Config config="LibrefmSourceConfig" fileContent={JsonConfig} name="librefm">
|
|
:::note
|
|
You cannot use ENV variables shown in the [Libre.fm Client config](/configuration/clients/librefm) -- multi-scrobbler assumes Libre.fm ENVs are always used for the **client** configuration. You must use the [File or AIO](/configuration?configType=file#configuration-types) config to setup Libre.fm as a Source.
|
|
:::
|
|
</Config> |