home / musiccaps

musiccaps_details (view)

4 rows where search matches "opera" and musiccaps_aspects contains "harp"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: youtube_published (date)

musiccaps_aspects (array) >30 ✖

  • harp · 4 ✖
  • opera 4
  • amateur recording 1
  • beseeching 1
  • brass band 1
  • brass section 1
  • classical music 1
  • concert hall reverb 1
  • dramatic 1
  • emotional 1
  • emphatic vocals 1
  • ethereal 1
  • expressive vocals 1
  • fast tempo 1
  • female opera singer 1
  • female singer 1
  • female vocalist 1
  • high notes 1
  • imploring 1
  • intense cello 1
  • lilting melody 1
  • male voice 1
  • medium to uptempo 1
  • mid-range singing 1
  • opera singer 1
  • orchestra 1
  • orchestral accompaniment 1
  • passionate 1
  • pleading 1
  • slow tempo 1
  • …

musiccaps_names (array) 7 ✖

  • Music 3
  • Opera 3
  • Singing 2
  • Classical music 1
  • Country 1
  • Harp 1
  • Pizzicato 1

musiccaps_author 3 ✖

  • 6 2
  • 7 1
  • 8 1
video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Phantom of the Opera AND Music of the Night - Boyertown High School A female vocalist sings this soprano solo. The tempo is slow with a classic orchestral accompaniment of violin harmony, an intense incessant cello melody, brass instrument and organ. The song is an intense, emotional, beseeching, sad, and imploring classic opera . 2011-10-15T23:21:13Z BASHMusical This is from Boyertown Area Senior High School's fantastic 2011 production of Andrew Lloyd Webber's "The Phantom of the Opera." ["Country", "Music", "Opera"] ["female vocalist", "slow tempo", "soprano", "intense cello", "beseeching", "imploring", "classical music", "western classical", "opera singer", "violins", "brass band", "story telling", "passionate", "emotional", "pleading", "opera", "orchestra", "lilting melody", "expressive vocals", "emphatic vocals", "ethereal", "high notes", "harp"] 7 -w12aSkQ9No 101
Ivan Momirov - Adriana Lecouvreur This song contains a brass section playing a melody and a string section taking over with a melody. A harp is playing a melody in the background along with plucked celli. An upright bass is playing single notes along. A male voice is singing loud and with an opera technique. This song may be playing while watching an opera. 2015-07-19T14:34:29Z Ivo Yordanov Sandra Mitrovska and Ivan Momirov. Conductor Stefano Romani. Form the opera Adriana Lecouvreur by Francesco Cilea. Production of Macedonian National Opera and Ballet. ["Singing", "Music", "Opera", "Classical music"] ["opera", "string section", "harp", "brass section", "upright bass", "male voice", "mid-range singing", "medium to uptempo"] 6 AnErEDywInE 1170
Amira Willighagen - O Mio Babbino Caro - Andre Rieu - Maastricht - July 2014 A female opera singer accompanied by an orchestra featuring string bass, harp and string ensemble. It sounds like it was performed in a concert hall. Dramatic. 2014-07-13T11:01:00Z pa1189j   ["Singing", "Music", "Opera"] ["opera", "female singer", "orchestral accompaniment", "string bass", "harp", "string ensemble", "concert hall reverb", "dramatic"] 8 Z0htOHTOtHY 3336
Mandoline - Diana Damrau This audio contains someone playing a harp picking a tremolo melody. A female opera voice starts singing along in a higher pitch. This is an amateur recording. You can hear recording noises and the whole audio is panned to the left side of the speakers. This song may be playing in a theaterhouse. 2009-09-27T07:43:48Z Lilith89ibz Breathtaking rendition of Debussy's "Mandoline", from a Liederabend Harfe she gave in Baden-Baden with Xavier de Maistre at the harp. He wrote most of the arrangments for the harp from the original piano score (personally, I find that amazing). ["Harp", "Pizzicato"] ["amateur recording", "opera", "harp", "female opera singer", "fast tempo"] 6 fe10sxFSz_I 3965

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW musiccaps_details AS select
  musiccaps.url as video,
  json_object(
    'label',
    coalesce(videos.title, 'Missing from YouTube'),
    'href',
    musiccaps.url
  ) as youtube_link,
  musiccaps.caption as musiccaps_caption,
  videos.publishedAt as youtube_published,
  videos.channelTitle as youtube_channel,
  videos.description as youtube_description,
  musiccaps.audioset_names as musiccaps_names,
  musiccaps.aspect_list as musiccaps_aspects,
  musiccaps.author_id as musiccaps_author,
  videos.id as youtube_id,
  musiccaps.rowid as musiccaps_rowid
from
  musiccaps
  left join videos on musiccaps.ytid = videos.id;
Powered by Datasette · Queries took 55.282ms · About: simonw/musiccaps-datasette