···2525 * [JRiver](#jriver)
2626 * [Kodi](#kodi)
2727 * [WebScrobbler](#webscrobbler)
2828+ * [Google Cast (Chromecast)](#google-cast--chromecast-)
2829* [Client Configurations](#client-configurations)
2930 * [Maloja](#maloja)
3031 * [Last.fm](#lastfm)
···693694### File-Based
694695695696See [`webscrobbler.json.example`](https://github.com/FoxxMD/multi-scrobbler/blob/master/config/webscrobbler.json.example) or [explore the schema with an example and live editor/validator](https://json-schema.app/view/%23%2Fdefinitions%2FWebScrobblerSourceConfig/%23%2Fdefinitions%2FWebScrobblerData?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Fmulti-scrobbler%2Fmaster%2Fsrc%2Fbackend%2Fcommon%2Fschema%2Fsource.json)
697697+698698+## [Google Cast (Chromecast)](https://www.google.com/chromecast/built-in/)
699699+700700+If your media device can be **Cast** to using this button  on your phone/computer then multi-scrobbler can monitor it in order to scrobble music you play.
701701+702702+**Note:** This source relies on common, **basic** music data provided by the cast device which will always be less exhaustive than data parsed from full source integrations. If there is an existing [Source](#source-configurations) it is recommended to configure for it and blacklist the app on Google Cast, rather than relying solely on Google Cast for scrobbling.
703703+704704+The machine and/or container running multi-scrobbler must be configured to allow [mDNS traffic on port 5353/UDP](https://book.hacktricks.xyz/network-services-pentesting/5353-udp-multicast-dns-mdns).
705705+706706+### ENV-Based
707707+708708+| Environmental Variable | Required? | Default | Description |
709709+|------------------------|-----------|---------|--------------------------------------------------------------------------------------|
710710+| CC_ENABLE | No | | Set to 'true' to enable Cast monitoring without needing to define other ENVs |
711711+| CC_WHITELIST_DEVICES | No | | Only scrobble from these Cast devices. Comma-delimited list. EX mini-home, family-tv |
712712+| CC_BLACKLIST_DEVICES | No | | Do not scrobble from these Cast devices. Comma-delimited list |
713713+| CC_WHITELIST_APPS | No | | Only scrobble from these casted Apps. Comma-delimited list. EX spotify, pandora |
714714+| CC_BLACKLIST_APPS | No | | Do not scrobble from these casted Apps. Comma-delimited list |
715715+716716+### File-Based
717717+718718+See [`chromecast.json.example`](https://github.com/FoxxMD/multi-scrobbler/blob/master/config/webscrobbler.json.example) or [explore the schema with an example and live editor/validator](https://json-schema.app/view/%23%2Fdefinitions%2FChromecastSourceConfig/%23%2Fdefinitions%2FChromecastData?url=https%3A%2F%2Fraw.githubusercontent.com%2FFoxxMD%2Fmulti-scrobbler%2Fmaster%2Fsrc%2Fbackend%2Fcommon%2Fschema%2Fsource.json)
696719697720# Client Configurations
698721