browse_recordings_by: Browse recordings by related id

View source: R/browse.R

browse_recordings_byR Documentation

Browse recordings by related id

Description

Browse recordings by related id

Usage

browse_recordings_by(
  entity,
  mbid,
  includes = NULL,
  limit = NULL,
  offset = NULL
)

Arguments

entity

artist, release

mbid

id of an object, specified by entity

includes

artists, tags

limit

restrict number of records retrieved from musicbrainz database

offset

number of records to skip

Value

a tibble of recordings consisting of mbid, title, length and video flag. If includes are called, list column with related data will be added at the end of the results tibble

Examples

# browse recordings by Auli'i Cravalho ("Moana")
browse_recordings_by("artist", "715d6b2d-9b1f-4615-8e7c-71cf5e9bcde3")

dmi3kno/musicbrainz documentation built on Dec. 31, 2024, 12:33 a.m.