···3939To view your teal.fm scrobbles you can:
40404141* use [wrapped.baileytownsend.dev](https://wrapped.baileytownsend.dev/) which gives a simple stats overview of your scrobbles
4242+* use [teal-slice.wisp.place](https://tealfm-slice.wisp.place/) for a preview of teal.fm
4243* use [atproto.at](https://atproto.at) to view the raw data (convenience URLs are generated in multi-scrobbler for you to do this)
43444445:::
···54555556## Configuration
56575757-### Handle
5858+### Identifier
58595959-The handle used with multi-scrobbler should be your **full** ATProto handle, including TLD.
6060+The ATPRoto identifier used with multi-scrobbler should be either:
6161+6262+* A valid [DID](https://atproto.com/specs/did#at-protocol-did-identifier-syntax), starting with `did:plc:...` or `did:web:...`
6363+* Your **full** ATProto handle, including TLD
6464+6565+If using a handle:
60666167* For regular Bluesky account this will be like: `alice.bsky.social`
6262-* For Bluesky accounts that [use their website as their account](https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial) this is your domain: `mydomain.com`
6363-* For non-Bluesky users, you probably already know your handle
6868+* For Bluesky accounts that [use their domain as their account](https://bsky.social/about/blog/4-28-2023-domain-handle-tutorial) this is your domain: `mydomain.com`
6969+* For non-Bluesky-PDS users, you probably already know your handle
64706565-If you do not include a TLD then multi-scrobbler will automatically append `.bsky.social` to your handle value.
7171+If your identifier does not look like a DID and does not include a TLD then multi-scrobbler will automatically append `.bsky.social` to your handle value.
66726773<Config config="TealClientConfig" fileContent={JsonConfig} client name="tealfm">
6874 | Environmental Variable | Required? | Default | Description |
6975 | :--------------------- | --------- | ------- | ----------------------------------------------------------------------------------- |
7070- | TEALFM_IDENTIFIER | Yes | | Your **full** ATProto handle. For Bluesky account this is like `myUser.bsky.social` |
7676+ | TEALFM_IDENTIFIER | Yes | | Your **full** ATProto handle or DID. For Bluesky account this is like `myUser.bsky.social` |
7177 | TEALFM_APP_PW | Yes | | Bluesky/ATProto network App Password |
7278</Config>