[READ-ONLY] Mirror of https://github.com/FoxxMD/multi-scrobbler. Scrobble plays from multiple sources to multiple clients docs.multi-scrobbler.app
deezer docker jellyfin koito lastfm listenbrainz maloja mopidy mpris music music-assistant plex scrobble self-hosted spotify subsonic tautulli youtube-music
0

Configure Feed

Select the types of activity you want to include in your feed.

fix some wording

FoxxMD (Jan 7, 2026, 10:47 PM UTC) 5a642c4c 867f382c

+10 -10
+10 -10
docsite/docs/configuration/transforms/musicbrainz.mdx
··· 238 238 239 239 #### Should MS Search? 240 240 241 - Before MS begins a search it checks Scrobble data it checks if your data already contains: 241 + Before MS begins a search it checks if your Scrobble data already contains: 242 242 243 243 * [MBIDs](https://musicbrainz.org/doc/MusicBrainz_Identifier) for [artists](https://musicbrainz.org/doc/Artist), [album](https://musicbrainz.org/doc/Release), and specific [track/recording](https://musicbrainz.org/doc/Recording) 244 244 * and duration ··· 294 294 295 295 :::tip[Default Search Methods] 296 296 297 - If you do not define `searchOrder`, or use the [Sensible Default/Preset](#sensible-default), then Multi-scrobbler will default to using `isrc` and `basic` methods, in that order. 297 + If `searchOrder` is undefined, or you use the [Sensible Default/Preset](#sensible-default), then Multi-scrobbler will default to using `isrc` and `basic` methods, in that order. 298 298 299 299 ::: 300 300 ··· 302 302 303 303 <details> 304 304 305 - <summary>ISRC</summary> 305 + <summary>ISRC (`isrc`)</summary> 306 306 307 307 If your Scrobble data contains an [ISRC](https://musicbrainz.org/doc/ISRC) (usually from Spotify) then Multi-scrobbler can search using this ID, only. 308 308 ··· 320 320 321 321 <details> 322 322 323 - <summary>Track MBID</summary> 323 + <summary>Track MBID (`mbidrecording`)</summary> 324 324 325 325 If your Scrobble data contains an [Track (Recording) MBID](https://musicbrainz.org/doc/Recording) then Multi-scrobbler can search using this MBID, only. 326 326 ··· 338 338 339 339 <details> 340 340 341 - <summary>Album, Artist, and Title Fields</summary> 341 + <summary>Album, Artist, and Title Fields (`basic`)</summary> 342 342 343 343 Will search Musicbrainz using any/all available text fields from your scrobble: Album, Artists(s), and Title. Does not leverage any existing MBIDs. 344 344 ··· 356 356 357 357 <details> 358 358 359 - <summary>Album/Artist/Title OR MBIDs</summary> 359 + <summary>Album/Artist/Title OR MBIDs (`basicOrIds`)</summary> 360 360 361 361 This is the same as the above **Album, Artist, and Title Fields** search except that if the scrobble data contains any corresponding MBIDs it will use those instead of the plain text field. 362 362 ··· 387 387 388 388 <details> 389 389 390 - <summary>Album And Title Only</summary> 390 + <summary>Album And Title Only (`album`)</summary> 391 391 392 392 If your Scrobble data contains a title, artist(s), and an album (all three fields) then Multi-scrobbler can search using only title and album by using `album` for `searchOrder`: 393 393 ··· 405 405 406 406 <details> 407 407 408 - <summary>Extracted Artists</summary> 408 + <summary>Extracted Artists (`artist`)</summary> 409 409 410 410 If your scrobble data contains only **one** artist string then Multi-scrobbler can attempt to extract multiple artists from your artist and track string. 411 411 ··· 519 519 520 520 <details> 521 521 522 - <summary>Free Text</summary> 522 + <summary>Free Text (`freetext`)</summary> 523 523 524 - If both [Album Only](#album-only) and [Artist Extraction](#artist-extraction) searches fail to return results, or were not run, you can additionally enable **Free Text** search. This will search Musicbrainz for **all** text of your Scrobble data artist/title/album, without constraint. 524 + This will search Musicbrainz for **all** text of your Scrobble data artist/title/album, without constraint. 525 525 526 526 :::warning 527 527