multi-scrobbler/config
FoxxMD 0de2cc0922 feat(jellyfin)!: Refactor Jellyfin source to use Jellyfin API
* 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
2024-08-29 11:28:27 -04:00
..
chromecast.json.example docs: chromecast docs and schema 2024-01-11 15:25:06 -05:00
config.json.example refactor(config)!: Move remaining common options out of source data and into options 2024-05-10 12:38:09 -04:00
deezer.json.example feat(config): Implement property to control whether a source/client is used 2023-09-20 11:31:15 -04:00
jellyfin.json.example feat(jellyfin)!: Refactor Jellyfin source to use Jellyfin API 2024-08-29 11:28:27 -04:00
jriver.json.example feat(config): Implement property to control whether a source/client is used 2023-09-20 11:31:15 -04:00
kodi.json.example feat(config): Implement property to control whether a source/client is used 2023-09-20 11:31:15 -04:00
lastfm.json.example feat(config): Implement property to control whether a source/client is used 2023-09-20 11:31:15 -04:00
listenbrainz.json.example feat(config): Implement property to control whether a source/client is used 2023-09-20 11:31:15 -04:00
maloja.json.example feat(config): Implement property to control whether a source/client is used 2023-09-20 11:31:15 -04:00
mopidy.json.example feat(config): Implement property to control whether a source/client is used 2023-09-20 11:31:15 -04:00
mpd.json.example feat(mpd): Implement MPD Source MVP 2024-07-19 12:10:51 -04:00
mpris.json.example feat(config): Implement property to control whether a source/client is used 2023-09-20 11:31:15 -04:00
musikcube.json.example feat(musikcube): Provide more error logging and example config 2024-07-23 12:11:19 -04:00
plex.json.example feat(config): Implement property to control whether a source/client is used 2023-09-20 11:31:15 -04:00
README.md docs: Lean 100% into docusaurus documentation 2024-07-16 14:11:14 -04:00
spotify.json.example feat(config): Implement property to control whether a source/client is used 2023-09-20 11:31:15 -04:00
subsonic.json.example feat: Implement WebScrobbler source 2023-10-05 13:58:20 -04:00
tautulli.json.example feat(config): Implement property to control whether a source/client is used 2023-09-20 11:31:15 -04:00
vlc.json.example docs(vlc): Add VLC docs 2024-08-22 17:30:37 -04:00
webscrobbler.json.example docs(webscrobbler): Move slug into data #111 2023-12-04 11:06:02 -05:00
ytmusic.json.example feat(config): Implement property to control whether a source/client is used 2023-09-20 11:31:15 -04:00

These are example configurations for all Source/Client types and AIO config.

These can be used as-is by renaming them to .json and filling or replacing sample data.

For docker installations these examples are copied to your configuration directory on first-time use.

These are NOT exhaustive examples. You should consult the configuration documentation and the schema explorer links for each source/config type to see a complete list of options and descriptions for all properties.

Documentation at