PipedreamHQ / PipedreamHQ/pipedream

[Components] musicbrainz

Open
#16,362 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# musicbrainz
## URLs
- https://musicbrainz.org/doc/Development
## Polling Sources
### new-artist
#### Description
Emit new event when a new artist is added to MusicBrainz that matches a specified search query. Requires a search string for filtering artists (e.g. name or tag).
### new-release-by-artist
#### Description
Emit new event when a new release (album, EP, single) is published by a specified artist. Requires the MusicBrainz Artist ID.
### new-recording-by-title
#### Description
Emit new event when a new recording is added with a matching title or partial match. Useful for monitoring additions to the database for specific songs. Requires a track title or keyword.
## Actions
### search-artist
#### Description
Search for an artist in MusicBrainz by name, alias, or tag. Requires a search query string. Optional: country, type, or gender filters.
### get-artist-by-id
#### Description
Retrieve detailed information about an artist using their MusicBrainz Artist ID.
### search-release
#### Description
Search for releases (e.g., albums or singles) by artist name, release title, or other metadata. Requires a search query. Optional: artist ID, release type, or status.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.