Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

mscb

http://musicbrainz.org/search/textsearch.html?query=%s&type=${type=artist}&limit=${limit=25}&adv={ switch ${adv=off} | off => 0, on => on}
MusicBrainz search. This combines the six other commands into one and provides
features the others don't. By default, the command searches MusicBrainz by
artist without advanced query syntax, limited to 25 results per page.

The -type switch can be used to search for release group (-type release_group),
release (-type release), track (-type track), label (-type label), CD stub
(-type cdstub), FreeDB (-type freedb), or by annotation (-type annotation). The
default is -type artist

The -limit switch specifies how many results to search per page. The default is
-limit 25.

The -adv switch turns on/off MusicBrainz's advanced query syntax (examples
below). The choices are "-adv on" and "-adv off" (without quotes). See the
MusicBrainz documentation[1] for more information. The default is -adv off.

[1] http://musicbrainz.org/popup/TextSearchSyntax

Examples:

Search by artist for 'avenged sevenfold':
mscb avenged sevenfold

Search by release for 'el cielo':
mscb el cielo -type release

Search by track for 'feeling good' by artist Muse:
mscb "feeling good" AND artist:Muse -type track -adv on

Search by track for 'a day in the life' with 35 results per page:
mscb "a day in the life" -type track -limit 35




----------
Old implementation:
http://musicbrainz.org/search/textsearch.html?query=%s&type=${type=artist}
    
3066 uses - Created 2006-11-08 23:29:21 - Last used 2024-04-30 23:12:54
Is this command broken? Tell Jon if you know how to fix it.
Do you find this command offensive? Let Jon know.