Public Gists by bcardoso

gist: 265312 musicbrainz
Gravatar
Tue Dec 29 05:25:27 -0800 2009
1
2
3
/* command "musicbrainz" */
CmdUtils.makeSearchCommand({
  names: ["musicbrainz"],
gist: 265307 discogs
Gravatar
Tue Dec 29 05:16:53 -0800 2009
1
2
3
/* command "discogs" */
CmdUtils.makeSearchCommand({
  names: ["discogs"],
gist: 265306 allmusic
Gravatar
Tue Dec 29 05:13:45 -0800 2009
1
2
3
/* command "allmusic" */
CmdUtils.makeSearchCommand({
  names: ["allmusic"],
gist: 265298 lastfm
Gravatar
Tue Dec 29 04:59:28 -0800 2009
1
2
3
/* command "lastfm" */
CmdUtils.makeSearchCommand({
  names: ["lastfm"],
gist: 137337 wiki search
Gravatar
Sun Jun 28 11:33:56 -0700 2009
1
2
3
/* command "wp" */
CmdUtils.makeSearchCommand({
  names: ["wppt"],
Gravatar
Sun Jun 28 11:33:12 -0700 2009
1
2
3
/* command "dic" */
CmdUtils.makeSearchCommand({
  names: ["dic"],
gist: 137335 rym (parser v2)
Gravatar
Sun Jun 28 11:32:29 -0700 2009
1
2
3
/* command "rym" */
CmdUtils.makeSearchCommand({
  names: ["rym"],
gist: 137333 msearch (parser v2)
Gravatar
Sun Jun 28 11:29:21 -0700 2009
1
2
3
/* command "msearch" */
CmdUtils.makeSearchCommand({
  names: ["msearch"],