home / musiccaps

musiccaps_details (view)

2 rows where musiccaps_author = 6 and musiccaps_names contains "Applause"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: youtube_published (date), musiccaps_names (array), musiccaps_aspects (array)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Dmitry Zharkov - Olga Kulikova | Final Slow Fox | Finland Open 2016 Grand Slam An acoustic drum is playing a jazzy groove on the ride along with a bassline while an e-guitar is playing jazz chords with a lot of changes together with an acoustic piano rendering phrases with an uplifting melody. The singer's voice sounds low and romantic. This song may be playing while dancing with a partner. 2016-03-26T13:14:27Z in.media Finland Open 2016 Grand Slam Standard Final Round Slow Foxtrot Dmitry Zharkov - Olga Kulikova ["Singing", "Applause", "Music"] ["jazz/ballad", "acoustic piano", "acoustic drums", "e-bass", "e-guitar", "male deep voice singing", "crowd cheering and clapping", "medium to uptempo", "romantic"] 6 HLz3N5nG8fQ 1793
I Am the Very Model of a Modern Major-General A male choir is at the end of a phrase before a single male voice takes over singing with a mid ranged opera voice along to a piano and an accordion. In the background the crowd is cheering,laughing and clapping. This song may be playing in a theater. 2007-11-11T09:03:29Z ThePenzancePirate Gilbert and Sullivan's raucous operatic tale is captured in all its fun and glory in this production, recorded live at Central Park's Delacorte Theater. Kevin Kline sparkles as the swashbuckling and libidinous Pirate King while Linda Ronstadt makes her theatrical debut as the lovely and virginal Mabel. When Mabel and Frederic, a young pirate bound to serve the Pirate King, fall in love, complications arise and high spirited antics ensue. The incomparable cast offers the best in this boisterous romp. Despite some of the technical shortcomings of the DVD I found it more rewarding than the 1983 movie. I would thoroughly recommend adding a copy of this DVD to your library. ["Applause", "Music"] ["musical/opera", "male mid range voice singing", "acoustic piano", "accordion", "male choir", "background cheering and clapping", "uptempo", "comedic"] 6 zSGWoXDFM64 5477

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 373.824ms · About: simonw/musiccaps-datasette