home / musiccaps

musiccaps_details (view)

1 row where musiccaps_aspects contains "female vocal", musiccaps_aspects contains "lively", musiccaps_aspects contains "positive" and musiccaps_aspects contains "upright bass"

✎ View and edit SQL

This data as json, CSV (advanced)

video youtube_link musiccaps_caption youtube_published youtube_channel youtube_description musiccaps_names musiccaps_aspects musiccaps_author youtube_id musiccaps_rowid
Carolina Cotton - Nola - (RARE ALL-YODEL SONG) - (1952). This is a yodeling music piece. There is a female vocalist that is singing happily in the lead. The melody is provided by medium and high pitch woodwinds. In the background, the bass line is played by an upright bass while the rhythm is provided by an acoustic drum. The atmosphere is very lively. This piece could be used in the soundtrack of a comedy movie or a children's show. 2013-06-05T11:52:07Z mrblindfreddy9999 Recorded 6 August 1952 New York City - with The LeRoy Holmes Orchestra [double vocal overdubbed]...Born Helen Hagstrom in Cash ARKANSAS (1925 - 1999)... aka "The Yodelling Blonde Bombshell" ["Yodeling", "Music"] ["yodeling", "american", "female vocal", "merrily singing", "woodwinds", "upright bass", "acoustic drums", "jazzy", "jolly", "positive", "lively"] 9 J1gZRam89EE 1962

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